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

◆ acos() [2/2]

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

Definition at line 200 of file s8x24.h.

200 {
201 constexpr s8x24 one(1.0f);
202 return atan2(sqrt(one - x * x), x);
203 }
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: