预订演示

请注意 : 本帮助页面不适用于最新版本的Enterprise Architect. 最新的帮助文档在这里.

前页 后页

csin

Complex circular sine.

SYNOPSIS:

void csin();
cmplx z, w;

csin(&z, &w);

DESCRIPTION:

If
z = x + iy,

then

w = sin x cosh y + i cos x sinh y.


ACCURACY:

Relative error:
arithmetic domain # trials peak rms
DEC -10,+10 8400 5.3e-17 1.3e-17
IEEE -10,+10 30000 3.8e-16 1.0e-16