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

◆ rsqrt() [1/2]

template<typename Derived, int IntBits, int FracBits>
FASTLED_FORCE_INLINE Derived fl::fixed_point_base< Derived, IntBits, FracBits >::rsqrt ( ) const
inlineconstexpr

Definition at line 298 of file base.h.

298 {
299 return rsqrt(*static_cast<const Derived*>(this));
300 }
constexpr FASTLED_FORCE_INLINE Derived rsqrt() const
Definition base.h:298

References FASTLED_FORCE_INLINE, and rsqrt().

Referenced by rsqrt().

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