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

feat: add C implementation for @stdlib/math/base/special/erfcx #2040

Merged
merged 24 commits into from
Sep 2, 2024

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    aee180e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    0eb6f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b714b73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39d36e View commit details
    Browse the repository at this point in the history
  4. style: removed @Private

    USERSATOSHI committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6ab0b8e View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Signed-off-by: Athan <kgryte@gmail.com>
    kgryte authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4fda9a4 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Signed-off-by: Athan <kgryte@gmail.com>
    kgryte authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2b40a3b View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Signed-off-by: Athan <kgryte@gmail.com>
    kgryte authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    dc27930 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Signed-off-by: Athan <kgryte@gmail.com>
    kgryte authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bd9b4e5 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Signed-off-by: Athan <kgryte@gmail.com>
    kgryte authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    210228c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f2b3b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    1b9d45b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    00e5f99 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/c/n…

    …ative/benchmark.c
    
    Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
    gunjjoshi authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    18a5d4e View commit details
    Browse the repository at this point in the history
  2. Update lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/c/n…

    …ative/benchmark.c
    
    Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
    gunjjoshi authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    98b4052 View commit details
    Browse the repository at this point in the history
  3. chore: update benchmarks

    gunjjoshi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dc8da04 View commit details
    Browse the repository at this point in the history
  4. Update lib/node_modules/@stdlib/math/base/special/erfcx/benchmark/ben…

    …chmark.native.js
    
    Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
    gunjjoshi authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d74088a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a817c42 View commit details
    Browse the repository at this point in the history
  6. docs: update tests

    gunjjoshi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4d9ba5d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1bf893 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efa7e5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e00169 View commit details
    Browse the repository at this point in the history
  10. test: decrease tolerances

    gunjjoshi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e3a2854 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. docs: fix function name in example code

    Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
    Planeshifter authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3d53747 View commit details
    Browse the repository at this point in the history