mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
0d119bab38
Our dc(1) has never correctly calculated remainders with fractional inputs. Both bmod and bdivmod seem to have copy/pasted code from bdiv, which results in the remainder having the wrong output scale. PR: 162495 Reported by: anonymous Reviewed by: pfg Differential Revision: https://reviews.freebsd.org/D13390 |
||
---|---|---|
.. | ||
tests | ||
bcode.c | ||
bcode.h | ||
dc.1 | ||
dc.c | ||
extern.h | ||
inout.c | ||
Makefile | ||
Makefile.depend | ||
mem.c | ||
stack.c |