Arc Tangent Function

Arc Tangent Function

Summary

Given a number representing the ratio of a right triangle's opposite side over its adjacent side returns the corresponding angle.

Syntax

atan(n)

Arguments

Name Description
x A number from -1 to 1 representing the ratio of the opposite side over the adjacent side.

Usage