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

◆ cos() [1/3]

double fl::cos ( double value)
inline

Definition at line 359 of file math.h.

359{ return cos_impl_double(value); }
constexpr int type_rank< T >::value
double cos_impl_double(double value)
Definition math.cpp.hpp:280

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

+ Here is the call graph for this function: