stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

feat: add C implementation for `math/base/special/erfinv`

Open Pranavchiku opened this issue 3 years ago • 3 comments

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

Pranavchiku avatar Dec 17 '22 04:12 Pranavchiku

All tests and benchmarks cleared, this PR can have a final review.

Pranavchiku avatar Dec 17 '22 05:12 Pranavchiku

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 avatar Dec 17 '22 05:12 Pranavchiku

@Pranavchiku Indeed, Boost makes heavy use to templating which can be hard to grok. With practice. :)

kgryte avatar Dec 17 '22 05:12 kgryte

/stdlib update-copyright-years

Planeshifter avatar Jun 19 '24 00:06 Planeshifter