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

big.rat should not overflow in print statements #1258

Closed
rigelrozanski opened this issue Jun 14, 2018 · 0 comments
Closed

big.rat should not overflow in print statements #1258

rigelrozanski opened this issue Jun 14, 2018 · 0 comments
Labels

Comments

@rigelrozanski
Copy link
Contributor

overflows when the printing as int64

ValarDragon added a commit that referenced this issue Jun 26, 2018
This now uses the underlying golang big.rat's string function,
instead of casting to num and den which are int64s.

Closes #1258
cwgoes pushed a commit that referenced this issue Jun 26, 2018
This now uses the underlying golang big.rat's string function,
instead of casting to num and den which are int64s.

Closes #1258
adrianbrink pushed a commit that referenced this issue Jul 2, 2018
This now uses the underlying golang big.rat's string function,
instead of casting to num and den which are int64s.

Closes #1258
cwgoes pushed a commit that referenced this issue Jul 2, 2018
This now uses the underlying golang big.rat's string function,
instead of casting to num and den which are int64s.

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

No branches or pull requests

3 participants