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

◆ pow() [2/3]

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

Definition at line 569 of file fixed_point.h.

569{ return T::pow(base, exp); }
enable_if< is_fixed_point< T >::value, T >::type exp(T x) FL_NOEXCEPT

References exp(), and FL_NOEXCEPT.

Referenced by rainbowWave().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: