-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
asymptotic expansion generator for binomial(kn, n) #19510
Comments
Branch: u/dkrenn/asy/generators-binomial |
Commit: |
Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from u/dkrenn/asy/generators-binomial to u/cheuberg/asy/generators-binomial |
comment:9
Merged latest version of #19306 to avoid doctest failure. New commits:
|
Reviewer: Clemens Heuberger |
comment:11
Reviewed the code (without its dependency #19521) and the documentation, but did not yet verify the final output of the doctests. I had to modify the "constant factor" in order to get rational coefficients when I am not happy with the growth group of the output:
|
Changed branch from u/cheuberg/asy/generators-binomial to u/dkrenn/asy/generators-binomial |
comment:13
Replying to @cheuberg:
More or less complete rewrite of function. Last 10 new commits:
|
Changed branch from u/dkrenn/asy/generators-binomial to u/cheuberg/asy/generators-binomial |
comment:15
I reviewed this version. I merged #19957 and added doctests using Last 10 new commits:
|
comment:17
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:19
Added relative tolerance. |
Changed branch from u/cheuberg/asy/generators-binomial to u/dkrenn/asy/generators-binomial |
New commits:
|
Changed branch from u/dkrenn/asy/generators-binomial to |
Implement a generator for
binomial(k*n, n)
.Depends on #19306
Depends on #19521
Depends on #19528
Depends on #19957
CC: @behackl @cheuberg
Component: asymptotic expansions
Author: Daniel Krenn
Branch/Commit:
c998922
Reviewer: Clemens Heuberger
Issue created by migration from https://trac.sagemath.org/ticket/19510
The text was updated successfully, but these errors were encountered: