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 2f82810 commit 48e5e12Copy full SHA for 48e5e12
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\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