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

◆ pow()

template<int IntBits, int FracBits, Sign S>
static FASTLED_FORCE_INLINE fixed_point fl::fixed_point< IntBits, FracBits, S >::pow ( fixed_point< IntBits, FracBits, S > base,
fixed_point< IntBits, FracBits, S > exp )
inlinestatic

Definition at line 441 of file fixed_point.h.

441 {
442 return from_raw(Base::pow(base, exp).raw());
443 }
static constexpr FASTLED_FORCE_INLINE fixed_point from_raw(RawType raw) FL_NOEXCEPT
FASTLED_FORCE_INLINE constexpr RawType raw() const FL_NOEXCEPT