build: add scaffolding to generate `math/special/*` packages
Resolves None.
Description
What is the purpose of this pull request?
This pull request:
- adds scaffold templates and scripts for generating packages in
math/special/*.
Related Issues
Does this pull request have any related issues?
None.
Questions
Any questions for reviewers of this pull request?
No.
Other
Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.
No.
Checklist
Please ensure the following tasks are completed before submitting this pull request.
- [x] Read, understood, and followed the contributing guidelines.
@stdlib-js/reviewers
Getting some CI failures which might be arising from @stdlib/ndarray/base/unary, specifically from here: https://github.com/stdlib-js/stdlib/blob/develop/lib/node_modules/%40stdlib/ndarray/base/unary/src/c_d_as_z_d.c . Maybe, it must have stdlib_complex128_t instead of stdlib_complex64_t?
@gunjjoshi Yes, I'll try and take a look at ndarray/base/unary tonight.
/stdlib merge
Coverage Report
| Package | Statements | Branches | Functions | Lines |
|---|---|---|---|---|
| math/special/acosd | $\color{green}349/349$ $\color{green}+0.00%$ |
$\color{green}7/7$ $\color{green}+0.00%$ |
$\color{green}0/0$ $\color{green}+0.00%$ |
$\color{green}349/349$ $\color{green}+0.00%$ |
The above coverage report was generated for the changes in this PR.