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 methods taking machine floats for Sinh, Cosh, Tanh, Asinh, Acosh, Atanh, CubeRoot, Erf, Gamma #3986

Merged
merged 1 commit into from
Apr 27, 2020

Commits on Apr 26, 2020

  1. kernel: add some 'missing' methods for machine floats

    - A bunch of operations for floating point numbers had no implementation for
      machine floats, even though C99 provides suitable functions.
    
    - Most of the math functions we checked for in configure are actually
      guaranteed to be there by C99. The sole exception is exp10, which is a
      non-standard extension.
    
    - Add a bunch of super-trivial tests to ensure those new functions are
      actually callable. These are not good tests, just a bare minimum.
    fingolfin committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    853fa92 View commit details
    Browse the repository at this point in the history