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

◆ asin() [2/2]

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

Definition at line 196 of file s4x12.h.

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

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

+ Here is the call graph for this function: