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 10, 2023
1 parent 0384f32 commit 228d614
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,12 @@ base.dists.weibull.stdev,"\nbase.dists.weibull.stdev( k:number, λ:number )\n
base.dists.weibull.variance,"\nbase.dists.weibull.variance( k:number, λ:number )\n Returns the variance of a Weibull distribution.\n"
base.dists.weibull.Weibull,"\nbase.dists.weibull.Weibull( [k:number, λ:number] )\n Returns a Weibull distribution object.\n"
base.ellipe,"\nbase.ellipe( m:number )\n Computes the complete elliptic integral of the second kind.\n"
base.ellipj,"\nbase.ellipj( u:number, m:number )\n Computes the Jacobi elliptic functions sn, cn, and dn and Jacobi\n amplitude am.\n"
base.ellipj.assign,"\nbase.ellipj.assign( u:number, m:number, out:Array|TypedArray|Object, \n stride:integer, offset:integer )\n Computes the Jacobi elliptic functions sn, cn, and dn and Jacobi\n amplitude am and assigns results to a provided output array.\n"
base.ellipj.sn,"\nbase.ellipj.sn( u:number, m:number )\n Computes the Jacobi elliptic function sn.\n"
base.ellipj.cn,"\nbase.ellipj.cn( u:number, m:number )\n Computes the Jacobi elliptic functions cn.\n"
base.ellipj.dn,"\nbase.ellipj.dn( u:number, m:number )\n Computes the Jacobi elliptic function dn.\n"
base.ellipj.am,"\nbase.ellipj.am( u:number, m:number )\n Computes the Jacobi amplitude am.\n"
base.ellipk,"\nbase.ellipk( m:number )\n Computes the complete elliptic integral of the first kind.\n"
base.epsdiff,"\nbase.epsdiff( x:number, y:number[, scale:string|Function] )\n Computes the relative difference of two real numbers in units of double-\n precision floating-point epsilon.\n"
base.erf,"\nbase.erf( x:number )\n Evaluates the error function.\n"
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 228d614

Please sign in to comment.