Commit History

Author SHA1 Message Date
  trizen adbff39f59 Version 23.10 7 months ago
  trizen d066781d0c Use `is_almost_extra_strong_lucas_pseudoprime` in Number `all_prime` and `is_safe_prime`. 7 months ago
  trizen 1d2f6a9c8e bin/sidef: improved the auto-completition feature. 7 months ago
  trizen 919bfb3763 - Better performance in computing the modular Lucas V and U sequences when the current GitHub version of Math::Prime::Util and Math::Prime::Util::GMP is installed. 7 months ago
  trizen 5aae1728cc Fixed a bug in Number `is_lucasV_psp(n)` for non-native `n`. 7 months ago
  trizen cbae535593 Allow `_modular_lucas*` to accept all paramters as native integers. 7 months ago
  trizen 218aa60391 - Added the Number `is_bfw_psp(n)` method. 7 months ago
  trizen 1dbbf7e90a - Slightly better performance in several Number methods that use lucas sequences. 7 months ago
  trizen 38f844ba22 - Improved the Number `primality_pretest(n)` method for `n > 10^1000`. 7 months ago
  trizen 5e5c7e45d9 - Use a cryptographically-secure pseudorandom number generator in the Number `irand` method. 7 months ago
  trizen 379f1a640c - Added the `File.link` method. 7 months ago
  trizen 568221b314 No longer use `Math::GMPz::Rmpz_urandomm` in Number `irand`. 7 months ago
  Trizen b6d02a5d46 Merge pull request #111 from marwal-88/master 8 months ago
  marwal-88 cf029ea418 Added sub symlink 8 months ago
  trizen 3d5c1bab9e bin/sidef: added basic support for method-name completion. 8 months ago
  trizen 43b8165fef - Added the `Num!USE_CONJECTURES` class-variable (disabled by default). 8 months ago
  trizen 70d81cbb43 - Added the Array `.bsearch_min{...}`, `.bsearch_max{...}`, `.bindex_min{...}` and `.bindex_max{...}` methods. 8 months ago
  trizen 817cd24f30 modified: NUMBER_THEORY_TUTORIAL.md -- added two more OEIS examples 8 months ago
  trizen 06b2381bbc modified: NUMBER_THEORY_TUTORIAL.md -- added links to PDF with documentation of each Number method 8 months ago
  trizen 9d165b37f1 modified: NUMBER_THEORY_TUTORIAL.md 8 months ago
  trizen 2be17924e3 - No longer `use integer` in Number `smooth_count`. 8 months ago
  trizen 865857faff - Extended the `include("file.sf")` statement. 8 months ago
  trizen 56ea227f3b modified: NUMBER_THEORY_TUTORIAL.md 8 months ago
  trizen 51525dc995 modified: README.md -- use codeberg links to the tutorial (as GitHub seems to be too slow at rendering markdown files) 8 months ago
  trizen 8dc4090f98 modified: NUMBER_THEORY_TUTORIAL.md 8 months ago
  trizen 96246d3484 modified: NUMBER_THEORY_TUTORIAL.md 8 months ago
  trizen 40404a7df6 modified: NUMBER_THEORY_TUTORIAL.md -- added more content 8 months ago
  trizen 574d6a53b2 - Extended the Matrix `.pow(n)` method to accept an arbitrary large integer. 8 months ago
  trizen 1cc4dc9f06 new file: NUMBER_THEORY_TUTORIAL.md 8 months ago
  trizen bd13ad07f8 - Use PARI/GP in several more methods, when `Num!USE_PARI_GP` is enabled. 8 months ago