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

◆ floor() [2/4]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::floor ( T value)
inline

Definition at line 307 of file math.h.

307{ return floor_impl_float(static_cast<float>(value)); }
constexpr int type_rank< T >::value
float floor_impl_float(float value)
Definition math.cpp.hpp:43

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

+ Here is the call graph for this function: