Pavel Zorin-Kranich

Results 21 comments of Pavel Zorin-Kranich

The problem seems to be that although `numer == (-9.0) * denom` and `(numer / denom).trunc() == -9.0`, in the real numbers we have `|numer/denom| numer.abs()`, so that the remainder...