summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_exp2f.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
| | | | ok guenther millert kettenis
* - remove isinff, isnanf. this has been moved to libcmartynas2008-07-241-0/+135
- remove never-enabled signbit. libc has is now - add C99 implementations, from freebsd, for nan(), nanf() (needed to write _digittoint for it), exp2(), exp2f(), remquo(), remquof(), needed STRICT_ASSIGN macro for math_private.h - bump major man pages will follow exp2{,f} has been requested by chl@ ok millert@