Math.round(v / (l *l)) code example Example: .round by excess #Python #To round always by excess import math print(math.ceil(4.2))