amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | ccoth (complex z) |
Hyperbolic cotangent of a complex number. More... | |
Hyperbolic cotangent of a complex number.
acoth(z) = 0.5 * (log(1 + 1/z) - log(1 - 1/z))
or
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 50 of file ccoth.c.
References cimag(), cos(), cosh(), cpack(), creal(), sin(), and sinh().
Referenced by ComplexNumber::HypCotangent().