Exemplo n.º 1
0
	// Checks for special cases
	bool isNaN() const {
		return x.isNaN() || y.isNaN();
	}