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/acsc #1693

Closed
wants to merge 34 commits into from
Closed

feat: add C implementation for @stdlib/math/base/special/acsc #1693

wants to merge 34 commits into from

Commits on Mar 2, 2024

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

    This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
    gunjjoshi committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fe2d39b View commit details
    Browse the repository at this point in the history
  2. feat: add C implementation for @stdlib/math/base/special/ellipe

    This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
    gunjjoshi committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    c417c1e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Update index.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    b747ddd View commit details
    Browse the repository at this point in the history
  2. Update main.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    1265c52 View commit details
    Browse the repository at this point in the history
  3. Update poly_p1.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cb4fe80 View commit details
    Browse the repository at this point in the history
  4. Update poly_p10.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0292a30 View commit details
    Browse the repository at this point in the history
  5. Update poly_p11.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    305d517 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5e596d5 View commit details
    Browse the repository at this point in the history
  7. Update poly_p12.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    32bec64 View commit details
    Browse the repository at this point in the history
  8. Update poly_p9.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7bfad01 View commit details
    Browse the repository at this point in the history
  9. Update poly_p2.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    c9efb70 View commit details
    Browse the repository at this point in the history
  10. Update poly_p3.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    b63002f View commit details
    Browse the repository at this point in the history
  11. Update poly_p4.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e6fda42 View commit details
    Browse the repository at this point in the history
  12. Update poly_p5.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    17b6c55 View commit details
    Browse the repository at this point in the history
  13. Update poly_p6.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    1722c26 View commit details
    Browse the repository at this point in the history
  14. Update poly_p7.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    232bf8e View commit details
    Browse the repository at this point in the history
  15. Update poly_p8.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    6d9f616 View commit details
    Browse the repository at this point in the history
  16. feat: add C implementation for @stdlib/math/base/special/ellipe

    This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
    gunjjoshi committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    c52374e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    95df2a4 View commit details
    Browse the repository at this point in the history
  18. Update evalpoly.js

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    9ea92bc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f104040 View commit details
    Browse the repository at this point in the history
  20. feat: add C implementation for @stdlib/math/base/special/ellipe

    This commit introduces a C implementation for the elliptic integral of the second kind (@stdlib/math/base/special/ellipe).
    gunjjoshi committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    7caf789 View commit details
    Browse the repository at this point in the history
  21. Update README.md

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    aa6b465 View commit details
    Browse the repository at this point in the history
  22. Update README.md

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    62dbbe9 View commit details
    Browse the repository at this point in the history
  23. Update README.md

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    86be2c1 View commit details
    Browse the repository at this point in the history
  24. Update include.gypi

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    8360e0c View commit details
    Browse the repository at this point in the history
  25. Update lib/node_modules/@stdlib/math/base/special/ellipe/README.md

    Co-authored-by: Pranav <[email protected]>
    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi and Pranavchiku authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ec98fa2 View commit details
    Browse the repository at this point in the history
  26. Update ellipe.h

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    71f3df9 View commit details
    Browse the repository at this point in the history
  27. Update lib/node_modules/@stdlib/math/base/special/ellipe/include/stdl…

    …ib/math/base/special/ellipe.h
    
    Co-authored-by: Pranav <[email protected]>
    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi and Pranavchiku authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5ac1730 View commit details
    Browse the repository at this point in the history
  28. Update lib/node_modules/@stdlib/math/base/special/ellipe/src/main.c

    Co-authored-by: Pranav <[email protected]>
    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi and Pranavchiku authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0ab415a View commit details
    Browse the repository at this point in the history
  29. Update lib/node_modules/@stdlib/math/base/special/ellipe/src/main.c

    Co-authored-by: Pranav <[email protected]>
    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi and Pranavchiku authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    470068b View commit details
    Browse the repository at this point in the history
  30. Update lib/node_modules/@stdlib/math/base/special/ellipe/src/main.c

    Co-authored-by: Pranav <[email protected]>
    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi and Pranavchiku authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    9c96407 View commit details
    Browse the repository at this point in the history
  31. Update lib/node_modules/@stdlib/math/base/special/ellipe/src/main.c

    Co-authored-by: Pranav <[email protected]>
    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi and Pranavchiku authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    1ca5b7b View commit details
    Browse the repository at this point in the history
  32. Update manifest.json

    Signed-off-by: GUNJ JOSHI <[email protected]>
    gunjjoshi authored Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ca64f5b View commit details
    Browse the repository at this point in the history