Math Scalar Library
Programming Reference Manual Fortran
Version 1.0 DD-00003-110

11 Complex Numbers

11.1 screal - Complex real component Re(x)
11.2 scimag - Complex imaginary component Im(x)
11.3 scabs - Complex absolute value |x|
11.4 scarg - Complex argument arg(x)
11.5 sconj - Complex conjugate -
x
11.6 scproj - Complex Riemann sphere projection proj(x)
11.7 scexp - Complex exponentiation exp(x)
11.8 sclog - Complex logarithm log(x)
11.9 scsin - Complex sine sin(x)
11.10 sccos - Complex cosine cos(x)
11.11 sctan - Complex tangent tan(x)
11.12 scasin - Complex arcsine sin-1(x)
11.13 scacos - Complex arccosine cos-1(x)
11.14 scatan - Complex arctangent tan-1(x)
11.15 scsinh - Complex hyperbolic sine sinh(x)
11.16 sccosh - Complex hyperbolic cosine cosh(x)
11.17 sctanh - Complex hyperbolic tangent tanh(x)
11.18 scasinh - Complex hyperbolic arcsine sinh-1(x)
11.19 scacosh - Complex hyperbolic arccosine cosh-1(x)
11.20 scatanh - Complex hyperbolic arctangent tanh-1(x)
11.21 scsqrt - Complex square root ⎷-
 x
11.22 scpow - Complex power xy