Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: math
See also: ccos ccosh cexp cln csin csinh csqrt ctan

Quantlet: 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

Example:
library("math")
x = complex(#(4,1), #(9,1))
ctanh(x)

Result:
Contents of z.re
[1,]  0.99956
[2,]  1.0839
Contents of z.im
[1,]  -0.00050363
[2,] 0.27175



Author: S. Klinke, 19970529 S. Borak 20040621 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006