Package lines for core:math and more.

This commit is contained in:
Jeroen van Rijn
2025-10-09 19:56:21 +02:00
parent b8fdd91c9f
commit c4c2431997
23 changed files with 39 additions and 42 deletions
+2 -3
View File
@@ -1,3 +1,5 @@
package math_big
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
@@ -9,9 +11,6 @@
This file contains logical operations like `and`, `or` and `xor`.
*/
package math_big
/*
The `and`, `or` and `xor` binops differ in two lines only.
We could handle those with a switch, but that adds overhead.