Skip to content

Commit 066aaa7

Browse files
committed
math: implement math module
1 parent 7e4f791 commit 066aaa7

14 files changed

+3151
-13
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717

1818
"github.com/ncw/gpython/compile"
1919
"github.com/ncw/gpython/marshal"
20+
_ "github.com/ncw/gpython/math"
2021
"github.com/ncw/gpython/py"
2122
pysys "github.com/ncw/gpython/sys"
2223
_ "github.com/ncw/gpython/time"

0 commit comments

Comments
 (0)