Skip to content

Commit e9ec76e

Browse files
fix: lint errors
1 parent 304c30a commit e9ec76e

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/mgf/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/mgf/lib/native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ var addon = require( './../src/addon.node' );
5050
*
5151
* @example
5252
* var y = mgf( -2.0, -1.0 );
53-
* // returns 1.864
53+
* // returns 1.8646647167633872
5454
*
5555
* @example
5656
* var y = mgf( 0.2, 2.0 );
57-
* // returns 1.442
57+
* // returns 1.4428055163203397
5858
*/
5959
function mgf( t, p ) {
6060
return addon( t, p );

0 commit comments

Comments
 (0)