stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.53k stars 503 forks source link

feat: add C implementation for `math/base/special/minmax` #3206

Open AbhijitRaut04 opened 1 day ago

AbhijitRaut04 commented 1 day ago

Resolves #2106 .

Description

This PR contains the C implementation for minmax function

This pull request:

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Benchmarks image

Examples image

Tests image

addon.c image

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

@stdlib-js/reviewers

stdlib-bot commented 1 day ago

Coverage Report

Package Statements Branches Functions Lines
math/base/special/minmax $\color{green}253/253$
$\color{green}+100.00\%$
$\color{green}17/17$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}253/253$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this PR.

AbhijitRaut04 commented 1 day ago

@gunjjoshi I kindly request you to review of this PR.

AbhijitRaut04 commented 1 day ago

@gunjjoshi I have added the changes reviewed. Any other updates required ?

kgryte commented 21 hours ago

/stdlib merge

kgryte commented 21 hours ago

/stdlib lint-autofix