I am stuck with a computing question about an approximation error in double precision. The question asks for:
Suppose x and y can be represented without error in double precision. Can the same be said for x^2 and y^2? Which would be more accurate, x^2−y^2 or (x − y)(x + y)?
If x and y can be represented without any error, then x^2 and y^2 should not have any error. Is my assumption true
