version(X86_64)
assert(remquo(1.0, real.infinity, n) == 1.0);
else
assert(remquo(1.0, real.infinity, n) is -real.nan);
D should not have these inconsistencies, and should unify the behavior of C libraries into a logical whole.
Comment #1 by robert.schadek — 2024-12-01T16:33:25Z