aboutsummaryrefslogtreecommitdiff
path: root/tests/core/math/test_core_math.odin
Commit message (Expand)AuthorAgeFilesLines
* Clarify `strconv.append_*` to `strconv.write_*`Feoramund2025-06-051-1/+1
* `signbit` -> `sign_bit` in `tests/core/math`Jeroen van Rijn2025-04-151-1/+1
* Added tests for `math.nextafter`.Barinzaya2025-04-071-0/+189
* Add test for `count_digits_of_base`Feoramund2024-08-181-1/+35
* Port `tests\core\math`, `math\linalg\glsl` and `math\noise`Jeroen van Rijn2024-06-021-165/+93
* port math.round from GolangJuan Ignacio Díaz2024-02-161-0/+181
* Keep `-vet` happy by removing `using`gingerBill2023-07-311-93/+71
* Keep -vet happygingerBill2023-07-311-3/+3
* Remove `using` where easily possiblegingerBill2023-07-311-0/+1
* Improve core:math procedures and add loads of unit testsgingerBill2022-11-291-1/+835
* Fix issue #1574 "fract in linalg/glm is broken" by fixinggitlost2022-03-081-0/+310