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) |