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

◆ ldexp() [1/2]

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

Definition at line 515 of file math.h.

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

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

+ Here is the call graph for this function: