Page MenuHomeFreeBSD

dc(1): fix modulo operations with fractional inputs
ClosedPublic

Authored by asomers on Dec 6 2017, 4:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 15 2025, 11:12 PM
Unknown Object (File)
Dec 31 2024, 8:55 PM
Unknown Object (File)
Dec 15 2024, 10:03 PM
Unknown Object (File)
Nov 24 2024, 3:19 AM
Unknown Object (File)
Nov 23 2024, 8:40 AM
Unknown Object (File)
Nov 22 2024, 1:09 PM
Unknown Object (File)
Nov 21 2024, 6:12 AM
Unknown Object (File)
Nov 20 2024, 5:40 PM
Subscribers

Details

Summary

dc(1): fix modulo operations with fractional inputs

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.

Test Plan

Test cases added

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable