Sets the floating point rounding direction.
#include <fenv.h>
int fesetround (
int round );
(IN) Specifies the rounding direction with one of the following flags:
The default direction is FE_TONEAREST.
If successful, returns 0. Otherwise returns a non-zero value.