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

bug with rational constructor #19835

Closed
videlec opened this issue Jan 5, 2016 · 8 comments
Closed

bug with rational constructor #19835

videlec opened this issue Jan 5, 2016 · 8 comments

Comments

@videlec
Copy link
Contributor

videlec commented Jan 5, 2016

sage: QQ((0,-1))
0
sage: QQ((0r, -1r))
Traceback (most recent call last):
...
OverflowError: can't convert negative value to unsigned long

Component: basic arithmetic

Author: Vincent Delecroix

Branch/Commit: 46a7f20

Reviewer: Jeroen Demeyer

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

@videlec videlec added this to the sage-7.0 milestone Jan 5, 2016
@videlec
Copy link
Contributor Author

videlec commented Jan 5, 2016

New commits:

a0aba44Trac 19835: fix rational initialization

@videlec
Copy link
Contributor Author

videlec commented Jan 5, 2016

Commit: a0aba44

@videlec
Copy link
Contributor Author

videlec commented Jan 5, 2016

Author: Vincent Delecroix

@videlec
Copy link
Contributor Author

videlec commented Jan 5, 2016

Branch: u/vdelecroix/19835

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 5, 2016

Changed commit from a0aba44 to 46a7f20

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Jan 5, 2016

Branch pushed to git repo; I updated commit sha1. New commits:

46a7f20Trac 19835: doctests

@jdemeyer
Copy link

jdemeyer commented Jan 5, 2016

Reviewer: Jeroen Demeyer

@vbraun
Copy link
Member

vbraun commented Jan 6, 2016

Changed branch from u/vdelecroix/19835 to 46a7f20

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

3 participants