SourcePoint Intel Help

Table of Contents

atan

Return the arc tangent of an expression.

Syntax

[result =] atan(expr)

Where:

result

specifies a debug object of type real8 to which the function return value is assigned. If result is not specified, the return value is displayed on the next line of the screen.

expr

specifies a number or an expression of type real8 evaluated in radians.

Discussion

The atan command returns the arc tangent of an expression. The return value is in the range -pi/2 to pi/2.

Note: Values returned by this function are in real8 or 64-bit floating point precision. These values are displayed in the Command window rounded to 6 decimal digits. However, assignments and comparisons are performed on the full 64-bit value.

Example

Command input:

atan(1)

Result:

0.785398

Related Topics: