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

◆ acosf()

float fl::acosf ( float value)
inline

Definition at line 378 of file math.h.

378{ return acos_impl_float(value); }
constexpr int type_rank< T >::value
float acos_impl_float(float value)
Definition math.cpp.hpp:570

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

+ Here is the call graph for this function: