I think part of the problem is that it is asking for an equation like: area = 2*pi*r
but what it really works on is a numeric expression with 0 variables like: 2*3.1415*6
and it doesn't do MOD or even tolerate a space, from my tests.
Still could be quite handy, thanks for heads up of this option, I hadn't noticed (or forgot it was there).