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