Round to Nearest

Compile your program with /QArn or call _ _controlfp(_RC_NEAR, _MCW_RC) after compiling your program with /QArd, dynamic rounding mode. Using the /QArn switch results in a faster program because the call to _ _controlfp is avoided.