aboutsummaryrefslogtreecommitdiff
path: root/core/math/big/public.odin
Commit message (Expand)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-0/+1
* Package lines for `core:math` and more.Jeroen van Rijn2025-10-091-3/+2
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Simplify docs to hide the copyrightgingerBill2022-01-171-0/+2
* `big.Rat` (Experimental)gingerBill2021-10-291-3/+18
* Merge branch 'master' into optional-semicolonsgingerBill2021-09-061-2/+299
|\
| * big: Add ; after proc map.Jeroen van Rijn2021-09-011-10/+10
| * big: Add comparison helpers.Jeroen van Rijn2021-09-011-0/+292
| * big: Add `ilog2`.Jeroen van Rijn2021-09-011-0/+6
| * big: Add `internal_int_exponent_mod`.Jeroen van Rijn2021-09-011-2/+1
* | Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-10/+10
* | Remove unneeded semicolons from the core librarygingerBill2021-08-311-5/+5
* | Remove unneeded semicolons from the core librarygingerBill2021-08-311-175/+175
|/
* big: Add `int_is_square`.Jeroen van Rijn2021-08-271-0/+15
* big: Update license to BSD-3.Jeroen van Rijn2021-08-191-1/+1
* Improve parsing for `or_return`; allow `#force_inline foo() or_return;`gingerBill2021-08-161-6/+6
* Replace `err != nil` with `or_return` where appropriategingerBill2021-08-151-46/+45
* big: Add arguments and usage to test.py.Jeroen van Rijn2021-08-111-1/+1
* big: Finish refactor.Jeroen van Rijn2021-08-111-47/+109
* big: More refactoring.Jeroen van Rijn2021-08-111-33/+33
* big: More refactoring.Jeroen van Rijn2021-08-111-35/+38
* big: Refactor helpers.Jeroen van Rijn2021-08-111-0/+494