x = xxa;
x = fabsf(x);
x2 = x * x; if( x2 < 2.5625 )
{
t = x2 * x2;
ss = x * x2 * polevlf( t, sn, 6);
cc = x * polevlf( t, cn, 6); goto done;
}
if( x > 36974.0 )
{
cc = 0.5;
ss = 0.5; goto done;
}
/* Asymptotic power series auxiliary functions *forlargeargument
*/
x2 = x * x;
t = PIF * x2;
u = 1.0/(t * t);
t = 1.0/t;
f = 1.0 - u * polevlf( u, fn, 7);
g = t * polevlf( u, gn, 7);
t = PIO2F * x2;
c = cosf(t);
s = sinf(t);
t = PIF * x;
cc = 0.5 + (f * s - g * c)/t;
ss = 0.5 - (f * c + g * s)/t;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.