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

◆ pow() [3/3]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::pow ( T base,
T exponent )
inline

Definition at line 439 of file math.h.

439{ return pow_impl_float(static_cast<float>(base), static_cast<float>(exponent)); }
float pow_impl_float(float base, float exponent)
Definition math.cpp.hpp:322

References FL_NOEXCEPT, and pow_impl_float().

+ Here is the call graph for this function: