catanh


catanh

Calculates the inverse hyperbolic tangent of a complex number

 #include <complex.h> double complex catanh ( double complex z  ); float complex catanhf ( float complex z  ); long double complex catanhl ( double long complex z  ); 

The catanh( ) functions return the number whose hyperbolic tangent is equal to their argument z. The imaginary part of the return value is in the interval [-p/2 x i, p/2 x i].

Example

See the example for catan( ) in this chapter.

See Also

Other hyperbolic trigonometry functions for complex numbers: casinh( ), cacosh( ), csinh( ), ccosh( ), and ctanh( ); the hyperbolic tangent and inverse hyperbolic tangent functions for real numbers: tanh( ) and atanh( )



C(c) In a Nutshell
C in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596006977
EAN: 2147483647
Year: 2006
Pages: 473

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net