Commit History

Author SHA1 Message Date
  gingerBill fb01dfe048 Improve docs_writer.cpp 3 years ago
  gingerBill c85ac955f7 Simplify docs to hide the copyright 3 years ago
  Jeroen van Rijn 938744b276 [math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`. 3 years ago
  Jeroen van Rijn c771ea9794 Merge pull request #1358 from Kelimion/big_math_fix 3 years ago
  gingerBill 94bad4d786 Merge branch 'master' of https://github.com/odin-lang/Odin 3 years ago
  gingerBill 1e17d5d86f Add utility procedures to get low values 3 years ago
  Jeroen van Rijn b2b79b86f0 [math/big] Return 0, .Integer_Underflow if trying to get a negative number to an unsigned int. 3 years ago
  Jeroen van Rijn c94098c2ab [math/big] Fix int_set and int_get. 3 years ago
  gingerBill 87952fdb8e `big.Rat` (Experimental) 3 years ago
  gingerBill 5006674a9b Correct math/big 4 years ago
  gingerBill ca33cb990b Strip semicolons in core which were missing 4 years ago
  gingerBill 2800d4b8d0 Merge branch 'master' into optional-semicolons 4 years ago
  Jeroen van Rijn 1f5ce91ae2 big: Add `internal_random_prime`. 4 years ago
  Jeroen van Rijn f2c5c26f2c big: Add `internal_int_prime_next_prime`. 4 years ago
  Jeroen van Rijn b1ed7fc6b9 big: Add Lucas-Selfridge. 4 years ago
  Jeroen van Rijn 70e12f7a1c big: Fix internal_int_mod for inputs with opposite signs. 4 years ago
  Jeroen van Rijn eecc786bd2 big: Add Frobenius-Underwood. 4 years ago
  Jeroen van Rijn 31918d3b8f big: Add `internal_int_is_prime`. 4 years ago
  Jeroen van Rijn ae354731ed big: Add ; after proc map. 4 years ago
  Jeroen van Rijn 671b413b15 big: Use new comparison helpers. 4 years ago
  Jeroen van Rijn 335d361fc6 big: Add comparison helpers. 4 years ago
  Jeroen van Rijn 2110778040 big: Add `internal_int_exponent_mod_fast`. 4 years ago
  Jeroen van Rijn 65a15e9c06 big: Add `internal_int_exponent_mod`. 4 years ago
  gingerBill 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line 4 years ago
  gingerBill f57201bbd1 Remove unneeded semicolons from the core library 4 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  Jeroen van Rijn 737b4fde1c big: Add `_private_int_mul_balance`. 4 years ago
  Jeroen van Rijn 852643e6ba Add tests for `internal_int_is_square'. 4 years ago
  Jeroen van Rijn ec4cae4f04 big: Add `int_is_square`. 4 years ago
  gingerBill ce7698c20e Correct core library usage of the new `mem.new` behaviour 4 years ago