scipy.special.
round
round(x)
Round to nearest integer
Returns the nearest integer to x as a double precision floating point result. If x ends in 0.5 exactly, the nearest even integer is chosen.
scipy.special
Enter search terms or a module, class or function name.