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

◆ acos() [2/2]

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

Definition at line 201 of file s8x8.h.

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