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

◆ acos() [2/2]

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

Definition at line 200 of file s24x8.h.

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