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