Skip to main content


Pure Perl module to test Math::BigInt with scalars

Changes for 1.999840 - 2023-09-18

  • Add methods bblsft() and bbrsft(), which do bitwise left and right shift, respectively. The binary operators for bitwise left and right shift, "<<" and ">>", now call the methods bblsft() and bbrsft(), respectively.