Versions with this page:
Versions without this page:
Devuelve el arco - tangente del f - el ángulo en radianes cuya tangente es f.
f
using UnityEngine;public class ScriptExample : MonoBehaviour { void Start() { print(Mathf.Atan(0.5f)); } }