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

◆ acos() [3/3]

template<typename T>
enable_if< is_fixed_point< T >::value, T >::type fl::acos ( T x)
inline

Definition at line 609 of file fixed_point.h.

609{ return T::acos(x); }

References FL_NOEXCEPT, and x.