English
Appearance
Mathf.Exp(val)
Mathf
Returns the specified power of e.
number
// Calculate the power of e let exp = Mathf.Exp(0) //exp=1