const math/big.Above
12 uses
math/big (current package)
accuracy_string.go#L13: _ = x[Above-1]
float.go#L154: Above Accuracy = +1
float.go#L192: return Above
float.go#L747: return 0, Above
float.go#L771: return 0, Above
float.go#L826: return math.MinInt64, Above
float.go#L880: return -z, Above
float.go#L891: return math.SmallestNonzeroFloat32, Above
float.go#L910: return float32(math.Inf(+1)), Above
float.go#L1000: return -z, Above
float.go#L1011: return math.SmallestNonzeroFloat64, Above
float.go#L1030: return math.Inf(+1), Above
![]() |
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. |