func math.Sincos
7 uses
	math (current package)
		j0.go#L105: 		s, c := Sincos(x)
		j0.go#L195: 		s, c := Sincos(x)
		j1.go#L104: 		s, c := Sincos(x)
		j1.go#L182: 		s, c := Sincos(x)
		jn.go#L107: 			switch s, c := Sincos(x); n & 3 {
		jn.go#L283: 		switch s, c := Sincos(x); n & 3 {
		sincos.go#L16: func Sincos(x float64) (sin, cos float64) {
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |