xtd 0.2.0
Loading...
Searching...
No Matches

◆ exp()

static double xtd::math::exp ( double  value)
static

Returns e raised to the specified power.

Parameters
valueA number specifying a power.
Returns
The number e raised to the power d. If value equals xtd::math::NaN or xtd::math::positive_infinity, that value is returned. If value equals xtd::math::negative_infinity, 0 is returned.