PackageDescription: SYSEXT-ratio-residue


SYSEXT -ratio -residue

Last published: March 19, 2023 by 'nice'

Defines 0 Classes
Extends 8 Classes


Add a new euclidean division protocol: #ratio: and #residue:

Unlike // \\ and quo: rem:, the quotient is rounded to nearest integer, tie to even.
This is compatible with IEEE remainder function.
Unlike \\ and rem:, the residue: is exact for LimitedPrecisionFloat.