December 2005
Beginner to intermediate
618 pages
20h 19m
English
catanh
Calculates the inverse hyperbolic tangent of a complex number
#include <complex.h> double complexcatanh( double complexz); float complexcatanhf( float complexz); long double complexcatanhl( double long complexz);
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 [-π/2 × i, π/2 × i].
See the example for catan() in this
chapter.
Read now
Unlock full access