amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | casinh (complex z) |
Inverse hyperbolic sine of complex number. More... | |
Inverse hyperbolic sine of complex number.
Inverse hyperbolic sine expressed using complex logarithms:
asinh(z) = log(z + sqrt(z*z + 1))
With branch cuts: -i INF to -i and i to i INF
Domain: -INF to INF Range: -INF to INF
More info is available at Wikipedia:
https://wikipedia.org/wiki/Inverse_hyperbolic_function#Logarithmic_representation
Definition at line 47 of file casinh.c.
References cadd(), clog(), cmul(), cpack(), and csqrt().
Referenced by ComplexNumber::HypArcSine().