#4539: plural wrapper
---------------------------+------------------------------------------------
Reporter: burcin | Owner: OleksandrMotsak, AlexanderDreyer
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.7.2
Component: algebra | Keywords: libsingular plural wrapper sd34
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by SimonKing):
I started with "manually" testing against three of the doc test errors
that I got with my patch. Two of them fail with Alexander's patch as well:
{{{
sage: P.<x,y,z> = QQ[]
sage: x/0
Traceback (most recent call last):
...
ZeroDivisionError:
}}}
--> The old error message "rational division by zero" has gone.
{{{
sage: (x*y).is_monomial()
True
sage: (2*y).is_monomial()
False
}}}
--> That's better than my patch, where these return 1 and 0.
{{{
sage: (x+y^2^30)^10
x^10
}}}
--> That should result in an overflow error.
I didn't analyse the segmentation faults.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4539#comment:50>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.