Changeset 7537:2a25a0164735
- Timestamp:
- 12/03/07 17:14:49 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/rings/qqbar.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/rings/qqbar.py
r7532 r7537 3074 3074 sage: cp = AA.common_polynomial(x^4 - 2) 3075 3075 sage: cp.complex_roots(30, 1) 3076 [[1.1892071150027208 .. 1.1892071150027213], [-1.1892071150027213 .. -1.18920711500272 08], [1.1892071150027208 .. 1.1892071150027213]*I, [-1.1892071150027213 .. -1.1892071150027208]*I]3076 [[1.1892071150027208 .. 1.1892071150027213], [-1.1892071150027213 .. -1.18920711500272...], [1.1892071150027208 .. 1.1892071150027213]*I, [-1.1892071150027213 .. -1.1892071150027208]*I] 3077 3077 """ 3078 3078 if self._roots_cache.has_key(multiplicity):
Note: See TracChangeset
for help on using the changeset viewer.
