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

◆ tan() [1/2]

double fl::tan ( double value)
inline

Definition at line 365 of file math.h.

365{ return tan_impl_double(value); }
constexpr int type_rank< T >::value
double tan_impl_double(double value)
Definition math.cpp.hpp:598

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

+ Here is the call graph for this function: