Skip to content

Commit bbc40fa

Browse files
authored
docs: fix missing decimals
Signed-off-by: Athan <[email protected]>
1 parent da3e1d0 commit bbc40fa

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/mode

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/mode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Returns the [mode][mode] of a Planck distribution with shape parameter `lambda`.
5656

5757
```javascript
5858
var v = mode( 0.1 );
59-
// returns 0
59+
// returns 0.0
6060

6161
v = mode( 1.5 );
62-
// returns 0
62+
// returns 0.0
6363
```
6464

6565
If provided a shape parameter `lambda` is nonpositive or `NaN`, the function returns `NaN`.

0 commit comments

Comments
 (0)