func math.Sin
6 uses
math (current package)
gamma.go#L163: z = q * Sin(Pi*z)
lgamma.go#L330: return -Sin(Pi * x)
lgamma.go#L354: x = Sin(Pi * x)
lgamma.go#L358: x = Sin(Pi * (1 - x))
lgamma.go#L362: x = Sin(Pi * (x - 2))
sin.go#L178: func Sin(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. |