Message387231
I hope I'm not too late for a Python 3.10 feature request. I love the fact that Python 3.x does floor division with the // operator.
We, however, don't have a ceil division operator, besides importing the math module and using its math.ceil() function.
Is it possible we have /// as a ceil division operator in Python 3.10?
I just wanted to put this thought out of my head if anyone becomes entertained by this idea. |
|
| Date |
User |
Action |
Args |
| 2021-02-18 14:18:04 | PedanticHacker | set | recipients:
+ PedanticHacker, gvanrossum, rhettinger |
| 2021-02-18 14:18:04 | PedanticHacker | set | messageid: <1613657884.47.0.693807596849.issue43255@roundup.psfhosted.org> |
| 2021-02-18 14:18:04 | PedanticHacker | link | issue43255 messages |
| 2021-02-18 14:18:04 | PedanticHacker | create | |
|