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#L749: return 0, Above
float.go#L773: return 0, Above
float.go#L828: return math.MinInt64, Above
float.go#L882: return -z, Above
float.go#L893: return math.SmallestNonzeroFloat32, Above
float.go#L912: return float32(math.Inf(+1)), Above
float.go#L1002: return -z, Above
float.go#L1013: return math.SmallestNonzeroFloat64, Above
float.go#L1032: return math.Inf(+1), Above
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. |