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

◆ ldexp()

double fl::ldexp ( double value,
int exp )
inline

Definition at line 515 of file math.h.

515{ return ldexp_impl_double(value, exp); }
enable_if< is_fixed_point< T >::value, T >::type exp(T x) FL_NOEXCEPT
constexpr int type_rank< T >::value
double ldexp_impl_double(double value, int exp)
Definition math.cpp.hpp:653

Referenced by float32_unpack().

+ Here is the caller graph for this function: