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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ var fcns = special;
257
257
- <spanclass="signature">[`csch( x )`][@stdlib/math/base/special/csch]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic cosecant of a number.</span>
258
258
- <spanclass="signature">[`deg2rad( x )`][@stdlib/math/base/special/deg2rad]</span><spanclass="delimiter">: </span><spanclass="description">convert an angle from degrees to radians.</span>
259
259
- <spanclass="signature">[`deg2radf( x )`][@stdlib/math/base/special/deg2radf]</span><spanclass="delimiter">: </span><spanclass="description">convert an angle from degrees to radians (single-precision).</span>
260
-
- <spanclass="signature">[`digamma( x )`][@stdlib/math/base/special/digamma]</span><spanclass="delimiter">: </span><spanclass="description">digamma function.</span>
- <spanclass="signature">[`diracDelta( x )`][@stdlib/math/base/special/dirac-delta]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the Dirac delta function.</span>
262
262
- <spanclass="signature">[`eta( s )`][@stdlib/math/base/special/dirichlet-eta]</span><spanclass="delimiter">: </span><spanclass="description">dirichlet eta function.</span>
263
263
- <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>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ var o = ns;
54
54
- <spanclass="signature">[`bufferCtors( dtype )`][@stdlib/ndarray/base/buffer-ctors]</span><spanclass="delimiter">: </span><spanclass="description">ndarray data buffer constructors.</span>
55
55
- <spanclass="signature">[`bufferDataTypeEnum( buffer )`][@stdlib/ndarray/base/buffer-dtype-enum]</span><spanclass="delimiter">: </span><spanclass="description">return the data type enumeration constant of an ndarray data buffer.</span>
56
56
- <spanclass="signature">[`bufferDataType( buffer )`][@stdlib/ndarray/base/buffer-dtype]</span><spanclass="delimiter">: </span><spanclass="description">return the data type of an ndarray data buffer.</span>
57
-
- <spanclass="signature">[`buffer( dtype, size )`][@stdlib/ndarray/base/buffer]</span><spanclass="delimiter">: </span><spanclass="description">create a zero-filled contiguous linear ndarray data buffer.</span>
57
+
- <spanclass="signature">[`buffer( dtype, size )`][@stdlib/ndarray/base/buffer]</span><spanclass="delimiter">: </span><spanclass="description">create a contiguous linear ndarray data buffer.</span>
58
58
- <spanclass="signature">[`bytesPerElement( dtype )`][@stdlib/ndarray/base/bytes-per-element]</span><spanclass="delimiter">: </span><spanclass="description">return the number of bytes per element provided an underlying array data type.</span>
59
59
- <spanclass="signature">[`char2dtype( [ch] )`][@stdlib/ndarray/base/char2dtype]</span><spanclass="delimiter">: </span><spanclass="description">return the data type string associated with a provided single letter character abbreviation.</span>
60
60
- <spanclass="signature">[`clampIndex( idx, max )`][@stdlib/ndarray/base/clamp-index]</span><spanclass="delimiter">: </span><spanclass="description">restrict an index to the interval `[0,max]`.</span>
0 commit comments