Skip to content

Commit e920ce3

Browse files
committed
Add functions to REPL namespace
1 parent 26f9f73 commit e920ce3

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

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

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5143,6 +5143,28 @@ ns.push({
51435143
]
51445144
});
51455145

5146+
ns.push({
5147+
'alias': 'base.xlogy',
5148+
'path': '@stdlib/math/base/special/xlogy',
5149+
'value': require( '@stdlib/math/base/special/xlogy' ),
5150+
'type': 'Function',
5151+
'related': [
5152+
'@stdlib/math/base/special/ln',
5153+
'@stdlib/math/base/special/xlog1py'
5154+
]
5155+
});
5156+
5157+
ns.push({
5158+
'alias': 'base.xlog1py',
5159+
'path': '@stdlib/math/base/special/xlog1py',
5160+
'value': require( '@stdlib/math/base/special/xlog1py' ),
5161+
'type': 'Function',
5162+
'related': [
5163+
'@stdlib/math/base/special/log1p',
5164+
'@stdlib/math/base/special/xlogy'
5165+
]
5166+
});
5167+
51465168
ns.push({
51475169
'alias': 'base.zeta',
51485170
'path': '@stdlib/math/base/special/riemann-zeta',

0 commit comments

Comments
 (0)