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 1ee2330 commit be4189eCopy full SHA for be4189e
lib/node_modules/@stdlib/stats/base/dists/poisson/mgf/src/main.c
@@ -19,8 +19,6 @@
19
#include "stdlib/stats/base/dists/poisson/mgf.h"
20
#include "stdlib/math/base/assert/is_nan.h"
21
#include "stdlib/math/base/special/exp.h"
22
-#include "stdlib/constants/float64/ninf.h"
23
-#include "stdlib/constants/float64/pinf.h"
24
25
/**
26
* Evaluates the moment-generating function (MGF) for a Poisson distribution with mean parameter `lambda` at a value `t`.
0 commit comments