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

Added Config#MAX_POLYNOMIAL_DEGREE_LAGUERRE_SOLVER option #990

Merged
merged 1 commit into from
May 23, 2024

Conversation

tranleduy2000
Copy link
Sponsor Collaborator

Dear @axkr ,

I added an option Config#MAX_POLYNOMIAL_DEGREE_LAGUERRE_SOLVER to limit the maximum degree of a polynomial before passing to LaguerreSolver

Testing

SolveTest#testSolveBigExponent

  @Test
  public void testSolveBigExponent() {
    // message: Exponent ist out of bounds for function Factor.
    check("Solve(40==5000000/E^(x/(2*1/10^6)),x)", //
        "{{x->ConditionalExpression(I*1/250000*Pi*C(1)+Log(125000)/500000,C(1)∈Integers)}}");
  }

…he maximum degree of a polynomial before passing to LaguerreSolver
@tranleduy2000 tranleduy2000 requested a review from axkr May 23, 2024 10:34
@axkr axkr merged commit 5c2ec89 into master May 23, 2024
3 checks passed
@tranleduy2000 tranleduy2000 deleted the polynomial_degree_checking branch May 23, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants