const math/big.Below
15 uses
math/big (current package)
accuracy_string.go#L11: _ = x[Below - -1]
float.go#L152: Below Accuracy = -1
float.go#L194: return Below
float.go#L752: return 0, Below
float.go#L761: return u, Below // x truncated
float.go#L764: return math.MaxUint64, Below
float.go#L773: return math.MaxUint64, Below
float.go#L819: return math.MaxInt64, Below
float.go#L828: return math.MaxInt64, Below
float.go#L882: return 0.0, Below
float.go#L889: return -math.SmallestNonzeroFloat32, Below
float.go#L908: return float32(math.Inf(-1)), Below
float.go#L1002: return 0.0, Below
float.go#L1009: return -math.SmallestNonzeroFloat64, Below
float.go#L1028: return math.Inf(-1), Below
 |
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. |