You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Generates the trigonometric arc tangent of an angle.

Syntax

arctangent = ATan(expression)

Parameters

The ATan function has the following parameters.

ParameterDescription
ExpressionThe expression must be a numeric value that designates the tangent of an angle.

See Also

Cos()Sin()Tan()

Example

Finding the arc tangent with Atan
TANGENT = 4.1
ARCTANGENT = ATan(TANGENT)
  • No labels