klyn.math.Math.exp
method
public static exp(value as Double) as Double:
Description
Returns `e` raised to the specified power.
import klyn.math

print(Math.exp(1.0))