exp(x: f64) → f64

Category: [math](builtinsmath)_

e raised to the power x.

ParameterTypeDescriptionRemarks
xf64The input value.
returnsf64The result.
wcl
exp(0.0)   // e raised to the power 0 → 1.0