Files
llgo/cl/_testpy/math/in.go
2025-04-03 16:26:11 +08:00

15 lines
165 B
Go

package math
import (
_ "unsafe"
"github.com/goplus/lib/py"
)
const (
LLGoPackage = "py.math"
)
//go:linkname Sqrt py.sqrt
func Sqrt(x *py.Object) *py.Object