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

Changes for version 0.11 - 2018-12-13

  • Added the `pown` method for computing `x**n` where `n` is a native integer (using the exponentiation by squaring method).
  • Added the bitwise methods: `lsft`, `rsft`, `and`, `or`, `xor`, which also provide support for operator overloading of `<<`, `>>`, `&`, `|` and `^`.

Modules

Generic complex number library.