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