Hi Airways,
trying the single tag currently installed:
this being the only code in the complete template:
12 * 3 = {exp:will_hunting solve="12 * 3"}
12 + 3 = {exp:will_hunting solve="12 + 3"}
rund(12.92 + 5) = {exp:will_hunting solve="round(12.92 + 5)"}
12 / 3 = {exp:will_hunting solve="12 / 3"}
returns:
12 * 3 = 36
12 + 3 = 15
rund(12.92 + 5) = 18
12 / 3 = 12
Maybe I am missing something. If you can’t reproduce this I will post a bug report as you mentioned in your prior post.
Well I haven’t been able to find a problem with division. The following test works:
{exp:will_hunting}
2 + 2 = {$n=2 + 2} {$n}
2 - 2 = {$n=2 - 2} {$n}
2 * 2 = {$n=2 * 2} {$n}
2 / 2 = {$n=2 / 2} {$n}
{/exp:will_hunting}
I would say double check your tying and if you do still have an issue, post a Bug Report with the offending code at the support forum for the plugin: http://devot-ee.com/add-ons/support/will-hunting/viewforum/1354/
Good luck!