提交歷史

作者 SHA1 備註 提交日期
  gingerBill 149ecafdef Remove the need for `rand` in `core:math/big` 1 年之前
  Jeroen van Rijn 908a6ff2d4 Elide unnecessary condition 1 年之前
  Josh Jones 759139089f Fix big.shrink not actually shrinking 1 年之前
  Laytan d7fdccb08c fix a couple of -vet-style failures after f54977336b27c32eab52b77d94e7b1610f4350cf 1 年之前
  Ed Yu dd74a57c44 Expose internal invmod and int_exponent_mod with more consistent naming 1 年之前
  Jeroen van Rijn db03c86544 Fix typo in big.internal_invmod 1 年之前
  Ed Yu de41c2256d For invmod, b has to be > 1, fix a logic typo 1 年之前
  gingerBill 3e7e779abf Replace `core:*` to `base:*` where appropriate 1 年之前
  Jeroen van Rijn f79efd43e4 Fix missing clamp in core:math/big random. 1 年之前
  gingerBill 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 年之前
  FancyKillerPanda 62ff8daa78 Changed //+ignore to //+build ignore. 3 年之前
  gingerBill fb01dfe048 Improve docs_writer.cpp 3 年之前
  gingerBill c85ac955f7 Simplify docs to hide the copyright 3 年之前
  Jeroen van Rijn 938744b276 [math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`. 3 年之前
  Jeroen van Rijn c771ea9794 Merge pull request #1358 from Kelimion/big_math_fix 3 年之前
  gingerBill 94bad4d786 Merge branch 'master' of https://github.com/odin-lang/Odin 3 年之前
  gingerBill 1e17d5d86f Add utility procedures to get low values 3 年之前
  Jeroen van Rijn b2b79b86f0 [math/big] Return 0, .Integer_Underflow if trying to get a negative number to an unsigned int. 3 年之前
  Jeroen van Rijn c94098c2ab [math/big] Fix int_set and int_get. 3 年之前
  gingerBill 87952fdb8e `big.Rat` (Experimental) 3 年之前
  gingerBill 5006674a9b Correct math/big 4 年之前
  gingerBill ca33cb990b Strip semicolons in core which were missing 4 年之前
  gingerBill 2800d4b8d0 Merge branch 'master' into optional-semicolons 4 年之前
  Jeroen van Rijn 1f5ce91ae2 big: Add `internal_random_prime`. 4 年之前
  Jeroen van Rijn f2c5c26f2c big: Add `internal_int_prime_next_prime`. 4 年之前
  Jeroen van Rijn b1ed7fc6b9 big: Add Lucas-Selfridge. 4 年之前
  Jeroen van Rijn 70e12f7a1c big: Fix internal_int_mod for inputs with opposite signs. 4 年之前
  Jeroen van Rijn eecc786bd2 big: Add Frobenius-Underwood. 4 年之前
  Jeroen van Rijn 31918d3b8f big: Add `internal_int_is_prime`. 4 年之前
  Jeroen van Rijn ae354731ed big: Add ; after proc map. 4 年之前