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/console/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
@@ -43,6 +43,7 @@ var o = ns;
43
43
44
44
<divclass="namespace-toc">
45
45
46
+
- <spanclass="signature">[`logEach( str[, ...args] )`][@stdlib/console/log-each]</span><spanclass="delimiter">: </span><spanclass="description">insert array element values into a format string and print the result.</span>
46
47
- <spanclass="signature">[`log( [data][,..args] )`][@stdlib/console/log]</span><spanclass="delimiter">: </span><spanclass="description">output a message to the debugger console.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/assert/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ var o = ns;
69
69
- <spanclass="signature">[`isPositiveZero( x )`][@stdlib/math/base/assert/is-positive-zero]</span><spanclass="delimiter">: </span><spanclass="description">test if a double-precision floating-point numeric value is positive zero.</span>
70
70
- <spanclass="signature">[`isPositiveZerof( x )`][@stdlib/math/base/assert/is-positive-zerof]</span><spanclass="delimiter">: </span><spanclass="description">test if a single-precision floating-point numeric value is positive zero.</span>
71
71
- <spanclass="signature">[`isPrime( x )`][@stdlib/math/base/assert/is-prime]</span><spanclass="delimiter">: </span><spanclass="description">test if a number is a prime.</span>
72
-
- <spanclass="signature">[`isProbability( x )`][@stdlib/math/base/assert/is-probability]</span><spanclass="delimiter">: </span><spanclass="description">test if a numeric value is a probability.</span>
72
+
- <spanclass="signature">[`isProbability( x )`][@stdlib/math/base/assert/is-probability]</span><spanclass="delimiter">: </span><spanclass="description">test if a double-precision floating-point number is a probability.</span>
73
73
- <spanclass="signature">[`isSafeInteger( x )`][@stdlib/math/base/assert/is-safe-integer]</span><spanclass="delimiter">: </span><spanclass="description">test if a finite double-precision floating-point number is a safe integer.</span>
74
74
- <spanclass="signature">[`isPow2Uint32( x )`][@stdlib/math/base/assert/uint32-is-pow2]</span><spanclass="delimiter">: </span><spanclass="description">test whether an unsigned integer is a power of 2.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,8 +198,8 @@ var fcns = special;
198
198
199
199
<divclass="namespace-toc">
200
200
201
-
- <spanclass="signature">[`acot( x )`][@stdlib/math/base/special/acot]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse cotangent of a number.</span>
202
-
- <spanclass="signature">[`acoth( x )`][@stdlib/math/base/special/acoth]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse hyperbolic cotangent of a number.</span>
201
+
- <spanclass="signature">[`acot( x )`][@stdlib/math/base/special/acot]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse cotangent of a double-precision floating-point number.</span>
202
+
- <spanclass="signature">[`acoth( x )`][@stdlib/math/base/special/acoth]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse hyperbolic cotangent of a double-precision floating-point number.</span>
203
203
- <spanclass="signature">[`acsc( x )`][@stdlib/math/base/special/acsc]</span><spanclass="delimiter">: </span><spanclass="description">compute the arccosecant of a number.</span>
204
204
- <spanclass="signature">[`acsch( x )`][@stdlib/math/base/special/acsch]</span><spanclass="delimiter">: </span><spanclass="description">compute the hyperbolic arccosecant of a number.</span>
205
205
- <spanclass="signature">[`asec( x )`][@stdlib/math/base/special/asec]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse (arc) secant of a number.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/ndarray/base/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
@@ -85,6 +85,7 @@ var o = ns;
85
85
- <spanclass="signature">[`sub2ind( shape, strides, offset, ...subscripts, mode )`][@stdlib/ndarray/base/sub2ind]</span><spanclass="delimiter">: </span><spanclass="description">convert subscripts to a linear index.</span>
86
86
- <spanclass="signature">[`ndarray2array( buffer, shape, strides, offset, order )`][@stdlib/ndarray/base/to-array]</span><spanclass="delimiter">: </span><spanclass="description">convert an ndarray buffer to a generic array.</span>
87
87
- <spanclass="signature">[`transpose( x )`][@stdlib/ndarray/base/transpose]</span><spanclass="delimiter">: </span><spanclass="description">transpose a matrix (or a stack of matrices).</span>
88
+
- <spanclass="signature">[`unaryBy( arrays, fcn, clbk[, thisArg] )`][@stdlib/ndarray/base/unary-by]</span><spanclass="delimiter">: </span><spanclass="description">apply a unary function to each element in an input ndarray according to a callback function and assign results to elements in an output ndarray.</span>
88
89
- <spanclass="signature">[`unaryLoopOrder( shape, stridesX, stridesY )`][@stdlib/ndarray/base/unary-loop-interchange-order]</span><spanclass="delimiter">: </span><spanclass="description">reorder ndarray dimensions and associated strides for loop interchange.</span>
89
90
- <spanclass="signature">[`unaryBlockSize( dtypeX, dtypeY )`][@stdlib/ndarray/base/unary-tiling-block-size]</span><spanclass="delimiter">: </span><spanclass="description">resolve a loop block size for multi-dimensional array tiled loops.</span>
90
91
- <spanclass="signature">[`unary( arrays, fcn )`][@stdlib/ndarray/base/unary]</span><spanclass="delimiter">: </span><spanclass="description">apply a unary callback to elements in an input ndarray and assign results to elements in an output ndarray.</span>
0 commit comments