Message290988
> Shouldn't the new function be named math.remainder_near?
Not clear. :-) I'd prefer to keep the name that's consistent with both C and IEEE 754. (We already have plenty of naming differences between Decimal and math; attempting to reconcile them is likely futile.)
FTR:
IEEE 754: remainder
C99: remainder
IBM Decimal spec: remainder-near
Java: IEEEremainder
.NET: IEEERemainder |
|
| Date |
User |
Action |
Args |
| 2017-04-01 15:17:29 | mark.dickinson | set | recipients:
+ mark.dickinson, serhiy.storchaka |
| 2017-04-01 15:17:28 | mark.dickinson | set | messageid: <[email protected]> |
| 2017-04-01 15:17:28 | mark.dickinson | link | issue29962 messages |
| 2017-04-01 15:17:28 | mark.dickinson | create | |
|