Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ erfc_inv
Function
erfc_inv
extlibs/catch/include/catch/catch.hpp:7449–7451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7447
}
7448
7449
double erfc_inv(double x) {
7450
return erf_inv(1.0 - x);
7451
}
7452
7453
double normal_quantile(double p) {
7454
static const double ROOT_TWO = std::sqrt(2.0);
Callers
1
normal_quantile
Function · 0.85
Calls
1
erf_inv
Function · 0.85
Tested by
no test coverage detected