@round() Function

Top  Previous  Next

@round() function rounds up real numbers.

Syntax:

@round(numeric-expressiondigits-after-decimal-point)

 

Examples:

@round(12.347,2)    @// returned value: 12.35

@round(4.432,1)     @// returned value: 4.4