unity atan value

C#
//Atan
Mathf.Atan(10f);
//Atan2
Mathf.Atan2(y, x); // NOTE: use float values by adding an "f" xext to the number
Source

Also in C#: