File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/repl/lib/namespace Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
51465168ns . push ( {
51475169 'alias' : 'base.zeta' ,
51485170 'path' : '@stdlib/math/base/special/riemann-zeta' ,
You can’t perform that action at this time.
0 commit comments