#include unsigned int _controlfp(unsigned int new, unsigned int mask); void nearest(void) { _controlfp(_RC_NEAR,_MCW_RC); }