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

◆ exp()

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

Definition at line 642 of file fixed_point.h.

642{ return fl::expfp(x); }
enable_if< is_fixed_point< T >::value, T >::type expfp(T x) FL_NOEXCEPT

Referenced by float32_unpack(), and lookup1_values().

+ Here is the caller graph for this function: