Changeset 7519:fb8fbf8239c0
- Timestamp:
- 12/02/07 13:15:21 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/calculus/calculus.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/calculus/calculus.py
r7518 r7519 4544 4544 """ 4545 4545 if x.imag == 0: 4546 return self._approx_(x.real)4546 return complex(self._approx_(x.real)) 4547 4547 s = '%s(%s+%s*%%i), numer'%(self._repr_(), x.real, x.imag) 4548 4548 a = maxima.eval(s).replace('%i', '1j')
Note: See TracChangeset
for help on using the changeset viewer.
