Skip to content

v0.3.0

Compare
Choose a tag to compare
@rockcavera rockcavera released this 14 Jan 02:41
· 6 commits to main since this release
  • Added optimized div and mod, when divisor is static, for UInt128. Based on libdivide.
  • Added mul128by128ToTwo128 to UInt128. Includes a version that detects overflow.
  • Added facilities to work with subtraction when the minuend is Int128 or UInt128 and the subtrahend is uint64.
  • >, >= and != have been renamed respectively to gt, gte and ne. There will be no breakage, as Nim uses templates for >, >= and !=. See the motivation here.
  • Added floorSqrt().