atan()

Scalar. Returns the arctangent of a given value.

Syntax

atan ( value )

Parameters

value

A float.

Usage

The function returns a float.

Example

arctan(1.0) returns 0.785398.