On Sun, Feb 1, 2009 at 6:13 AM, Robert Rohde rarohde@gmail.com wrote:
For example:
{{#expr:floor(0.00007*100000)}} = 6 {{#expr:0.07*100 = 7}} is False {{#expr:5/6 = (1/6)*5}} is False {{#expr:(10^16 + 1) % 10}} = 0
...
The first three are fixable, provided one applies some reasonable tolerance for when two numbers are the same. The fourth would require big math, or failing that should probably generate an error.
And this one would probably be unfixable short of building in a full-fledged CAS:
{{#expr:ln(1000000) = 6*ln(10)}}
:)