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 math/base/special/xlogy #1827

Commits on Mar 11, 2024

  1. feat: add C implementation for @stdlib/math/base/special/xlogy

    This commit if applied adds the C implementation to @stdlib/math/base/special/xlogy package
    performant23 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2a49798 View commit details
    Browse the repository at this point in the history
  2. Update main.c - 'stdlib_base_isnan' -> 'stdlib_base_is_nan'

    Signed-off-by: Rutam <138517416+performant23@users.noreply.github.com>
    performant23 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    263cb6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9a64c0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/add-C-implementation-for-math/base/special/xlog…

    …y' of https://github.com/performant23/stdlib into feature/add-C-implementation-for-math/base/special/xlogy
    performant23 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    68ff6da View commit details
    Browse the repository at this point in the history
  5. Update benchmark.c - variable usage revision

    Signed-off-by: Rutam <138517416+performant23@users.noreply.github.com>
    performant23 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6bf6229 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. chore: apply suggestions from code review

    Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
    Pranavchiku authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    20aaa17 View commit details
    Browse the repository at this point in the history
  2. chore: apply suggestions from code review

    Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
    Pranavchiku authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e4cc1e4 View commit details
    Browse the repository at this point in the history