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

Add positive root function of two algebraic numbers #57

Merged
merged 4 commits into from
Feb 28, 2022

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    82e57ef View commit details
    Browse the repository at this point in the history
  2. Mispelling documentation

    bobot committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5223b7b View commit details
    Browse the repository at this point in the history
  3. Improve algebraic number to rational

    return the true rational when is_rational is true by adding the case
    P(X)=den*X-num
    bobot committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    207d254 View commit details
    Browse the repository at this point in the history
  4. Add tests for positive_root

    bobot committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    82daf08 View commit details
    Browse the repository at this point in the history