The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03

  • implement GMP mpn_neg from scratch as it is not yet widely available
  • add mpn_not operation
  • mpn_ior_uint was not properly handling the case where the first argument was an empty string.
  • base autodetection on mpn_set_str was broken

Modules

Fixed length integer arithmetic.