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 da3e1d0 commit bbc40faCopy full SHA for bbc40fa
lib/node_modules/@stdlib/stats/base/dists/planck/mode/README.md
@@ -56,10 +56,10 @@ Returns the [mode][mode] of a Planck distribution with shape parameter `lambda`.
56
57
```javascript
58
var v = mode( 0.1 );
59
-// returns 0
+// returns 0.0
60
61
v = mode( 1.5 );
62
63
```
64
65
If provided a shape parameter `lambda` is nonpositive or `NaN`, the function returns `NaN`.
0 commit comments