package main import ( "fmt" "math" ) func main() { fmt.Println(math.Cos(math.Pi)) } // Output: // -1