Versions with this page:
Versions without this page:
Возвращает е, возведенную в указанную степень.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(Mathf.Exp(6)); } }