ieeeround: The ieeeround package

Description Usage Arguments Details Author(s) Examples

Description

These functions get and set the rounding mode for the floating point operations.

Usage

1
2
3
4
5
6
7

Arguments

rounding.mode

The rounding mode to set. It should be one of FE.DOWNWARD, FE.UPWARD, FE.TOWARDZERO or FE.TONEAREST.

Details

The rounding mode determines how the result of floating-point operations is treated when the result cannot be exactly represented in the significand. Various rounding modes are provided: round to nearest (the default), round up (towards positive infinity), round down (towards negative infinity), and round towards zero.

fesetround(rounding.mode) sets the rounding mode and returns 0 if it was successfull, 1 otherwise.

fegetround() returns the current rounding mode.

Author(s)

Gianluca Amato amato@sci.unich.it

The fenv.3 Linux manpage maintainers

Examples

1
2
3
4
5
6

ieeeround documentation built on May 1, 2019, 6:53 p.m.