| Group: | Mathematical Functions |
| Subgroup: | Trigonometric Functions |
| See also: | acos acosh asin asinh atan atan2 cos cosh sin sinh tan tanh |
| Function: | atanh | |
| Description: | atanh returns the hiperbolic arc tangent of the elements of an array. |
| Usage: | z = atanh(x) | |
| Input: | ||
| x | d1 x d2 x ... x dn array | |
| Output: | ||
| z | d1 x d2 x ... x dn array | |
x = #(0, 1/2)~#(1/3, 1/4) atanh(x)
[1,] 0 0.34657 [2,] 0.54931 0.25541
| Group: | Mathematical Functions |
| Subgroup: | Trigonometric Functions |
| See also: | acos acosh asin asinh atan atan2 cos cosh sin sinh tan tanh |