MCPcopy Create free account
hub / github.com/FastLED/FastLED / atan_impl_double

Function atan_impl_double

src/fl/math/math.cpp.hpp:536–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536double atan_impl_double(double value) {
537#if FL_MATH_USE_LIBM
538 return ::atan(value);
539#else
540 return detail::atan_full_<double>(value);
541#endif
542}
543
544float asin_impl_float(float value) {
545#if FL_MATH_USE_LIBM

Callers 1

atanFunction · 0.85

Calls 1

atanFunction · 0.85

Tested by

no test coverage detected