Overview
>
klyn.math
>
Math
>
exp
Overview
Index
Tree
Deprecated
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))