Related Topics: | ||
Description: Rounds a number up, away from zero.
Syntax: ROUNDUP(Number, Num_Digits)
Number is any real number that you want rounded up.
Num_Digits is the number of digits to which you want to round Number.
Remarks:
ROUNDUP behaves like ROUND, except that it always rounds a number up.
When used in a RENO flowchart, the parameters must evaluate to numerical values. They can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
ROUNDUP(3.2,0) = 4 [rounds 3.2 up to zero decimal places]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.