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

◆ asin() [2/2]

static FASTLED_FORCE_INLINE s8x24 fl::s8x24::asin ( s8x24 x)
inlinestatic

Definition at line 195 of file s8x24.h.

195 {
196 constexpr s8x24 one(1.0f);
197 return atan2(x, sqrt(one - x * x));
198 }
constexpr FASTLED_FORCE_INLINE s8x24 sqrt() const FL_NOEXCEPT
Definition s8x24.h:272
constexpr s8x24() FL_NOEXCEPT=default
static FASTLED_FORCE_INLINE s8x24 atan2(s8x24 y, s8x24 x) FL_NOEXCEPT
Definition s8x24.h:176

References s8x24(), atan2(), FASTLED_FORCE_INLINE, FL_NOEXCEPT, sqrt(), and fl::x.

+ Here is the call graph for this function: