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

Function cos_impl_double

src/fl/math/math.cpp.hpp:280–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280double cos_impl_double(double value) {
281#if FL_MATH_USE_LIBM
282 return ::cos(value);
283#else
284 return detail::cos_reduce_<double>(value);
285#endif
286}
287
288float log_impl_float(float value) {
289#if FL_MATH_USE_LIBM

Callers 1

cosFunction · 0.85

Calls 1

cosFunction · 0.70

Tested by

no test coverage detected