Message301458
Multipy 16.1 by 100 or 1000 returns a result to 13 decimal places. See example -
>>> 16.2*1000
16200.0
>>> 16.1*1000
16100.000000000002
>>> 16.1*100
1610.0000000000002
>>> 16.1*10
161.0
>>> 16.2*1000
16200.0 |
|
| Date |
User |
Action |
Args |
| 2017-09-06 10:59:13 | JULIE.MCMANUS | set | recipients:
+ JULIE.MCMANUS, terry.reedy |
| 2017-09-06 10:59:13 | JULIE.MCMANUS | set | messageid: <1504695553.68.0.726329981694.issue31365@psf.upfronthosting.co.za> |
| 2017-09-06 10:59:13 | JULIE.MCMANUS | link | issue31365 messages |
| 2017-09-06 10:59:13 | JULIE.MCMANUS | create | |
|