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

◆ ceil()

template<typename T>
T fl::ceil ( T value)
inline

Definition at line 32 of file math.h.

32 {
33 if (value <= 0) {
34 return static_cast<T>(static_cast<int>(value));
35 }
36 return static_cast<T>(::ceil(static_cast<float>(value)));
37}
T ceil(T value)
Definition math.h:32

References ceil().

Referenced by fl::anonymous_namespace{corkscrew.cpp}::calculateDimensions(), ceil(), and fl::Luminova::plotSoftDot().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: