Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 19, 2023
1 parent 981aafe commit bc46b24
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Ognjen Jevremović <[email protected]>
Philipp Burckhardt <[email protected]>
Pranav Goswami <[email protected]>
Ricky Reusser <[email protected]>
Robert Gislason <[email protected]>
Roman Stetsyk <[email protected]>
Ryan Seal <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Expand All @@ -37,4 +38,3 @@ Stephannie Jiménez Gacha <[email protected]>
Yernar Yergaziyev <[email protected]>
orimiles5 <[email protected]>
rei2hu <[email protected]>
Robert Gislason <[email protected]>
3 changes: 3 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ base.deg2rad,"base.deg2rad( x:number )"
base.deg2radf,"base.deg2radf( x:number )"
base.digamma,"base.digamma( x:number )"
base.diracDelta,"base.diracDelta( x:number )"
base.div,"base.div( x:number, y:number )"
base.divf,"base.divf( x:number, y:number )"
base.dists.arcsine.Arcsine,"base.dists.arcsine.Arcsine( [a:number, b:number] )"
base.dists.arcsine.cdf,"base.dists.arcsine.cdf( x:number, a:number, b:number )"
base.dists.arcsine.cdf.factory,"base.dists.arcsine.cdf.factory( a:number, b:number )"
Expand Down Expand Up @@ -830,6 +832,7 @@ base.expm1rel,"base.expm1rel( x:number )"
base.exponent,"base.exponent( x:number )"
base.exponentf,"base.exponentf( x:float )"
base.factorial,"base.factorial( x:number )"
base.factorial2,"base.factorial2( n:number )"
base.factorialln,"base.factorialln( x:number )"
base.fallingFactorial,"base.fallingFactorial( x:number, n:integer )"
base.fibonacci,"base.fibonacci( n:integer )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit bc46b24

Please sign in to comment.