package main import "github.com/goplus/llgo/c/math" func main() { println("sqrt(2) =", math.Sqrt(2)) }