Visual Studio Code – Microsoft Visual Studio: Setting Rounding Modi on Floating Point for x64
I am trying to figure out how to set ROUND_UP, ROUND_DOWN, ROUND_to_NEAREST, and ROUND_to_INFINITY for an MS Visual Studio project. The representation of natural numbers should follow the IEEE 754 standards, Which means setting /FP: strict is selected. However, the…