Mathf.Expstatic function Exp (power : float) : floatDescriptionReturns e raised to the specified power.
JavaScript
print(Mathf.Exp(6)); using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Mathf | ||||
Mathf.Expstatic function Exp (power : float) : floatDescriptionReturns e raised to the specified power.
JavaScript
print(Mathf.Exp(6)); using UnityEngine; import UnityEngine |