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

◆ ceil() [1/4]

double fl::ceil ( double value)
inline

Definition at line 311 of file math.h.

311{ return ceil_impl_double(value); }
constexpr int type_rank< T >::value
double ceil_impl_double(double value)
Definition math.cpp.hpp:70

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

+ Here is the call graph for this function: