Tangent or tan() in Unity?

Hey,

For some purposes in my Game I have to calculate with tan.
How can I do this in my scripts?

Thank you very much!

Look in the Mathf functions.

–Eric

Thank you Eric, exactly what I’ve looked for!