I want to roundup below result to ...upto two places like 3.13....how could i achieve that
please help
Discussion posts and replies are publicly visible
Also don't forget the fixed() function, just note it does return a text value of the number:
a!localVariables( local!base: 1+ri!interest, local!power: power(local!base,ri!months), /*local!round: round(local!power,3),*/ fixed(local!power,2) )