Actions
Feature proposal #5977
closedExtend math format function with sub functions
Description
Example as follows.
[cb:parse function="math" method="round" length="2"]1.00000[/cb:parse]
This is after the regular math parsing has applied. So you could do the following.
[cb:parse function="math" method="round" length="2"]2 / 3 - 5 + 1.00000[/cb:parse]
Actions