HomeManualTopicsTypesSymbols

std::exp

computes the exponential function of its argument

Parameter

number
the input number

Result

exp
the exponential function of number

Topic

Math

See also

std::ln computes the logarithm to the base e

Implemented by

std_types::negative_integer computes the exponential function of its argument
std_types::positive_integer computes the exponential function of its argument
std_types::real computes the exponential function of its argument