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

◆ lroundf()

long fl::lroundf ( float value)
inline

Definition at line 330 of file math.h.

330{ return lround_impl_float(value); }
constexpr int type_rank< T >::value
long lround_impl_float(float value)
Definition math.cpp.hpp:363

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

+ Here is the call graph for this function: