| Group: | Mathematical Functions |
| Subgroup: | Trigonometric Functions |
| See also: | acos acosh asin asinh atan2 atanh cos cosh sin sinh tan tanh |
| Function: | atan | |
| Description: | atan returns the arctangus in radian of the elements of an array. |
| Usage: | z = atan(x) | |
| Input: | ||
| x | d1 x d2 x ... x dn array | |
| Output: | ||
| z | d1 x d2 x ... x dn array | |
x = #(sqrt(3), 1)~#(0, -1) atan(x)
[1,] 1.0472 0 [2,] 0.7854 -0.7854
| Group: | Mathematical Functions |
| Subgroup: | Trigonometric Functions |
| See also: | acos acosh asin asinh atan2 atanh cos cosh sin sinh tan tanh |