ImSin
Description
Calculate the sin value for a complex.
or
where C is complex, and
.
Syntax
complex ImSin(complex cX)
Parameters
cX
- The complex number.
Return
Return the sin value for the specified complex.
Example
imSin(3+4i) = ; // 3.8537380379194-27.016813258004i complex c1 = 1+1i; complex c2; c2 = imSin(c1); c2 = ; // 1.298457581416+0.63496391478474i
/math-90de06353074cd849a36cb9bcc9e3702.png)
/math-abd3c1103542d2d198f7d2b4d904ac4a.png)