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

parentheses around coefficients of asymptotic expansions #19576

Closed
dkrenn opened this issue Nov 12, 2015 · 8 comments
Closed

parentheses around coefficients of asymptotic expansions #19576

dkrenn opened this issue Nov 12, 2015 · 8 comments

Comments

@dkrenn
Copy link
Contributor

dkrenn commented Nov 12, 2015

sage: C.<c> = AsymptoticRing('c^ZZ', SR)
sage: (1+pi)*c

returns

pi + 1*c

but should return

(pi + 1)*c

CC: @behackl @cheuberg

Component: asymptotic expansions

Author: Clemens Heuberger

Branch/Commit: 8f7195f

Reviewer: Daniel Krenn

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

@dkrenn

This comment has been minimized.

@cheuberg
Copy link
Contributor

Author: Clemens Heuberger

@cheuberg
Copy link
Contributor

Commit: 8f7195f

@cheuberg
Copy link
Contributor

@cheuberg
Copy link
Contributor

New commits:

8f7195fTrac #19576: parentheses around coefficients of asymptotic expansions

@dkrenn
Copy link
Contributor Author

dkrenn commented Jan 16, 2016

Reviewer: Daniel Krenn

@dkrenn
Copy link
Contributor Author

dkrenn commented Jan 16, 2016

comment:4

LGTM

@vbraun
Copy link
Member

vbraun commented Jan 20, 2016

Changed branch from u/cheuberg/asy/print-parentheses-if-needed to 8f7195f

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