Message337921
| Author | MeeranRizvi |
|---|---|
| Recipients | MeeranRizvi |
| Date | 2019-03-14.14:36:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552574168.05.0.903038491036.issue36288@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
When using round() for calculation it gives the incorrect answer. For Example: round(1.5) >>2(Which is correct) But when we calculate: round(2.5) >>2(Should give 3 right?) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-14 14:36:08 | MeeranRizvi | set | recipients: + MeeranRizvi |
| 2019-03-14 14:36:08 | MeeranRizvi | set | messageid: <1552574168.05.0.903038491036.issue36288@roundup.psfhosted.org> |
| 2019-03-14 14:36:08 | MeeranRizvi | link | issue36288 messages |
| 2019-03-14 14:36:07 | MeeranRizvi | create | |