Use fixed 32bit sign argument to error functions

Ideally sign should be bool, but we don't want to depend on stdbool.h
and sometimes (e.g. in powf) it's more efficient to pass a non-zero
value than 1 to indicate that the sign should be set.

While working on double precision versions i realized that the unsigned
long argument is fragile (may fail on 32bit targets only).
3 files changed
tree: 781a38089ac7431fba502e213a328bca0f3a0b14
  1. auxiliary/
  2. math/
  3. test/
  4. .gitignore
  5. config.mk.dist
  6. LICENSE
  7. Makefile
  8. README