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

◆ cosf()

float fl::cosf ( float value)
inline

Definition at line 358 of file math.h.

358{ return cos_impl_float(value); }
constexpr int type_rank< T >::value
float cos_impl_float(float value)
Definition math.cpp.hpp:272

References cos_impl_float(), FL_NOEXCEPT, and type_rank< T >::value.

Referenced by fl::detail::BiquadFilterImpl< T >::bandpass(), fl::detail::BiquadFilterImpl< T >::butterworth(), fl::ArchimedeanSpiralPath::compute(), fl::CirclePath::compute(), fl::GielisCurvePath::compute(), fl::HeartPath::compute(), fl::PhyllotaxisPath::compute(), fl::RosePath::compute(), fl::Luminova::draw(), fl::Water::draw(), fl::Water_FP::draw(), drawRadialSpectrum(), fl::FlowFieldFloat::emitOrbitalDots(), FL_DISABLE_WARNING(), fl::detail::BiquadFilterImpl< T >::highpass(), loop(), noiseCylinderCRGB(), noiseCylinderHSV16(), noiseRingCRGB(), noiseRingHSV16(), noiseSphereCRGB(), noiseSphereHSV16(), fl::detail::BiquadFilterImpl< T >::notch(), sincos(), and sincos().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: