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