func math.Cos

7 uses

	math (current package)
		j0.go#L111: 			z := -Cos(x + x)
		j0.go#L204: 			z := -Cos(x + x)
		j1.go#L110: 			z := Cos(x + x)
		j1.go#L188: 			z := Cos(x + x)
		lgamma.go#L357: 		x = Cos(Pi * (0.5 - x))
		lgamma.go#L361: 		x = -Cos(Pi * (x - 1.5))
		sin.go#L118: func Cos(x float64) float64 {