Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
static float normsinvf(float p) {
260
return static_cast<float>(normsinv(p));
261
}
262
263
float NormalCDFInverse(float u) {
264
return normsinvf(u);
Callers
3
NormalCDFInverse
Function · 0.85
GaussianSampleDisk
Function · 0.85
InverseGaussianSampleDisk
Function · 0.85
Calls
1
normsinv
Function · 0.85
Tested by
no test coverage detected