包含此页的版本:
不含此页的版本:
返回 e 的指定幂。
using UnityEngine;public class Example : MonoBehaviour { void Start() { print(Mathf.Exp(6)); } }