Custom number rounding.
custom_round(number)
custom_round
Round up a number from 5 as the first decimal place, otherwise round down.
number (int or float) – The number to be rounded.
The rounded number.
float