Skip to content

Commit 0e26b69

Browse files
authored
chore: add exports header comment
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 874afd7 commit 0e26b69

File tree

1 file changed

+3
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/triangular/mgf/lib

1 file changed

+3
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/triangular/mgf/lib/phi2.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,7 @@ function phi2( x ) {
3939
return ( 2.0 * ( expm1( x ) - x ) ) / ( x*x );
4040
}
4141

42+
43+
// EXPORTS //
44+
4245
module.exports = phi2;

0 commit comments

Comments
 (0)