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 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |