aboutsummaryrefslogtreecommitdiff
path: root/core/math/big/common.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 19:56:21 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 19:56:21 +0200
commitc4c2431997d1854fe9d746e04a240239a88aab6d (patch)
treea6f91d90063a1aaeb020355c5addbacf4e2a7227 /core/math/big/common.odin
parentb8fdd91c9fdbd41f0a5a385cf25c67de5f980edc (diff)
Package lines for `core:math` and more.
Diffstat (limited to 'core/math/big/common.odin')
-rw-r--r--core/math/big/common.odin5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/math/big/common.odin b/core/math/big/common.odin
index 22655293f..66a29e715 100644
--- a/core/math/big/common.odin
+++ b/core/math/big/common.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"
/*