aboutsummaryrefslogtreecommitdiff
path: root/core/math/fixed/fixed.odin
Commit message (Expand)AuthorAgeFilesLines
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* Package lines for `core:math` and more.Jeroen van Rijn2025-10-091-0/+1
* Add deprecation warnings for `strconv.append_*`Feoramund2025-06-051-0/+5
* Rename `fixed.append` to `fixed.write` too, for good measureFeoramund2025-06-051-2/+2
* Clarify `strconv.append_*` to `strconv.write_*`Feoramund2025-06-051-3/+3
* Fix core:math/fixed.Jeroen van Rijn2024-06-261-1/+1
* Fix #3386 - `fixed.to_string`gingerBill2024-04-101-18/+166
* Removed undefined & usused varsblob18072024-04-061-1/+0
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Fix math/fixed floor/ceil/roundEd Yu2024-01-081-5/+7
* [core]: Remove `do` keyword from the core libraryflysand72023-11-111-1/+3
* Update fixed.odinJustin Snyder2023-07-151-5/+7
* Add `@(require_results)` to `core:math/fixed`gingerBill2023-05-221-0/+11
* Keep `-vet` happygingerBill2021-09-291-2/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-60/+60
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Change uses for parapoly records to use `$` alwaysgingerBill2021-06-141-1/+1
* Add core:math/fixedgingerBill2021-04-011-0/+133