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

◆ ldexp() [2/2]

template<typename T>
enable_if< is_integral< T >::value, float >::type fl::ldexp ( T value,
int exp )
inline

Definition at line 517 of file math.h.

517{ return ldexp_impl_float(static_cast<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: