Computes Euler's number e
raised to the power of the value x.
Special cases:
exp(NaN)
is NaN
exp(+Inf)
is +Inf
exp(-Inf)
is 0.0
Since Kotlin
1.2Computes Euler's number e
raised to the power of the value x.
Special cases:
exp(NaN)
is NaN
exp(+Inf)
is +Inf
exp(-Inf)
is 0.0
Since Kotlin
1.2Computes Euler's number e
raised to the power of the value x.
Special cases:
exp(NaN)
is NaN
exp(+Inf)
is +Inf
exp(-Inf)
is 0.0
Since Kotlin
1.2