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

◆ asinf()

float fl::asinf ( float value)
inline

Definition at line 372 of file math.h.

372{ return asin_impl_float(value); }
constexpr int type_rank< T >::value
float asin_impl_float(float value)
Definition math.cpp.hpp:544

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

+ Here is the call graph for this function: