cvs commit: src/lib/msun/src e_remainder.c e_remainderl.c
David Schultz
das at FreeBSD.org
Sun Mar 30 13:47:42 PDT 2008
das 2008-03-30 20:47:42 UTC
FreeBSD src repository
Modified files:
lib/msun/src e_remainder.c
Added files:
lib/msun/src e_remainderl.c
Log:
Implement remainderl() as a wrapper around remquol(). The extra work
remquol() performs to compute the quotient is negligible.
Revision Changes Path
1.12 +6 -0 src/lib/msun/src/e_remainder.c
1.1 +38 -0 src/lib/msun/src/e_remainderl.c (new)
More information about the cvs-src
mailing list