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

◆ fabs_impl_float()

float fl::fabs_impl_float ( float value)

Definition at line 355 of file math.cpp.hpp.

355 {
356 return value < 0.0f ? -value : value;
357}
constexpr int type_rank< T >::value

References type_rank< T >::value.

Referenced by fabs(), and fabsf().

+ Here is the caller graph for this function: