Made Bernoulli numbers and polynomials work with new core and moved to integer_sequen...
commitd2815161b48ec427c4fc2e2cf64c7f38c357d9d3
authormattpap <devnull@localhost>
Sat, 28 Jul 2007 22:21:00 +0000 (28 22:21 +0000)
committermattpap <devnull@localhost>
Sat, 28 Jul 2007 22:21:00 +0000 (28 22:21 +0000)
treefc34b48afd770bdec67aba4e5629e5eeac9fae89
parent06c9d1b7267872b2fec84c9f1f2a149cc0a1705d
Made Bernoulli numbers and polynomials work with new core and moved to integer_sequences.py. Refactored and bug fixed log(). Bug fixed floor() and ceiling(). Changed string representation of rf() and ff(). Added Euler gamma, golden ratio and catalan symbolic numbers and refactored others.
sympy/core/defined_functions.py
sympy/core/integer_sequences.py
sympy/core/numbers.py
sympy/modules/__init__.py
sympy/modules/specfun/tests/test_orthogonal_polynomials.py