Message408413
potential short-term solution for Decimal:
if negative zero option is set and sign is negative:
pre-round into a temp using mpd_qrescale()
if mpd_iszero(temp):
change sign to positive |
|
Date |
User |
Action |
Args |
2021-12-12 23:52:33 | John Belmonte | set | recipients:
+ John Belmonte, mark.dickinson, jbelmonte, eric.smith, steven.daprano, serhiy.storchaka |
2021-12-12 23:52:33 | John Belmonte | set | messageid: <1639353153.33.0.902838834028.issue45995@roundup.psfhosted.org> |
2021-12-12 23:52:33 | John Belmonte | link | issue45995 messages |
2021-12-12 23:52:33 | John Belmonte | create | |
|