Comment #7 on issue 2305 by asmeurer: Integer(3).sqrt() == 1 (Rename Integer.sqrt to Integer.isqrt)
http://code.google.com/p/sympy/issues/detail?id=2305

Another inconsistency regarding methods to Integer:

In [9]: S(2).gcd
Out[9]: <bound method Integer.gcd of 2>

In [10]: S(2).igcd
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)

/Users/aaronmeurer/Documents/Python/sympy/sympy/<ipython console> in <module>()

AttributeError: 'Integer' object has no attribute 'igcd'


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to