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

Compute acos with less cancellation near x=1 #217

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2023

  1. a new failing test case

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    075521e View commit details
    Browse the repository at this point in the history
  2. test case finder

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    05c3fd3 View commit details
    Browse the repository at this point in the history
  3. additional falsifyer

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    4c52aec View commit details
    Browse the repository at this point in the history
  4. parametrize tests

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    0f36747 View commit details
    Browse the repository at this point in the history
  5. check more cases

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    727eae8 View commit details
    Browse the repository at this point in the history
  6. test acosh

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2498123 View commit details
    Browse the repository at this point in the history
  7. remove extranous zero

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    0316809 View commit details
    Browse the repository at this point in the history
  8. remove extraneous parameter

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e634266 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b1298c View commit details
    Browse the repository at this point in the history
  10. new falisifying test for sine

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b3142b4 View commit details
    Browse the repository at this point in the history
  11. search for more exampoles

    AldenMB committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6490629 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    780480c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d130921 View commit details
    Browse the repository at this point in the history