cvs commit: src/lib/msun/src e_pow.c
David Schultz
das at FreeBSD.ORG
Tue Jun 1 21:38:52 PDT 2004
On Tue, Jun 01, 2004, Bruce Evans wrote:
> Sun finally released a new version of fdlibm just a coupe of weeks
> ago. It only fixes 3 bugs (this one, another one in pow() that we
> already have (rev.1.9), and one in tan(). I've learned too much about
> powf() lately, so this fix was easy to merge. The patch is not verbatim,
> because our base version has many differences for portability and I
> didn't like global renaming of an unrelated variable to keep it separate
> from the sign variable. This patch uses a new variable named sn for
> the sign.
Coincidentally, I started looking over the new version last night.
I'll commit a fix for the tan() bug in a minute or two, unless you
beat me to it.
More information about the cvs-src
mailing list