aboutsummaryrefslogtreecommitdiff
path: root/core/math/big/rat.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak in `internal_rat_norm`blob18072025-06-231-0/+2
|
* Move negation in `internal_rat_to_float` to end of procedureFeoramund2025-06-101-3/+3
| | | | | | | This should cause a compiler error, due to the assignment to a named return value in a deferred block. Fixes #4565
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
|
* Replace `x in &y` Use `&v in y` syntax through core & vendor for ↵gingerBill2023-06-261-1/+1
| | | | `switch`/`for` statements
* Fix `rat_set_f64`gingerBill2021-12-111-5/+5
|
* Fix bugs in big.Rat caused by typosgingerBill2021-12-071-3/+3
|
* Implement `ldexp` and `frexp` in native OdingingerBill2021-11-161-1/+1
|
* `big.Rat` (Experimental)gingerBill2021-10-291-0/+540