Changes for version 0.07 - 2017-04-28

  • IMPROVEMENTS
    • Minor optimization in `numify()` for integers and rationals.
    • Added checks for exact divisibility of two integers.
    • Optimized the gcd() and lcm() functions when the second argument is a native integer.
    • Documentation improvements.
  • FIXES
    • Fixed the creation of very large constant integers in `:overload` mode.
    • Fixed the creation of binary, octal and hexadecimal constants that contain underscores (in `:overload` mode).

Modules

Arbitrary size precision for integers, rationals, floating-points and complex numbers.