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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |