From 1466a1a93e4ebf4c9308857a5997b5a11242af3c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 07:25:33 +0000 Subject: [PATCH 1/2] Initial plan From b8b93ea10a425ba43db143013e3232f7d76502b7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 07:27:38 +0000 Subject: [PATCH 2/2] docs: add math special functions test file index Agent-Logs-Url: https://github.com/nirmaljb/stdlib/sessions/3fa8b516-e19b-4d07-b089-6006e4c8de20 Co-authored-by: nirmaljb <59522492+nirmaljb@users.noreply.github.com> --- docs/math-special-functions-tests.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/math-special-functions-tests.md diff --git a/docs/math-special-functions-tests.md b/docs/math-special-functions-tests.md new file mode 100644 index 000000000000..7293d1c520b7 --- /dev/null +++ b/docs/math-special-functions-tests.md @@ -0,0 +1,11 @@ +# Math / Base / Special — Test File Index + +The following table lists the `test.js` files for selected `@stdlib/math/base/special` functions, located under `lib/node_modules/@stdlib/math/base/special/**/test/test.js`. + +| Function | Test File | +| -------- | --------- | +| `hyp2f1` | [test.js](https://github.com/nirmaljb/stdlib/blob/develop/lib/node_modules/@stdlib/math/base/special/hyp2f1/test/test.js) | +| `ellipj` | [test.js](https://github.com/nirmaljb/stdlib/blob/develop/lib/node_modules/@stdlib/math/base/special/ellipj/test/test.js) | +| `gamma-delta-ratio` | [test.js](https://github.com/nirmaljb/stdlib/blob/develop/lib/node_modules/@stdlib/math/base/special/gamma-delta-ratio/test/test.js) | +| `besselj0` | [test.js](https://github.com/nirmaljb/stdlib/blob/develop/lib/node_modules/@stdlib/math/base/special/besselj0/test/test.js) | +| `ellipk` | [test.js](https://github.com/nirmaljb/stdlib/blob/develop/lib/node_modules/@stdlib/math/base/special/ellipk/test/test.js) |