func math/big.validateBinaryOperands

6 uses

	math/big (current package)
		float.go#L1188: func validateBinaryOperands(x, y *Float) {
		float.go#L1216: 		validateBinaryOperands(x, y)
		float.go#L1265: 		validateBinaryOperands(x, y)
		float.go#L1313: 		validateBinaryOperands(x, y)
		float.go#L1336: 		validateBinaryOperands(x, y)
		float.go#L1381: 		validateBinaryOperands(x, y)