MCPcopy Create free account
hub / github.com/RenderKit/oidn / erfc_inv

Function erfc_inv

external/catch.hpp:7755–7757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7753 }
7754
7755 double erfc_inv(double x) {
7756 return erf_inv(1.0 - x);
7757 }
7758
7759 double normal_quantile(double p) {
7760 static const double ROOT_TWO = std::sqrt(2.0);

Callers 1

normal_quantileFunction · 0.85

Calls 1

erf_invFunction · 0.85

Tested by

no test coverage detected