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

◆ exp() [1/3]

double fl::exp ( double value)
inline

Definition at line 399 of file math.h.

399{ return exp_impl_double(value); }
constexpr int type_rank< T >::value
double exp_impl_double(double value)
Definition math.cpp.hpp:101

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

+ Here is the call graph for this function: