stdlib
stdlib copied to clipboard
feat: add C implementation for `math/base/special/erfinv`
Resolves #721.
Checklist
- [x] update readme.md
- [x] include.gypi
- [x] binding.gyp
- [x] include/stdlib/math/base/special/
- [x] evalrational.js
- [x] src
- [x] manifest.json
- [x] lib
- [x] examples
- [x] benchmark
- [x] test
@kgryte
All tests and benchmarks cleared, this PR can have a final review.
Latest implementation 1_81_0/boost/math/special_functions/detail/erf_inv.hpp, I tried to have a look at it, but its quite confusing.
@Pranavchiku Indeed, Boost makes heavy use to templating which can be hard to grok. With practice. :)
/stdlib update-copyright-years