FastLED 3.9.15
Loading...
Searching...
No Matches

◆ round_impl_double()

double fl::round_impl_double ( double value)

Definition at line 392 of file math.cpp.hpp.

392 {
393#if FL_MATH_USE_LIBM
394 return ::round(value);
395#else
396 return static_cast<double>(lround_impl_double(value));
397#endif
398}
constexpr int type_rank< T >::value
long lround_impl_double(double value)
Definition math.cpp.hpp:372

References lround_impl_double(), and type_rank< T >::value.

Referenced by round< double >().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: