aboutsummaryrefslogtreecommitdiff
path: root/core/math/big/rat.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-261-1/+1
* 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