HyperMath

Atan

Atan

Previous topic Next topic No expanding text in this topic  

Atan

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The inverse tangent of the argument.

Syntax

t = Atan(m)

Argument

Name

Description


m

A scalar, vector or a matrix.

Output

Name

Description

 

t

The inverse tangent of each entry in radians.

Example

Find the inverse tangent of elements in a matrix:

 

Syntax

 

T = Atan([0.1,0.2;0.3,0.4])

 

Result

 

T = 0.099669  0.1974

   0.29146  0.38051

See Also:

Asin

Acos

Atan2

Cos

Sin

Tan