Suppose we are working in a setting where we only have integers and the operations that we are doing on them are multiply, add, subtract and comparisons between them
In such a scenario is it safe to replace all integers with doubles? (Safe in the sense of precision issues)