Skip to main content


a math backend library based on Math::GMPz

Changes for 0.0015 - 2023-12-27

  • Add methods _ilog2() and _clog2() for int(log2(x)) and ceil(log2(x)), respectively. Also add test files.
  • Sync test files with Math-BigInt.