Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ceil function in python

import math
print(math.ceil(5.3))
output = 6
 
PREVIOUS NEXT
Tagged: #ceil #function #python
ADD COMMENT
Topic
Name
9+9 =