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

◆ asin() [2/2]

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

Definition at line 196 of file s8x8.h.

196 {
197 constexpr s8x8 one(1.0f);
198 return atan2(x, sqrt(one - x * x));
199 }
constexpr s8x8() FL_NOEXCEPT=default
static FASTLED_FORCE_INLINE s8x8 atan2(s8x8 y, s8x8 x) FL_NOEXCEPT
Definition s8x8.h:177
constexpr FASTLED_FORCE_INLINE s8x8 sqrt() const FL_NOEXCEPT
Definition s8x8.h:274

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

+ Here is the call graph for this function: