Changes between Initial Version and Version 10 of Ticket #1470
- Timestamp:
- 08/21/08 17:17:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1470
- Property Owner changed from was to mabshoff
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
upgrade maxima.spkg to 5.14.0
to[with spkg, needs work] upgrade maxima.spkg to 5.16.x
-
Property
Milestone
changed from
sage-3.0
tosage-2.11
-
Ticket #1470 – Description
initial v10 4 4 5 5 Michael 6 7 And add a doctest illustrating this: 8 {{{ 9 10 Looks like this is fixed in more recent versions of Maxima. 11 With current 5.16.2: 12 13 limit (log (2 + sqrt (atan (x) * sin (1/x))), x, 0); 14 => log(2) 15 16 (No questions asked.) 17 18 We can probably thank Dan Gildea for this, as he has done 19 a lot of extremely valuable bug-fixing work on Maxima. 20 21 FWIW 22 }}}