Skip to content

replace boost::erf_inv with own implementation

Jonathan Fisher requested to merge feature/erf_inv into develop

As title describes, remove dependence on boost::special_functions by implementing our own version of erf_inv. This was needed to fix a bug in boost regarding valgrind.

Merge request reports