ROUNDUP

Syntax:

ROUNDUP ( x , number-digits )

Description: Computes x rounded up, away from zero, to the number of digits specified by number-digits.
Note: : ROUNDUP behaves like ROUND
3.17.7.275), except that ROUNDUP always rounds a number up. ]

Arguments:

Name

Type

Description

x

number

The value to be rounded up.

number-digits

number

The number of digits to which x is to be rounded. If number-digits is greater than 0, x is rounded up to the specified number of decimal places. If number-digits is 0, x is rounded up to the nearest integer. If number-digits is less than 0, x is rounded up to the left of the decimal point.

Return Type and Value: number – The rounded-up value of x.

example: