diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 19:56:21 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 19:56:21 +0200 |
| commit | c4c2431997d1854fe9d746e04a240239a88aab6d (patch) | |
| tree | a6f91d90063a1aaeb020355c5addbacf4e2a7227 /core/math/big/helpers.odin | |
| parent | b8fdd91c9fdbd41f0a5a385cf25c67de5f980edc (diff) | |
Package lines for `core:math` and more.
Diffstat (limited to 'core/math/big/helpers.odin')
| -rw-r--r-- | core/math/big/helpers.odin | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/math/big/helpers.odin b/core/math/big/helpers.odin index 9ee35c45a..e8dc792c6 100644 --- a/core/math/big/helpers.odin +++ b/core/math/big/helpers.odin @@ -1,11 +1,10 @@ +package math_big + /* Copyright 2021 Jeroen van Rijn <nom@duclavier.com>. Made available under Odin's BSD-3 license. */ - -package math_big - import "base:intrinsics" import "base:runtime" import rnd "core:math/rand" |