Carrot reference
Functions
formatRound()
converts a given value into a string , rounded to specific decimal place accepts number , money , or percent datatypes syntax formatround(number\[, places]\[, locale]) number the number value to be rounded places the number of places of the returned value locale return type string docid\ ujw2aqaktel5uuklup73s sample usage formatround(10 101010, 2) returns "10 10" formatround(base, 2) returns the value of base , rounded to two decimal places, as a string supported data types input type return type logic number docid\ uci5tctfvbhonej6zqijg string docid\ ujw2aqaktel5uuklup73s the passed number value is rounded to the specified decimal places, then converted to a string value unsupported data types null docid\ n9trvqonnbknql9drnbp6 unsupported data types return null