const math.SqrtPi
11 uses
math (current package)
const.go#L18: SqrtPi = 1.77245385090551602729816748334114518279754945612238712821380779 // https://oeis.org/A002161
j0.go#L124: z = (1 / SqrtPi) * cc / Sqrt(x)
j0.go#L128: z = (1 / SqrtPi) * (u*cc - v*ss) / Sqrt(x)
j0.go#L213: z = (1 / SqrtPi) * ss / Sqrt(x)
j0.go#L217: z = (1 / SqrtPi) * (u*ss + v*cc) / Sqrt(x)
j1.go#L123: z = (1 / SqrtPi) * cc / Sqrt(x)
j1.go#L127: z = (1 / SqrtPi) * (u*cc - v*ss) / Sqrt(x)
j1.go#L208: z = (1 / SqrtPi) * ss / Sqrt(x)
j1.go#L212: z = (1 / SqrtPi) * (u*ss + v*cc) / Sqrt(x)
jn.go#L117: b = (1 / SqrtPi) * temp / Sqrt(x)
jn.go#L293: b = (1 / SqrtPi) * temp / Sqrt(x)
|
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. |