MCPcopy Create free account
hub / github.com/FastLED/FastLED / pow

Function pow

src/fl/math/fixed_point.h:568–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566// Power: fl::pow(FP(2.0f), FP(3.0f)) → 8.0
567template <typename T>
568inline typename enable_if<is_fixed_point<T>::value, T>::type
569pow(T base, T exp) FL_NOEXCEPT { return T::pow(base, exp); }
570
571// ---- Trigonometry ----
572// All angles are in radians.

Callers 2

powMethod · 0.70
powfpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected