I have code that uses variables of type double. Those are explicitly initialized with 0.0. Later in the code, I want to see if they are still zero. I am aware of binary approximation issues with ...