Commit History

Author SHA1 Message Date
  trizen 2f785855bc - Added tests for each function/method. 7 years ago
  trizen 70a249c669 - Added documentation. 7 years ago
  trizen 538233ec42 - Added more methods. 7 years ago
  trizen 03c85eb832 - Minor code clean-up. 7 years ago
  trizen 04a3f45ec3 - Optimized the powmod() method. 7 years ago
  trizen 5b8d74a3ff - Added more methods. 7 years ago
  trizen 24343676eb - Added more methods. 7 years ago
  trizen 2ecf8c5a62 - Added the atan2() method. 7 years ago
  trizen ea51174d4e - Simplifications and optimizations. 7 years ago
  trizen a8e9308b99 - Each operation is now immutable. 7 years ago
  trizen 28eec11c67 - Added the following methods: gamma(x), lngamma(x), digamma(x), beta(x,y), Ai(x), Ei(x), Li(x), Li2(x), erf(x), erfc(x). 7 years ago
  trizen 9b715f18cf - Added the `eta` method. 7 years ago
  trizen 59583ccd46 - Added the bernreal(n) function. 7 years ago
  trizen 4897f03588 - Added the bernfrac() function. 7 years ago
  trizen 2d474d439f - Added the following methods: sec(), asec(), sech(), asech(). 7 years ago
  trizen 600cfc817b - Added the following methods: tan(), atan(), tanh(), atanh(). 7 years ago
  trizen 7dc803d27c - Added the following trigonometric methods: sinh(), asin(), asinh(), cosh(), acos() and acosh(). 7 years ago
  trizen d43c108db7 - Optimizations. 7 years ago
  trizen ddb0366f2f - Implemented the `inc` and `dec` methods. 7 years ago
  trizen 2fe4ebad9a - Added some missing multimethods for `rand()` and `irand()`. 7 years ago
  trizen 59bccb9929 - Added the `gcd`, `invmod`, `powmod`, `rand`, `irand`, `seed`, `iseed`, `lucas` and `primorial`. 7 years ago
  trizen a1be69c5b9 - Implemented the `sin` and `cos` methods. 7 years ago
  trizen 62185e0df4 - Added the `idiv` method, which does integer-division. 7 years ago
  trizen 98a11116d4 - Added support for parsing complex numbers in initializaiton. 7 years ago
  trizen 3beb639a07 - Extended `new_q()` method to accept the numerator the denominator as separate arguments. 7 years ago
  trizen 56f1cbe140 - Implemented the `mod` method. 7 years ago
  trizen df5eeb59d3 new file: examples/faulhaber_s_formula.pl 7 years ago
  trizen 1bc4b3fd7c - Literal floating point values are now created as Math::MPFR objects. 7 years ago
  trizen cb4cbecaf2 - Added the cmp(), gt(), ge(), lt() and le() methods. 7 years ago
  trizen 439e02a27f modified: MANIFEST 7 years ago