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

◆ asin() [3/3]

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

Definition at line 604 of file fixed_point.h.

604{ return T::asin(x); }

References FL_NOEXCEPT, and x.