Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Index Function Function_List Mathematical}} ====== ROUND ====== ===== Description ===== Returns the first number rounded to the precision of the second number. For example, * ROUND (6.738, 1) = 6.7; * ROUND (6.738, 2) = 6.74 ===== Parameters ===== Two attributes of the Number type or number constants or calculations producing number ===== Example ===== <code aim>IF ROUND (Transaction.Amount, 1) = 10.3 THEN ... </code> Last modified: 2023/05/09 01:17 Log In