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.