MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / normsinvf

Function normsinvf

src/luxrays/utils/mc.cpp:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259static float normsinvf(float p) {
260 return static_cast<float>(normsinv(p));
261}
262
263float NormalCDFInverse(float u) {
264 return normsinvf(u);

Callers 3

NormalCDFInverseFunction · 0.85
GaussianSampleDiskFunction · 0.85

Calls 1

normsinvFunction · 0.85

Tested by

no test coverage detected