func math.J0
5 uses
math (current package)
j0.go#L77: func J0(x float64) float64 {
j0.go#L227: return u/v + (2/Pi)*J0(x)*Log(x) // ~7.4506e-9 < |x| < 2.0
jn.go#L70: return J0(x)
jn.go#L120: for i, a := 1, J0(x); i < n; i++ {
jn.go#L217: b = t * J0(x) / b
|
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. |