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

Function normal_cdf

external/catch.hpp:7018–7020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7016 }
7017
7018 inline double normal_cdf(double x) {
7019 return std::erfc(-x / std::sqrt(2.0)) / 2.0;
7020 }
7021
7022 double erfc_inv(double x);
7023

Callers 1

bootstrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected