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
+1
View File
@@ -1,3 +1,4 @@
// package fixed implements fixed-point rational numbers and conversion to/from `f64`.
package math_fixed
import "core:math"