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