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

◆ fabs_impl_double()

double fl::fabs_impl_double ( double value)

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

359 {
360 return value < 0.0 ? -value : value;
361}
constexpr int type_rank< T >::value

References type_rank< T >::value.

Referenced by fabs().

+ Here is the caller graph for this function: