Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to round a number up in python

>>> import math

>>> math.ceil(3.2) # round up
4
 
PREVIOUS NEXT
Tagged: #number #python
ADD COMMENT
Topic
Name
1+2 =