diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-10 16:46:12 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-06-10 16:46:12 +0200 |
| commit | 4f4839ecc5a8ab0cfea0f38e86784ee1fff04bdb (patch) | |
| tree | 6af8405b317a363af2dffe37e040e42cc536014e /core/math/big | |
| parent | 14d2541529074f5b0462671e93881f58097b06e3 (diff) | |
Add initial tests for big rationals
Diffstat (limited to 'core/math/big')
| -rw-r--r-- | core/math/big/api.odin | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/math/big/api.odin b/core/math/big/api.odin index bf19e83b6..70e134a90 100644 --- a/core/math/big/api.odin +++ b/core/math/big/api.odin @@ -160,6 +160,5 @@ destroy :: proc { int_destroy :: proc(integers: ..^Int) */ int_destroy, -} - - + internal_rat_destroy, +}
\ No newline at end of file |