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

◆ ldexp_impl_double()

double fl::ldexp_impl_double ( double value,
int exp )

Definition at line 653 of file math.cpp.hpp.

653 {
654#if FL_MATH_USE_LIBM
655 return ::ldexp(value, exp);
656#else
658#endif
659}
F ldexp_loop_(F value, int exp) FL_NOEXCEPT
Definition math.cpp.hpp:623
constexpr int type_rank< T >::value
enable_if< is_fixed_point< T >::value, T >::type exp(T x) FL_NOEXCEPT

References exp(), fl::detail::ldexp_loop_(), and type_rank< T >::value.

Referenced by ldexp().

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