const math/big.Below
14 uses
math/big (current package)
float.go#L152: Below Accuracy = -1
float.go#L194: return Below
float.go#L746: return 0, Below
float.go#L755: return u, Below // x truncated
float.go#L758: return math.MaxUint64, Below
float.go#L767: return math.MaxUint64, Below
float.go#L813: return math.MaxInt64, Below
float.go#L822: return math.MaxInt64, Below
float.go#L876: return 0.0, Below
float.go#L883: return -math.SmallestNonzeroFloat32, Below
float.go#L902: return float32(math.Inf(-1)), Below
float.go#L996: return 0.0, Below
float.go#L1003: return -math.SmallestNonzeroFloat64, Below
float.go#L1022: return math.Inf(-1), Below
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |