Re: Issue 3060 in sympy: use of evalf() needs review

2012-03-14 Thread sympy
Comment #2 on issue 3060 by smi...@gmail.com: use of evalf() needs review http://code.google.com/p/sympy/issues/detail?id=3060 It appears that the first observation of evalf() being used to determine if something is a Number is wrong. After evalf'ing, the result is used in the return value.

Re: Issue 3060 in sympy: use of evalf() needs review

2012-03-13 Thread sympy
Comment #1 on issue 3060 by asmeu...@gmail.com: use of evalf() needs review http://code.google.com/p/sympy/issues/detail?id=3060 Wouldn't it be easier to just check if free_symbols is empty in that case? -- You received this message because you are subscribed to the Google Groups sympy-issues

Issue 3060 in sympy: use of evalf() needs review

2012-02-11 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 3060 by smi...@gmail.com: use of evalf() needs review http://code.google.com/p/sympy/issues/detail?id=3060 In numbers, there are many cases where evalf() is being used only to test if something reduces to a Number. It