Historial de Commits

Autor SHA1 Mensaje Fecha
  trizen ec5283947e modified: .gitignore hace 3 años
  trizen bbb404444d Disabled dynamic_config. hace 3 años
  trizen c18e0016fd modified: lib/Math/GComplex.pod -- typo fix hace 5 años
  trizen a5615c68c6 Updated email. hace 5 años
  trizen 7003dc96e4 deleted: t/manifest.t hace 5 años
  trizen c1d6c2035a Pod simplifications. hace 5 años
  trizen 6081298dfc Version 0.13 hace 5 años
  trizen ce46fc860f - Added the `polar` method. hace 5 años
  trizen ea951b8fc3 Version 0.12 hace 5 años
  trizen 9131522b6f Make the round() function exportable. hace 5 años
  trizen baea80ad4d Renamed the `powm` method to `powmod`. hace 5 años
  trizen c70411d538 - Better implementation of the `gcd` and `invmod` methods. hace 5 años
  trizen 0b6f2fff50 Documented `gcd` and `invmod`. hace 5 años
  trizen 48523eb19c - Added the `gcd(a, b)` method for computing the greatest common divisors of two complex numbers. hace 5 años
  trizen e513ec5fa2 - Added the `powm(x, n, m)` method for efficiently computing `x**n % m`, using the exponentiation by squaring method. hace 5 años
  trizen e9fd453706 modified: Changes hace 5 años
  trizen cd079af5e7 Version 0.11 hace 5 años
  trizen 1b7e27e626 - Added the bitwise methods: `lsft`, `rsft`, `and`, `or`, `xor`, which also provide support for operator overloading of `<<`, `>>`, `&`, `|` and `^`. hace 5 años
  trizen 8bf0305f75 Minor optimiation in `pown` hace 5 años
  trizen 03f9d1942d Allow the `pown` function to be exported. hace 5 años
  trizen 36b084b63b - Added the `pown` method for computing `x**n` where `n` is a native integer (using the exponentiation by squaring method). hace 5 años
  trizen 35d5f16ab7 Pass `utf8 => 1` to Pod::Man. hace 5 años
  trizen ffc2948143 Version 0.10 hace 6 años
  trizen c2fc2aed18 - Added the `_polar`, `emake` and `cplxe` methods, for basic compatibility with Math::Complex. hace 6 años
  trizen d6ff20796f - Added the `make` alias for the `new` method, for basic compatibility with Math::Complex. hace 6 años
  trizen 871c880226 - Added the `_cartesian` private method for basic compatibility with Math::Complex. hace 6 años
  trizen 792ab518fe Version 0.09 hace 6 años
  trizen 5ed7f5dbc3 The `floor()` and `ceil()` functions are now included in the `:misc` export group. hace 6 años
  trizen 2c220b80d9 Minor .pod tweaks. hace 6 años
  trizen 88672fbd8a Commented out a few tests that fail under perl-5.12.2 compiled without 64-bit support. hace 6 años