github.com/traefik/yaegi@v0.15.1/_test/math0.go (about) 1 package main 2 3 import ( 4 "fmt" 5 "math" 6 ) 7 8 func main() { 9 fmt.Println(math.Cos(math.Pi)) 10 } 11 12 // Output: 13 // -1