atan(v)

The atan(v) function returns the arc tangent of each element of v.

Examples

OML

>>v=[1 -2;-3 4]

1 -2

-3 4

>> atan(v)

0.785398 -1.10715

-1.24905 1.32582

Block

atan function