Owning Class: trigonometric
Requires: MathScript RT Module
c = atan(a)
Computes the arctangent of a.
| Name | Description |
|---|---|
| a | Specifies a real or complex scalar, vector, or matrix. |
| Name | Description |
|---|---|
| c | Returns the arctangent, in radians, of the elements in a. c is a scalar, vector, or matrix of the same size as a. |
Z = [-1:0.11:1]
C = atan(Z)