Skip to content

Commit

Permalink
feat: add factorial2 to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Nov 17, 2023
1 parent ac29cc3 commit e409ab1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,15 @@ setReadOnly( special, 'expm1rel', require( '@stdlib/math/base/special/expm1rel'
*/
setReadOnly( special, 'factorial', require( '@stdlib/math/base/special/factorial' ) );

/**
* @name factorial2
* @memberof special
* @readonly
* @type {Function}
* @see {@link module:@stdlib/math/base/special/factorial2}
*/
setReadOnly( special, 'factorial2', require( '@stdlib/math/base/special/factorial2' ) );

/**
* @name factorialln
* @memberof special
Expand Down

0 comments on commit e409ab1

Please sign in to comment.