Files
llgo/cl/_testpy/math/in.go

15 lines
165 B
Go
Raw Normal View History

2024-05-11 10:07:46 +08:00
package math
import (
_ "unsafe"
2025-04-03 15:52:18 +08:00
"github.com/goplus/lib/py"
2024-05-11 10:07:46 +08:00
)
const (
LLGoPackage = "py.math"
)
//go:linkname Sqrt py.sqrt
func Sqrt(x *py.Object) *py.Object