amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | csinh (complex z) |
Hyperbolic sine of a complex number. More... | |
Hyperbolic sine of a complex number.
Calculated as in Open Office:
https://wiki.openoffice.org/wiki/Documentation/How_Tos/Calc:_IMSINH_function
a+bi real = sinh(a) * cos(b) imag = cosh(a) * sin(b)
Definition at line 50 of file csinh.c.
References cchsh(), cimag(), cos(), cpack(), creal(), and sin().
Referenced by ComplexNumber::HypSine().