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

◆ floor() [1/4]

double fl::floor ( double value)
inline

Definition at line 305 of file math.h.

305{ return floor_impl_double(value); }
constexpr int type_rank< T >::value
double floor_impl_double(double value)
Definition math.cpp.hpp:52

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

+ Here is the call graph for this function: