cvs commit: src/lib/msun/src e_atan2.c e_atan2f.c e_atan2l.c
David Schultz
das at FreeBSD.org
Sat Aug 2 19:17:04 UTC 2008
das 2008-08-02 19:17:00 UTC
FreeBSD src repository
Modified files:
lib/msun/src e_atan2.c e_atan2f.c e_atan2l.c
Log:
SVN rev 181204 on 2008-08-02 19:17:00Z by das
A few minor corrections, including some from bde:
- When y/x is huge, it's faster and more accurate to return pi/2
instead of pi - pi/2.
- There's no need for 3 lines of bit fiddling to compute -z.
- Fix a comment.
Revision Changes Path
1.14 +6 -8 src/lib/msun/src/e_atan2.c
1.11 +6 -8 src/lib/msun/src/e_atan2f.c
1.3 +4 -1 src/lib/msun/src/e_atan2l.c
More information about the cvs-src
mailing list