amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | ctanh (complex z) |
Hyperbolic tangent of a complex number. More... | |
Hyperbolic tangent of a complex number.
a+bi sinh(2.0 * a) real = ---------------------------— cosh(2.0 * a) + cos(2.0 * b)sin(2.0 * b)imag = ---------------------------— cosh(2.0 * a) + cos(2.0 * b)
Definition at line 53 of file ctanh.c.
References cimag(), cos(), cosh(), cpack(), creal(), sin(), and sinh().
Referenced by ComplexNumber::HypTangent().