atan

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 18:31, 18 November 2010 by Admin (talk | contribs) (1 revision: Initial import)
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