Value driver formulas support advanced mathematical functions. Users can input mathematical the following functions into their formula: round, roundup (also ceiling), rounddown (also floor), and sqrt. See example below.
Note that the decimal rounding parameter is optional for the round function and is unnecessary for other functions; examples: round(a*b), roundup(a*b), sqrt(a*b), etc.