Commit History

Author SHA1 Message Date
  trizen 61d5a95032 Version 22.03 2 years ago
  trizen 906281f0fe Documented several Array methods. 2 years ago
  trizen ce4fd9c72f - Added the Number `g.is_ntf(n)` method. 2 years ago
  trizen e4861241e6 - Added the Range `.while { ... }` method. 2 years ago
  trizen a7d3193a91 Documented the special REPL commands. 2 years ago
  trizen d20a5e2d84 - Added the Number `cop_factor(n)` method. 2 years ago
  trizen 9b78ab8fef - Added the Number `dop_factor(n)` method. 2 years ago
  trizen 146052bd17 - Added the Array `.binsplit {|a,b| ... }` method. 2 years ago
  trizen 609d4b8135 new file: utils/sidef2exe.txt -- command for compiling Sidef as a portable Windows executable file 2 years ago
  trizen 6d7c44464a - Added the Polynomial `invmod(f, m)` method. 2 years ago
  trizen c8e238f667 - Added the Number `n.prev_pow(b)` method. 2 years ago
  trizen f9ffa4abef - Added the Number `sqrtQ(n)` method. 2 years ago
  trizen 46946d03e4 Minor simplifications in the Number chebyshev* methods. 2 years ago
  trizen 2fb21f6dd5 - Added support for calling a polynomial object with a value, just like a function, evaluating that polynomial with the given value. 2 years ago
  trizen bf98feae15 Added POD to bin/sidef 2 years ago
  trizen 351324726f Added several missing methods in the Fraction, Mod and Polynomial classes. 2 years ago
  trizen 1a2bd458a8 Added code examples in the documentation of several classes. 2 years ago
  trizen 8f34c93927 Fixed two corner-cases in Number `iquadratic_formula()` 2 years ago
  trizen 56dac2a07e modified: lib/Sidef/Math/Math.pod -- documented all Math methods 2 years ago
  trizen 6730bcb27d - Added the `Math.product_tree(list...)` method. 2 years ago
  trizen fa038c120a Fixed the implementation of FileHandle.syswrite() 2 years ago
  trizen 25ca896beb - Use `_adaptive_trial_factor()` in Number `trial_factor(n)` when no additional argument is given. 2 years ago
  trizen 1c975fa52e - Extended the `lucas_factor()` method to try both j=1 and j=-1 when j is not specified. 2 years ago
  trizen d79fc82229 new file: scripts/Tests/trial_division.sf 2 years ago
  trizen 4b9567b021 - Faster factorization of large integers with many small prime factors. 2 years ago
  trizen 827ae37b86 modified: utils/sidef2bin.sh 2 years ago
  trizen 6448fd6098 Prevent an infinite loop in Array `div(a,n)` method. 2 years ago
  trizen de2c93b126 - Added the Array `random_permutation` method. 2 years ago
  trizen 65a1c4f933 modified: utils/Web interface/index.cgi 2 years ago
  trizen 00cb654390 - Added the String `ascii2bin` and `bin2ascii` methods. 2 years ago