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

◆ tanf()

float fl::tanf ( float value)
inline

Definition at line 364 of file math.h.

364{ return tan_impl_float(value); }
constexpr int type_rank< T >::value
float tan_impl_float(float value)
Definition math.cpp.hpp:588

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

+ Here is the call graph for this function: