Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

rounding a number high up

import math
print(int(math.ceil(4.2)))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #rounding #number #high
ADD COMMENT
Topic
Name
1+7 =