Commit History

Author SHA1 Message Date
  trizen 1b974b7ed0 - Added the Number method `is_gaussian_prime(a,b)`. 4 years ago
  trizen d8c930f346 In Number `is_powerful(n,k)`, check if `n` is positive. Return false otherwise. 4 years ago
  trizen 9399bbc916 - Added the `Date` built-in type, to work with dates. 4 years ago
  trizen a594263a53 Version 3.90 4 years ago
  trizen a223fdd733 - Sidef deparser: corrected the deparsing of calls applied on an expression. 5 years ago
  trizen 553eb043ff Use the integer limits from Math::GMPq. (POSIX is no longer needed) 6 years ago
  trizen dd7014d571 Updated metadata. 7 years ago
  trizen d9c69ba36b - Added new dependency: Algorithm::Combinatorics 7 years ago
  trizen b96df05df9 - Use `Rmpfr_q_div()` and `Rmpfr_z_div()` from Math::MPFR-3.36. 7 years ago
  trizen 8e26ba7555 Version 3.02 7 years ago
  trizen c2e1d38df5 - Switched from `Math::Prime::Util::GMP::primes()` to `Math::Prime::Util::GMP::sieve_primes()` inside Number.prime() and Number.primes(). 7 years ago
  trizen 32de9cb693 Require Math::GMPq>=0.45. 7 years ago
  trizen 6facc73c6e - New implementation of the numerical system. 7 years ago
  trizen 4dbdc9b47f Version 2.37 is here! 7 years ago
  trizen 6321bc05d5 Version 2.36 is here! 7 years ago
  trizen cb30c80b5f - Moved some optional dependencies from `required` to `recommended`. 7 years ago
  trizen 3031ccdfc9 modified: META.json 7 years ago
  trizen 2075925820 - Require Math::GMPq>=0.41 8 years ago
  trizen e8ee623f24 modified: scripts/Tests/dynamic_constants.sf 8 years ago
  trizen e9880ac812 - The `experimental` pragma is no longer needed. 8 years ago
  trizen 8add044b32 - Make Data::Dump a non-optional dependency (as it's used inside Block.ffork()). 8 years ago
  trizen 93461ac386 - Add "experimental" as dependency. 8 years ago
  trizen 969ed8decc - Merged the functionality of RangeStr and RangeNum into the super object Range (which can be used only as a parent and is not directly available to the user). 8 years ago
  trizen af54d9bdbc - Version bump to 2.26 8 years ago
  trizen 2e531141d8 - Fixed and improved the Block.ffork() method to work correctly with blocks that return numbers or objects that contain numbers. 8 years ago
  trizen 10fc318b05 Preparing for v2.25 8 years ago
  trizen d7a5e285b4 - Added the `Enumerator` built-in class. 8 years ago
  trizen ac353bc59c - Extended the optimizer to cover more types of arguments (in addition to expressions). 8 years ago
  trizen 9998c4bd39 - Added precompilation support for Sidef scripts (with option -s). 8 years ago
  trizen e17af6c35d - Improved the Number.irand() method to use the Mersenne Twister algorithm and also to work correctly with arbitrary big integers. 8 years ago