Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong error for powerseries sqrt #6998

Closed
robertwb opened this issue Sep 22, 2009 · 5 comments
Closed

wrong error for powerseries sqrt #6998

robertwb opened this issue Sep 22, 2009 · 5 comments

Comments

@robertwb
Copy link
Contributor

sage: R.<x> = QQ[[]]
sage: (x^10/2).sqrt()
Traceback (click to the left for traceback)
...
ValueError: power series does not have a square root since it has odd
valuation.

Component: algebra

Author: Mike Hansen

Reviewer: Adam Webb

Merged: sage-4.2.alpha0

Issue created by migration from https://trac.sagemath.org/ticket/6998

@mwhansen
Copy link
Contributor

Author: Mike Hansen

@mwhansen
Copy link
Contributor

comment:2

Attachment: trac_6998.patch.gz

@maxthemouse
Copy link
Mannequin

maxthemouse mannequin commented Oct 6, 2009

comment:3

The patch works as advertised so I give it a positive review. The doc also builds correctly.

Adam

@maxthemouse maxthemouse mannequin added the s: positive review label Oct 6, 2009
@mwhansen
Copy link
Contributor

Reviewer: Adam Webb

@mwhansen
Copy link
Contributor

Merged: sage-4.2.alpha0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants