<div dir="ltr">Hi,<div>I was testing the mathops module and observed the following:</div><div><br></div><div>math_eval(&quot;2.332 / 1.039&quot;, &quot;$avp(result)&quot;);<br></div><div>The above expression gives proper result. But:</div>
<div><br></div><div>math_eval(&quot;2.332 / 0.039&quot;, &quot;$avp(result)&quot;);<br></div><div>This results in following error in the syslog:</div><div><br></div><div>WARNING:mathops:convert_to_rpn: Parse expr error: Invalid operator! &lt;0&gt;<br>
</div><div>ERROR:mathops:evaluate_exp: Failed to convert expression to RPN form!<br></div><div><br></div><div>Basically the division with a float point value starting with &#39;0.&#39; doesn&#39;t work. Can somebody please help me in confirming this. I have downloaded from 1.10beta from source and installed.</div>
<div><br></div><div>Thanks,</div><div><br></div><div>--- Jayesh</div><div><br></div></div>