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 csinh ctan ctanh csqrt

Macro: csin
Description: Complex sine

Usage: z = csin (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")
csin (complex (3.1415/2, 0))
Result:
Contents of z.re
[1,]        1 
Contents of z.im 
[1,]        0 

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

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

Author: Sigbert Klinke, 920424, 960401, 970529
(C) MD*TECH Method and Data Technologies, 28.6.1999