amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | cacoth (complex z) |
Inverse hyperbolic cotangent of complex number. More... | |
Inverse hyperbolic cotangent of complex number.
Inverse hyperbolic cotangent expressed using complex logarithms:
acoth(z) = 1/2 * ((log(z + 1) - log(z - 1))
More info is available at Wikipedia:
https://wikipedia.org/wiki/Inverse_hyperbolic_function#Logarithmic_representation
Definition at line 42 of file cacoth.c.
References cadd(), clog(), cmul(), cpack(), and csub().
Referenced by ComplexNumber::HypArcCotangent().