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

◆ sqrt() [1/2]

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

Definition at line 294 of file base.h.

294 {
295 return sqrt(*static_cast<const Derived*>(this));
296 }
constexpr FASTLED_FORCE_INLINE Derived sqrt() const
Definition base.h:294

References FASTLED_FORCE_INLINE, and sqrt().

Referenced by acos(), asin(), rsqrt(), and sqrt().

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