Manual     Reference     Scripting  
  
Scripting > Runtime Classes > Mathf   

Mathf.Exp  

static function Exp (power : float) : float

Description

Returns e raised to the specified power.

print(Mathf.Exp(6));