public static exp<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Returns e raised to the specified power.
e
import klyn.math print(Math.exp(1.0))