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

◆ ldexpf()

float fl::ldexpf ( float value,
int exp )
inline

Definition at line 514 of file math.h.

514{ return ldexp_impl_float(value, exp); }
constexpr int type_rank< T >::value
enable_if< is_fixed_point< T >::value, T >::type exp(T x) FL_NOEXCEPT
float ldexp_impl_float(float value, int exp)
Definition math.cpp.hpp:645

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

+ Here is the call graph for this function: