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

◆ asin() [2/2]

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

Definition at line 195 of file s24x8.h.

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

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

+ Here is the call graph for this function: