index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
core
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for `count_digits_of_base`
Feoramund
2024-08-18
1
-1
/
+35
*
Fix core:math/fixed.
Jeroen van Rijn
2024-06-26
1
-0
/
+51
*
Merge pull request #3137 from laytan/show-defineable
gingerBill
2024-06-20
1
-1
/
+1
|
\
|
*
remove caught unused define
Laytan Laats
2024-06-07
1
-1
/
+1
*
|
Add tests for `core:math/rand`
Feoramund
2024-06-15
1
-0
/
+35
*
|
Add test for `core:math/big` permutation & combination procs
Feoramund
2024-06-09
1
-0
/
+37
*
|
Rename `math/big` test package
Feoramund
2024-06-09
1
-1
/
+1
|
/
*
Disable `FANCY_OUTPUT` in Odin test scripts
Feoramund
2024-06-02
1
-1
/
+1
*
Port `tests\core\math`, `math\linalg\glsl` and `math\noise`
Jeroen van Rijn
2024-06-02
3
-303
/
+170
*
port math.round from Golang
Juan Ignacio Díaz
2024-02-16
1
-0
/
+181
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Change large math/big test literals to hex.
Jeroen van Rijn
2023-09-30
1
-4
/
+4
*
Keep `-vet` happy by removing `using`
gingerBill
2023-07-31
2
-104
/
+75
*
Keep -vet happy
gingerBill
2023-07-31
1
-3
/
+3
*
Remove `using` where easily possible
gingerBill
2023-07-31
2
-0
/
+2
*
Improve core:math procedures and add loads of unit tests
gingerBill
2022-11-29
1
-1
/
+835
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
1
-1
/
+0
|
\
|
*
Removed //+build ignore from tests/core/math/big/test.odin.
FancyKillerPanda
2022-02-24
1
-1
/
+0
|
*
Changed //+ignore to //+build ignore.
FancyKillerPanda
2022-02-24
1
-1
/
+1
*
|
Update CI for math library.
Jeroen van Rijn
2022-04-26
1
-1
/
+1
*
|
Revert "Merge pull request #1702 from Kelimion/filename_generation"
Jeroen van Rijn
2022-04-24
1
-1
/
+1
*
|
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
1
-1
/
+1
*
|
[math/big] Tell Python test runner how many nails we use.
Jeroen van Rijn
2022-04-01
3
-11
/
+13
*
|
Merge branch 'master' into fract_trunc_classify_#1574
gitlost
2022-03-09
1
-16
/
+14
|
\
\
|
*
|
[varint] Add LEB128 decoding + tests
Jeroen van Rijn
2022-03-08
1
-16
/
+14
*
|
|
Fix issue #1574 "fract in linalg/glm is broken" by fixing
gitlost
2022-03-08
2
-0
/
+395
|
/
/
*
/
[tests] Make test runners exit with errorlevel 1 if a test fails.
Jeroen van Rijn
2022-03-03
1
-0
/
+4
|
/
*
Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds...
NoahR02
2022-02-08
1
-4
/
+0
*
Ports OpenSimplex2 from https://github.com/KdotJPG/OpenSimplex2 to Odin. Adds...
NoahR02
2022-02-08
1
-0
/
+153
*
[math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.
Jeroen van Rijn
2021-12-11
2
-20
/
+20
*
[math/big] Fix int_set and int_get.
Jeroen van Rijn
2021-12-09
1
-11
/
+16
*
LLVM 12 big math test workaround.
Jeroen van Rijn
2021-09-11
3
-53
/
+36
*
Separate math/big test.
Jeroen van Rijn
2021-09-07
1
-0
/
+13
*
Move math/big tests under `tests/`.
Jeroen van Rijn
2021-09-07
2
-0
/
+1150