This function extends FORTRAN's generic function SINH to evaluate the complex hyperbolic sine.
SINH — Complex function value. (Output)
Z — Complex number representing the angle in radians for which the complex hyperbolic sine is desired. (Input)
Specific: The specific interface names are CSINH and ZSINH.
Double complex: The double complex function name is ZSINH.
where ε = AMACH(4) is the machine precision and ℑz is the imaginary part of z.
In this example, sinh(5 − i) is computed and printed.
99999 FORMAT (' SINH((', F6.3, ',', F6.3, ')) = (',&
SINH(( 5.000,-1.000)) = ( 40.092,-62.446)
|
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |