func math.Cos

7 uses

	math (current package)
		j0.go#L110: 			z := -Cos(x + x)
		j0.go#L202: 			z := -Cos(x + x)
		j1.go#L109: 			z := Cos(x + x)
		j1.go#L186: 			z := Cos(x + x)
		lgamma.go#L356: 		x = Cos(Pi * (0.5 - x))
		lgamma.go#L360: 		x = -Cos(Pi * (x - 1.5))
		sin.go#L117: func Cos(x float64) float64 {