There is the input: ```mma Rationalize(878159.58,1*10^-12) - Rationalize(431874.32,1*10^-12) // N ``` That gives wrong result: ```mma 𝟦𝟦𝟨𝟤𝟪𝟧.𝟥 ``` <img width="889" alt="image" src="https://github.com/user-attachments/assets/1e5fddda-adf1-4328-ab82-c46df25223ef"> <img width="319" alt="image" src="https://github.com/user-attachments/assets/26c2549b-ec4b-42a6-92f3-93b2539d4e7c"> Expected result: ``` 446285.25999999995 ```