Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ normal_cdf
Function
normal_cdf
extlibs/catch/include/catch/catch.hpp:6805–6807 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6803
}
6804
6805
inline double normal_cdf(double x) {
6806
return std::erfc(-x / std::sqrt(2.0)) / 2.0;
6807
}
6808
6809
double erfc_inv(double x);
6810
Callers
1
bootstrap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected