klyn.math.Math.exp
method
public static exp<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Description

Returns e raised to the specified power.

import klyn.math

print(Math.exp(1.0))