atan

View page source

Inverse Tangent Function: atan

Syntax

y = atan ( x )

x, y

See the Possible Types for a unary standard math function.

Atomic

This is an atomic operation .

Derivative

\[\R{atan}^{(1)} (x) = \frac{1}{1 + x^2}\]

Example

The file atan.cpp contains an example and test of this function.