Function: atan

Syntax

atan (<num>)

Type

numeric

Returns

The arctangent of a numeric value. The measure of the returned angle is governed by the value of the system string angle_mode and will be in the range -90 through +90 degrees or equivalent.

Parameters

Example

numeric theta = atan(52.7)

See Also

Functions:

atan2 (numeric)

Identifiers:

angle_mode (string)