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 ea966cd commit 34c15f5Copy full SHA for 34c15f5
lib/node_modules/@stdlib/stats/base/dists/bernoulli/quantile/src/addon.c
@@ -17,7 +17,7 @@
17
*/
18
19
#include "stdlib/stats/base/dists/bernoulli/quantile.h"
20
-#include "stdlib/math/base/napi/unary.h"
+#include "stdlib/math/base/napi/binary.h"
21
22
// cppcheck-suppress shadowFunction
23
-STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_dists_bernoulli_quantile )
+STDLIB_MATH_BASE_NAPI_MODULE_DD_D( stdlib_base_dists_bernoulli_quantile )
0 commit comments