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 cf615cc commit 3dbc010Copy full SHA for 3dbc010
lib/node_modules/@stdlib/stats/base/dists/degenerate/entropy/src/main.c
@@ -16,7 +16,7 @@
16
* limitations under the License.
17
*/
18
19
-#include "stdlib/stats/base/dists/degenearate/entropy.h"
+#include "stdlib/stats/base/dists/degenerate/entropy.h"
20
#include "stdlib/math/base/assert/is_nan.h"
21
22
/**
@@ -41,7 +41,7 @@
41
* double y = stdlib_base_dists_degenerate_entropy( NaN );
42
* // returns NaN
43
44
-double stdlib_base_dists_degenearate_entropy( const double mu ) {
+double stdlib_base_dists_degenerate_entropy( const double mu ) {
45
if ( stdlib_base_is_nan( mu ) ) {
46
return 0.0 / 0.0;
47
}
0 commit comments