remquo#

Floating-point remainder with partial quotient.

תקציר#

my ($rem, $quo) = POSIX::remquo($x, $y);

מה מוחזר#

A two-element list: the IEEE remainder and the low bits of the quotient as an integer (typically at least three bits, enough for argument reduction of trigonometric functions).

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

Fully compatible with upstream POSIX.