You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,7 @@ var fcns = special;
172
172
- <spanclass="signature">[`minabs( x, y )`][@stdlib/math/base/special/minabs]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum absolute value.</span>
- <spanclass="signature">[`minmaxabs( x, y )`][@stdlib/math/base/special/minmaxabs]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum and maximum absolute values.</span>
175
+
- <spanclass="signature">[`minmaxabsn( [x[, y[, ...args]]] )`][@stdlib/math/base/special/minmaxabsn]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum and maximum absolute values.</span>
175
176
- <spanclass="signature">[`round( x )`][@stdlib/math/base/special/round]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest integer.</span>
176
177
- <spanclass="signature">[`round10( x )`][@stdlib/math/base/special/round10]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest power of 10 on a linear scale.</span>
177
178
- <spanclass="signature">[`round2( x )`][@stdlib/math/base/special/round2]</span><spanclass="delimiter">: </span><spanclass="description">round a numeric value to the nearest power of two on a linear scale.</span>
@@ -238,6 +239,7 @@ var fcns = special;
238
239
- <spanclass="signature">[`diracDelta( x )`][@stdlib/math/base/special/dirac-delta]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the Dirac delta function.</span>
239
240
- <spanclass="signature">[`eta( s )`][@stdlib/math/base/special/dirichlet-eta]</span><spanclass="delimiter">: </span><spanclass="description">dirichlet eta function.</span>
240
241
- <spanclass="signature">[`ellipe( m )`][@stdlib/math/base/special/ellipe]</span><spanclass="delimiter">: </span><spanclass="description">compute the complete elliptic integral of the second kind.</span>
242
+
- <spanclass="signature">[`ellipj( u, m )`][@stdlib/math/base/special/ellipj]</span><spanclass="delimiter">: </span><spanclass="description">compute the Jacobi elliptic functions sn, cn, and dn.</span>
241
243
- <spanclass="signature">[`ellipk( m )`][@stdlib/math/base/special/ellipk]</span><spanclass="delimiter">: </span><spanclass="description">compute the complete elliptic integral of the first kind.</span>
242
244
- <spanclass="signature">[`erf( x )`][@stdlib/math/base/special/erf]</span><spanclass="delimiter">: </span><spanclass="description">error function.</span>
243
245
- <spanclass="signature">[`erfc( x )`][@stdlib/math/base/special/erfc]</span><spanclass="delimiter">: </span><spanclass="description">complementary error function.</span>
@@ -468,6 +470,8 @@ console.log( objectKeys( special ) );
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ In addition, the namespace contains the following multidimensional array utility
72
72
73
73
- <spanclass="signature">[`ndarrayCastingModes()`][@stdlib/ndarray/casting-modes]</span><spanclass="delimiter">: </span><spanclass="description">list of ndarray casting modes.</span>
74
74
- <spanclass="signature">[`dispatch( fcns, types, data, nargs, nin, nout )`][@stdlib/ndarray/dispatch]</span><spanclass="delimiter">: </span><spanclass="description">create an ndarray function interface which performs multiple dispatch.</span>
75
+
- <spanclass="signature">[`dispatch( fcns, types, data, nargs, nin, nout )`][@stdlib/ndarray/dispatch]</span><spanclass="delimiter">: </span><spanclass="description">create an ndarray function interface which performs multiple dispatch.</span>
75
76
- <spanclass="signature">[`ndarrayDataTypes()`][@stdlib/ndarray/dtypes]</span><spanclass="delimiter">: </span><spanclass="description">list of ndarray data types.</span>
76
77
- <spanclass="signature">[`scalar2ndarray( value[, dtype] )`][@stdlib/ndarray/from-scalar]</span><spanclass="delimiter">: </span><spanclass="description">convert a scalar value to a zero-dimensional ndarray.</span>
77
78
- <spanclass="signature">[`ind2sub( shape, idx[, options] )`][@stdlib/ndarray/ind2sub]</span><spanclass="delimiter">: </span><spanclass="description">convert a linear index to an array of subscripts.</span>
- <spanclass="signature">[`expandContractions( str )`][@stdlib/nlp/expand-contractions]</span><spanclass="delimiter">: </span><spanclass="description">expand all contractions to their formal equivalents.</span>
- <spanclass="signature">[`ordinalize( value )`][@stdlib/nlp/ordinalize]</span><spanclass="delimiter">: </span><spanclass="description">convert an integer to an ordinal string (e.g., `1st`, `2nd`, etc.).</span>
49
+
- <spanclass="signature">[`ordinalize( value[, options] )`][@stdlib/nlp/ordinalize]</span><spanclass="delimiter">: </span><spanclass="description">convert an integer to an ordinal string (e.g., `1st`, `2nd`, etc.).</span>
50
50
- <spanclass="signature">[`porterStemmer( word )`][@stdlib/nlp/porter-stemmer]</span><spanclass="delimiter">: </span><spanclass="description">extract the stem of a given word.</span>
51
51
- <spanclass="signature">[`tokenize( str[, keepWhitespace] )`][@stdlib/nlp/tokenize]</span><spanclass="delimiter">: </span><spanclass="description">tokenize a string.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/regexp/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ The following regular expressions are currently exported:
53
53
- <spanclass="signature">[`reDirnamePosix()`][@stdlib/regexp/dirname-posix]</span><spanclass="delimiter">: </span><spanclass="description">regular expression to capture a POSIX path dirname.</span>
54
54
- <spanclass="signature">[`reDirnameWindows()`][@stdlib/regexp/dirname-windows]</span><spanclass="delimiter">: </span><spanclass="description">regular expression to capture a Windows path dirname.</span>
55
55
- <spanclass="signature">[`reDirname( [platform] )`][@stdlib/regexp/dirname]</span><spanclass="delimiter">: </span><spanclass="description">regular expression to capture a path dirname.</span>
56
+
- <spanclass="signature">[`reDurationString()`][@stdlib/regexp/duration-string]</span><spanclass="delimiter">: </span><spanclass="description">regular expression to match a duration string.</span>
56
57
- <spanclass="signature">[`reEOL( [options] )`][@stdlib/regexp/eol]</span><spanclass="delimiter">: </span><spanclass="description">regular expression to match a newline character sequence.</span>
57
58
- <spanclass="signature">[`reExtendedLengthPath()`][@stdlib/regexp/extended-length-path]</span><spanclass="delimiter">: </span><spanclass="description">regular expression to detect an extended-length path.</span>
58
59
- <spanclass="signature">[`reExtnamePosix()`][@stdlib/regexp/extname-posix]</span><spanclass="delimiter">: </span><spanclass="description">regular expression to capture a POSIX filename extension.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/string/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ The namespace exposes the following string manipulation functions:
61
61
- <spanclass="signature">[`lowercase( str )`][@stdlib/string/lowercase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to lowercase.</span>
62
62
- <spanclass="signature">[`nextGraphemeClusterBreak( string[, fromIndex] )`][@stdlib/string/next-grapheme-cluster-break]</span><spanclass="delimiter">: </span><spanclass="description">return the next extended grapheme cluster break in a string after a specified position.</span>
63
63
- <spanclass="signature">[`numGraphemeClusters( str )`][@stdlib/string/num-grapheme-clusters]</span><spanclass="delimiter">: </span><spanclass="description">return the number of grapheme clusters in a string.</span>
64
+
- <spanclass="signature">[`num2words( value[, options] )`][@stdlib/string/num2words]</span><spanclass="delimiter">: </span><spanclass="description">convert a number to a word representation.</span>
64
65
- <spanclass="signature">[`pad( str, len[, options] )`][@stdlib/string/pad]</span><spanclass="delimiter">: </span><spanclass="description">pad a string.</span>
65
66
- <spanclass="signature">[`pascalcase( str )`][@stdlib/string/pascalcase]</span><spanclass="delimiter">: </span><spanclass="description">convert a string to Pascal case.</span>
66
67
- <spanclass="signature">[`percentEncode( str )`][@stdlib/string/percent-encode]</span><spanclass="delimiter">: </span><spanclass="description">percent-encode a UTF-16 encoded string according to RFC 3986.</span>
0 commit comments