aboutsummaryrefslogtreecommitdiff
path: root/core/math/big/api.odin
Commit message (Collapse)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* Package lines for `core:math` and more.Jeroen van Rijn2025-10-091-2/+2
|
* Add initial tests for big rationalsJeroen van Rijn2025-06-101-3/+2
|
* Simplify docs to hide the copyrightgingerBill2022-01-171-4/+2
|
* `big.Rat` (Experimental)gingerBill2021-10-291-0/+14
|
* Merge branch 'master' into optional-semicolonsgingerBill2021-09-061-3/+4
|\
| * big: Add `internal_int_exponent_mod`.Jeroen van Rijn2021-09-011-3/+4
| |
* | Remove unneeded semicolons from the core librarygingerBill2021-08-311-16/+16
|/
* big: Add inverse mod.Jeroen van Rijn2021-08-131-2/+0
|
* big: Add arguments and usage to test.py.Jeroen van Rijn2021-08-111-2/+2
|
* big: Split up `mul` into internal and public parts.Jeroen van Rijn2021-08-111-4/+7
|
* big: More ZII refactoring.Jeroen van Rijn2021-08-111-7/+3
|
* big: Continuing to refactor.Jeroen van Rijn2021-08-111-0/+155