amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | csin (complex z) |
Sine of a complex number. More... | |
Sine of a complex number.
Calculated according to description at wikipedia:
https://wikipedia.org/wiki/Sine#Sine_with_a_complex_argument
a+bi real = sin(a) * cosh(b) imag = cos(a) * sinh(b)
Definition at line 50 of file csin.c.
References cchsh(), cimag(), cos(), cpack(), creal(), and sin().
Referenced by ComplexNumber::Sine().