Skip to content

Commit 34a3b41

Browse files
committed
docs: remove redundant example from mode function documentation
1 parent 5691aca commit 34a3b41

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/exponential/mode/src

1 file changed

+0
-4
lines changed

lib/node_modules/@stdlib/stats/base/dists/exponential/mode/src/main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@
3030
* // returns 0.0
3131
*
3232
* @example
33-
* var v = mode( 1.0 );
34-
* // returns 0.0
35-
*
36-
* @example
3733
* var v = mode( -0.2 );
3834
* // returns NaN
3935
*

0 commit comments

Comments
 (0)