| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify `strconv.append_*` to `strconv.write_*` | Feoramund | 2025-06-05 | 1 | -1/+1 |
| * | `signbit` -> `sign_bit` in `tests/core/math` | Jeroen van Rijn | 2025-04-15 | 1 | -1/+1 |
| * | Added tests for `math.nextafter`. | Barinzaya | 2025-04-07 | 1 | -0/+189 |
| * | Add test for `count_digits_of_base` | Feoramund | 2024-08-18 | 1 | -1/+35 |
| * | Port `tests\core\math`, `math\linalg\glsl` and `math\noise` | Jeroen van Rijn | 2024-06-02 | 1 | -165/+93 |
| * | port math.round from Golang | Juan Ignacio Díaz | 2024-02-16 | 1 | -0/+181 |
| * | Keep `-vet` happy by removing `using` | gingerBill | 2023-07-31 | 1 | -93/+71 |
| * | Keep -vet happy | gingerBill | 2023-07-31 | 1 | -3/+3 |
| * | Remove `using` where easily possible | gingerBill | 2023-07-31 | 1 | -0/+1 |
| * | Improve core:math procedures and add loads of unit tests | gingerBill | 2022-11-29 | 1 | -1/+835 |
| * | Fix issue #1574 "fract in linalg/glm is broken" by fixing | gitlost | 2022-03-08 | 1 | -0/+310 |