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

◆ acos() [1/3]

double fl::acos ( double value)
inline

Definition at line 379 of file math.h.

379{ return acos_impl_double(value); }
constexpr int type_rank< T >::value
double acos_impl_double(double value)
Definition math.cpp.hpp:579

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

+ Here is the call graph for this function: