next up previous contents [pdf] index

Next: Call Up: Complex number operations (komplex.c) Previous: Output

ctanhf

Returns hyperbolic tangent of a complex number. It uses a function like coshf and sinhf from c99.h, which call cosh and sinh functions from math.h in the C library.



Subsections


2011-07-02