X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2F__sin.c;h=40309496646ea67bc247a46b8cd363a73ca9801e;hp=9aead04becfd4e68177cd18cf9d4b50ab2208533;hb=e216951f509b71da193da2fc63e25b998740d58b;hpb=2c184264eae3797de028403ed1e86c1f7ae5b813 diff --git a/src/math/__sin.c b/src/math/__sin.c index 9aead04b..40309496 100644 --- a/src/math/__sin.c +++ b/src/math/__sin.c @@ -51,7 +51,7 @@ S6 = 1.58969099521155010221e-10; /* 0x3DE5D93A, 0x5ACFD57C */ double __sin(double x, double y, int iy) { - double z,r,v,w; + double_t z,r,v,w; z = x*x; w = z*z;