Skip to content

Commit c95ce11

Browse files
committed
Add logcdf and logpdf to REPL namespace
1 parent e632795 commit c95ce11

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/namespace/lib/namespace

lib/node_modules/@stdlib/namespace/lib/namespace/b.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,22 @@ ns.push({
17171717
'related': []
17181718
});
17191719

1720+
ns.push({
1721+
'alias': 'base.dist.exponential.logcdf',
1722+
'path': '@stdlib/math/base/dist/exponential/logcdf',
1723+
'value': require( '@stdlib/math/base/dist/exponential/logcdf' ),
1724+
'type': 'Function',
1725+
'related': []
1726+
});
1727+
1728+
ns.push({
1729+
'alias': 'base.dist.exponential.logpdf',
1730+
'path': '@stdlib/math/base/dist/exponential/logpdf',
1731+
'value': require( '@stdlib/math/base/dist/exponential/logpdf' ),
1732+
'type': 'Function',
1733+
'related': []
1734+
});
1735+
17201736
ns.push({
17211737
'alias': 'base.dist.exponential.mean',
17221738
'path': '@stdlib/math/base/dist/exponential/mean',

0 commit comments

Comments
 (0)