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

◆ ceil() [2/4]

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

Definition at line 313 of file math.h.

313{ return ceil_impl_float(static_cast<float>(value)); }
constexpr int type_rank< T >::value
float ceil_impl_float(float value)
Definition math.cpp.hpp:61

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

+ Here is the call graph for this function: