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

◆ lround() [1/2]

long fl::lround ( double value)
inline

Definition at line 331 of file math.h.

331{ return lround_impl_double(value); }
constexpr int type_rank< T >::value
long lround_impl_double(double value)
Definition math.cpp.hpp:372

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

+ Here is the call graph for this function: