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

◆ acos() [2/2]

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

Definition at line 190 of file s12x4.h.

190 {
191 constexpr s12x4 one(1.0f);
192 return atan2(sqrt(one - x * x), x);
193 }
constexpr FASTLED_FORCE_INLINE s12x4 sqrt() const FL_NOEXCEPT
Definition s12x4.h:263
static FASTLED_FORCE_INLINE s12x4 atan2(s12x4 y, s12x4 x) FL_NOEXCEPT
Definition s12x4.h:166
constexpr s12x4() FL_NOEXCEPT=default

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

+ Here is the call graph for this function: