const math.SqrtPi
11 uses
math (current package)
const.go#L18: SqrtPi = 1.77245385090551602729816748334114518279754945612238712821380779 // https://oeis.org/A002161
j0.go#L123: z = (1 / SqrtPi) * cc / Sqrt(x)
j0.go#L127: z = (1 / SqrtPi) * (u*cc - v*ss) / Sqrt(x)
j0.go#L211: z = (1 / SqrtPi) * ss / Sqrt(x)
j0.go#L215: z = (1 / SqrtPi) * (u*ss + v*cc) / Sqrt(x)
j1.go#L122: z = (1 / SqrtPi) * cc / Sqrt(x)
j1.go#L126: z = (1 / SqrtPi) * (u*cc - v*ss) / Sqrt(x)
j1.go#L206: z = (1 / SqrtPi) * ss / Sqrt(x)
j1.go#L210: z = (1 / SqrtPi) * (u*ss + v*cc) / Sqrt(x)
jn.go#L116: b = (1 / SqrtPi) * temp / Sqrt(x)
jn.go#L291: b = (1 / SqrtPi) * temp / Sqrt(x)
 |
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. |