exp(val)

import almafa.engine.builtinFunctions-1

Calculate e^x.

import almafa.engine.builtinFunctions-1;
exp(2)
valueThe input.
return valuee^value

The input can be any real number, complex number, or matrix. In case of matrices, the result is computed elmentwise.

Quantities are not compatible with this function.