This solution isn't perfect though as you could have some numbers that are larger. Here is a link to some javascript functions:http://www.merlyn.demon.co.uk/js-math...
You should be able to find one or a combination that will do what you need. This may require that you upload your own custom functions.html file. Check out this tutorial: https://studio.rarewire.com/wordpress...
<text name="Test-7" width="100%" height="100" color="#ffffff" font="Arial" size="48" align="center" alignment="center" text="Limit to 2 Decimals of 34.55555555 is [eval:34.55555555.toFixed(2)]"></text>
OR use a variable
[eval:[var:total].toFixed(2)]
<text name="Test-7" width="100%" height="100" color="#ffffff" font="Arial" size="48" align="center" alignment="center" text="Math Precision of 1.1 is [eval:1.1.toPrecision(3)]"></text>
You should be able to find one or a combination that will do what you need. This may require that you upload your own custom functions.html file. Check out this tutorial: https://studio.rarewire.com/wordpress...