Programmer Guide/Command Reference/EVAL/atan: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)

Revision as of 18:31, 18 November 2010

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