We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e5e12 commit 52b9e37Copy full SHA for 52b9e37
lib/node_modules/@stdlib/stats/base/dists/normal/quantile/src/main.c
@@ -20,7 +20,7 @@
20
#include "stdlib/math/base/assert/is_nan.h"
21
#include "stdlib/math/base/special/sqrt.h"
22
#include "stdlib/math/base/special/erfinv.h"
23
-#include "stdlib\constants\float64\sqrt-two\include\stdlib\constants\float64\sqrt_two.h"
+#include "stdlib/constants/float64/sqrt_two.h"
24
25
/**
26
* Evaluates the quantile function for a normal distribution with mean `mu` and standard deviation `sigma` at a probability `p`.
0 commit comments