ImCos
Description
Calculate the cosine value for a complex.
or
where C is a complex, and
.
Syntax
complex ImCos(complex cX)
Parameters
cX
- The complex number.
Return
Return the cosine value for the specified complex.
Example
imCos(3+4i) = ; // -27.034945603074-3.8511533348118i complex c1 = 1+1i; complex c2; c2 = imCos(c1); c2 = ; // 0.83373002513115-0.98889770576287i
/math-3d4b51b97bf040892747089e5c0075e0.png)
/math-0ecce6a27ea3a985739a543fcd50b04d.png)