fesetround#

Change the floating-point rounding direction.

תקציר#

use POSIX qw(fesetround FE_DOWNWARD);
fesetround(FE_DOWNWARD);

מה מוחזר#

0 on success, non-zero if the requested mode is not supported.

הבדלים מן ה-upstream#

Fully compatible with upstream POSIX.