Changeset 7512:d5a382d783b4 for sage/calculus/calculus.py
- Timestamp:
- 12/02/07 11:21:31 (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/calculus/calculus.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sage/calculus/calculus.py
r7511 r7512 1986 1986 integrals to high precision: 1987 1987 sage: gp.eval('intnum(x=17,42,exp(-x^2)*log(x))') 1988 '2.565728500561051482917356396 E-127' 1988 '2.565728500561051482917356396 E-127' # 32-bit 1989 '2.5657285005610514829173563961304785900 E-127' # 64-bit 1989 1990 sage: old_prec = gp.set_real_precision(50) 1990 1991 sage: gp.eval('intnum(x=17,42,exp(-x^2)*log(x))')
Note: See TracChangeset
for help on using the changeset viewer.
