The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.81

  • Change the overload_string() and _get_str() functions to match the formatting provided by mpc_out_str().
  • Fix the signed zero problem with overloaded mul and div operations, and add t/signed_zero.t as a check. Thanks Paul Zimmerman and Philippe Theveny.
  • Add Rmpc_mul_sj, Rmpc_mul_ld, Rmpc_mul_d, Rmpc_div_sj, Rmpc_sj_div, Rmpc_div_ld, Rmpc_ld_div, Rmpc_div_d and Rmpc_d_div. These simply wrap the the XSubs created to fix the signed zero anomaly (above).

Modules

perl interface to the MPC (multi precision complex) library.