Library: | math |
See also: | ccos ccosh cexp cln csin csinh csqrt ctan |
Macro: | ctanh | |
Description: | Complex tangens hyperbolicus |
Usage: | z = ctanh(x) | |
Input: | ||
x | n x p x d1 x ... x dn complex array | |
Output: | ||
z | n x p x d1 x ... x dn complex array |
library("math") x = complex (#(4,16), #(9,1)) ctanh(x)
Contents of z.re [1,] 0.99956 [2,] 1 Contents of z.im [1,] 0.00027638 [2,] 2.1313e-14
Library: | math |
See also: | ccos ccosh cexp cln csin csinh csqrt ctan |