MicrOS
|
#include "../fenv.h"
Functions | |
int | fesetround (int round) |
Set rounding direction. More... | |
int fesetround | ( | int | round | ) |
Set rounding direction.
Function establishes the rounding direction represented by its argument round. If the argument is not equal to the value of a rounding direction macro, the rounding direction is not changed.
round | Rounding direction to set. |