const math/big.Below

14 uses

	math/big (current package)
		float.go#L152: 	Below Accuracy = -1
		float.go#L194: 	return Below
		float.go#L748: 			return 0, Below
		float.go#L757: 			return u, Below // x truncated
		float.go#L760: 		return math.MaxUint64, Below
		float.go#L769: 		return math.MaxUint64, Below
		float.go#L815: 		return math.MaxInt64, Below
		float.go#L824: 		return math.MaxInt64, Below
		float.go#L878: 				return 0.0, Below
		float.go#L885: 					return -math.SmallestNonzeroFloat32, Below
		float.go#L904: 				return float32(math.Inf(-1)), Below
		float.go#L998: 				return 0.0, Below
		float.go#L1005: 					return -math.SmallestNonzeroFloat64, Below
		float.go#L1024: 				return math.Inf(-1), Below