Rounds a number upwards to the nearest odd integer.
Returns a number that is rounded up to the nearest whole integer or to the closest multiple of a specified significance value.
Rounds a number to the nearest integer or to the nearest multiple of a given significance. The number is always rounded up, irrespective of its sign.
Rounds a number up to the closest even integer.
Adjusts a number to a specified number of decimal places, consistently rounding down to the nearest valid increment.
Adjusts a number to a specified number of decimal places following conventional rounding methods.
Rounds a number upwards to the nearest odd integer.
Rounds a single value to the closest integer multiple of a specified number.
Refer to CEILING.PRECISE for detailed usage.
Rounds a number down to the closest integer that is less than or equal to it.