On Thu, Mar 1, 2012 at 3:52 PM, prateek papriwal <[email protected]> wrote: > in sympy > >>>>sqrt(3).is_rational > TRUE > > this is wrong ..
Which version of SymPy are you doing this in? For me, In [12]: sqrt(3).is_rational In [13]: print(sqrt(3).is_rational) None Given that $ ./bin/isympy --version 0.7.1-git Sergiu -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
