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