Skip to navigation
How to round to the higher decimal with python
05.11.14
import math print(math.ceil(1.871 * 100.0) / 100.0)
https://docs.python.org/2/library/math.html#math.ceil
Reply
Anonymous
Information Epoch 1740332995
When in doubt, use brute force.
Home
Notebook
Contact us