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

◆ powfp()

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

Definition at line 620 of file fixed_point.h.

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

References exp(), and FL_NOEXCEPT.

Referenced by expfp().

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