Skip to content

Release 1.8

Latest
Compare
Choose a tag to compare
@sionescu sionescu released this 28 Feb 14:28
v1.8
cb9e487
  • fix bug in parsing negative real numbers with leading whitespace
  • handle numbers with large exponent correctly: use bignum operations instead of floating-point, to avoid losing precision
  • better detection of invalid numbers: signal INVALID-NUMBER instead of implementation-specific conditions