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

◆ cos() [3/3]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::cos ( T value)
inline

Definition at line 361 of file math.h.

361{ return cos_impl_float(static_cast<float>(value)); }
constexpr int type_rank< T >::value
float cos_impl_float(float value)
Definition math.cpp.hpp:272

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

+ Here is the call graph for this function: