@round() Function |
![]() ![]() ![]() |
@round() function rounds up real numbers. Syntax: @round(numeric-expression, digits-after-decimal-point)
Examples: @round(12.347,2) @// returned value: 12.35 @round(4.432,1) @// returned value: 4.4
|