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 1732555880
Development is an iterative process.
Home
Notebook
Contact us