Changes between Initial Version and Version 8 of Ticket #9240
- Timestamp:
- 05/24/11 19:20:03 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9240
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Tom Coates, Burcin Erocal
- Property Cc kcrisman added
-
Property
Milestone
changed from
sage-4.7
tosage-4.7.1
-
Property
Reviewers
changed from
to
Dan Drake
-
Property
Status
changed from
-
Ticket #9240 – Description
initial v8 101 101 102 102 and then the Maxima interface converts this to Sage as factorial(-2/3). This causes an error. For Sage, factorial(x) is only defined if x is a non-negative integer, whereas for Maxima factorial(x) is equivalent to gamma(1+x) and so makes sense whenever x is not in {-1, -2, -3, ...} 103 104 Apply: trac_9240_full_simplify_gamma.patch, trac_9240-factorial_evaluation.patch