smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.24k stars 705 forks source link

Does not allow do math operations #895

Closed maxloyko closed 12 months ago

maxloyko commented 1 year ago

https://github.com/smarty-php/smarty/blob/1d9cda2be34fd6edb74924684260636fd0b89288/libs/plugins/function.math.php#L66C1-L78C6

for example {math equation="-2.0*(x+y+z)" assign="invoice_total" x=12.0 y=0.4 z=-12.2} does not work basically any with - sign at the begin