func math.Sincos
7 uses
math (current package)
j0.go#L104: s, c := Sincos(x)
j0.go#L193: s, c := Sincos(x)
j1.go#L103: s, c := Sincos(x)
j1.go#L180: s, c := Sincos(x)
jn.go#L106: switch s, c := Sincos(x); n & 3 {
jn.go#L281: switch s, c := Sincos(x); n & 3 {
sincos.go#L15: func Sincos(x float64) (sin, cos 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. |