amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
complex | ccos (complex z) |
Cosine of complex number. More... | |
Cosine of complex number.
a+bi real = cos(a) * cosh(b) imag = -sin(a) * sinh(b)
Definition at line 45 of file ccos.c.
References cchsh(), cimag(), cos(), cpack(), creal(), and sin().
Referenced by ComplexNumber::Cosine().