cvs commit: src/lib/msun/src s_scalbln.c
David Schultz
das at FreeBSD.org
Mon Mar 7 04:57:51 GMT 2005
das 2005-03-07 04:57:50 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_scalbln.c
Log:
- Implement scalblnl.
- In scalbln and scalblnf, check the bounds of the second argument.
This is probably unnecessary, but strictly speaking, we should
report an error if someone tries to compute scalbln(x, INT_MAX + 1ll).
Revision Changes Path
1.2 +34 -2 src/lib/msun/src/s_scalbln.c
More information about the cvs-src
mailing list