| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
same as code in generic src.
introduce PURE_SRCS for completely MI math code.
okau martynas@
|
|
|
|
|
| |
supports (which is all, except the float ones)
ok millert@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
ugly, when we have isnan and isinf
- no need to check for _IEEE, when checking for not-a-number
- remove some impossible checks
- while here, drem->remainder, as drem is just an obsolete alias
now
ok millert@
|
|
|
|
|
|
|
| |
- no support for National 32000, removing ns32000/national ifdefs maze
- remove tahoe defs
- ansify
looks fine to millert@; who also noticed rint removal
|
| |
|
|
|
|
|
| |
includes, include math.h where needed and remove redundant declarations
ok millert@
|
|
|
|
|
|
| |
- TEST_FMOD doesn't belong here, remove
- remove ifdef _ANSI_SOURCE and assume it's default
ok millert@
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
|
|
|
|
| |
Only affects vax, which has no shared libraries, so no version change
needed for libm.
Someone with enough math skills ought to code a real scalb() on a rainy day...
|
| |
|
|
|