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