Updates:
        Cc: [email protected]

Comment #23 on issue 60 by asmeurer: ironpython porting
http://code.google.com/p/sympy/issues/detail?id=60

It occurred to me that it could also be a bug in mono. That was in 2.8. I upgraded to 2.10.4 and now I get:

import sympy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/sympy/__init__.py", line 20, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/sympy/core/__init__.py", line 8, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/sympy/core/expr.py", line 2049, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/sympy/core/mul.py", line 1197, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/sympy/core/numbers.py", line 1996, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/sympy/core/function.py", line 43, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/sympy/utilities/__init__.py", line 13, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/sympy/utilities/runtests.py", line 23, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/doctest.py", line 99, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/unittest/__init__.py", line 64, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/unittest/main.py", line 7, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/unittest/runner.py", line 7, in <module> File "/Users/aaronmeurer/Downloads/IronPython-2.7/Lib/unittest/signals.py", line 1, in <module>
StandardError: Exception has been thrown by the target of an invocation.

Also, it does appear to support that method:

(100).bit_length()
7

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" 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-issues?hl=en.

Reply via email to