diff options
author | dim <dim@FreeBSD.org> | 2014-02-21 21:54:36 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-02-21 21:54:36 +0000 |
commit | 0683fb66c179adc218a5ab46d022e7b5b9d26121 (patch) | |
tree | df370f5f8b8c4e736221ec6b0f6a8094f4ffc00f /lib/msun | |
parent | 4abdabbce7e552a158d619c5a9901e669af7a7e4 (diff) | |
download | FreeBSD-src-0683fb66c179adc218a5ab46d022e7b5b9d26121.zip FreeBSD-src-0683fb66c179adc218a5ab46d022e7b5b9d26121.tar.gz |
In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid a
warning.
Diffstat (limited to 'lib/msun')
-rw-r--r-- | lib/msun/ld128/s_expl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/ld128/s_expl.c b/lib/msun/ld128/s_expl.c index 1357e70..a6a9676 100644 --- a/lib/msun/ld128/s_expl.c +++ b/lib/msun/ld128/s_expl.c @@ -131,7 +131,7 @@ T3 = 0.03125; /* * Domain [-0.1659, 0.03125], range ~[2.9134e-44, 1.8404e-37]: * |(exp(x)-1-x-x**2/2)/x - p(x)| < 2**-122.03 -/* + * * XXX none of the long double C or D coeffs except C10 is correctly printed. * If you re-print their values in %.35Le format, the result is always * different. For example, the last 2 digits in C3 should be 59, not 67. |