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 some more functions to the math library #213

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

Commits on Jun 18, 2021

  1. libm: add the pow() function

    Manuele Conti authored and maurizio-lombardi committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    274b9d9 View commit details
    Browse the repository at this point in the history
  2. libm: add the scalbn() function

    Manuele Conti authored and maurizio-lombardi committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    21d5236 View commit details
    Browse the repository at this point in the history
  3. libm: add the sqrt() function

    Manuele Conti authored and maurizio-lombardi committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    048a6e9 View commit details
    Browse the repository at this point in the history
  4. limb: add the log() function

    Manuele Conti authored and maurizio-lombardi committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    ec6081c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19520ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f250c5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    197d59d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca113cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f23dbf4 View commit details
    Browse the repository at this point in the history
  10. math: add the new functions to meson.build

    Signed-off-by: Maurizio Lombardi <[email protected]>
    maurizio-lombardi committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    e1fc596 View commit details
    Browse the repository at this point in the history