Mathf.Exp

Switch to Manual

Declaration

public static float Exp(float power);

Description

Returns e raised to the specified power.

using UnityEngine;

public class Example : MonoBehaviour { void Start() { print(Mathf.Exp(6)); } }

Did you find this page useful? Please give it a rating: