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#L754: return 0, Below
float.go#L763: return u, Below // x truncated
float.go#L766: return math.MaxUint64, Below
float.go#L775: return math.MaxUint64, Below
float.go#L821: return math.MaxInt64, Below
float.go#L830: return math.MaxInt64, Below
float.go#L884: return 0.0, Below
float.go#L891: return -math.SmallestNonzeroFloat32, Below
float.go#L910: return float32(math.Inf(-1)), Below
float.go#L1004: return 0.0, Below
float.go#L1011: return -math.SmallestNonzeroFloat64, Below
float.go#L1030: return math.Inf(-1), Below
|
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. |