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

◆ pow() [1/3]

double fl::pow ( double base,
double exponent )
inline

Definition at line 437 of file math.h.

437{ return pow_impl_double(base, exponent); }
double pow_impl_double(double base, double exponent)
Definition math.cpp.hpp:338

References FL_NOEXCEPT, and pow_impl_double().

+ Here is the call graph for this function: