1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-20 10:26:01 +00:00

add mathx.RoundToInteger helper

This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-01-13 12:56:59 +02:00
parent 0063f1ce39
commit 5ef854d835
65 changed files with 648 additions and 707 deletions

View File

@@ -23,6 +23,8 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
Changes apply to `main` branch.
- Add `x/mathx.RoundToInteger` math helper function.
# Wed, 10 Jan 2024 | v12.2.9
- Add `x/errors.RecoveryHandler` package-level function.