atan

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 15:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
atan

Inverse tangent.

Usage:

atan(x)

Function:

Compute the inverse tangent of x.

Result:

The inverse tangent of x.

Usage:

atan(a, b)

Function:

Uses the C++ function atan2(a,b) to compute the inverse tangent (a and b must have the same datatype).

Result:

The inverse tangent of a/b with the same type as a.

Navigation menu

Personal tools