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
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">[`logEachMap( str[, ...args], clbk[, thisArg] )`][@stdlib/console/log-each-map]</span><spanclass="delimiter">: </span><spanclass="description">insert array element values and the result of a callback function into a format string and print the result.</span>
46
47
- <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>
47
48
- <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/special/README.md
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,6 @@ var fcns = special;
242
242
- <spanclass="signature">[`cexp( z )`][@stdlib/math/base/special/cexp]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the exponential function for a double-precision complex floating-point number.</span>
243
243
- <spanclass="signature">[`cflipsign( z, y )`][@stdlib/math/base/special/cflipsign]</span><spanclass="delimiter">: </span><spanclass="description">return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>
244
244
- <spanclass="signature">[`cflipsignf( z, y )`][@stdlib/math/base/special/cflipsignf]</span><spanclass="delimiter">: </span><spanclass="description">return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>
245
-
- <spanclass="signature">[`cidentity( z )`][@stdlib/complex/float64/base/identity]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the identity function of a double-precision complex floating-point number.</span>
246
245
- <spanclass="signature">[`cidentityf( z )`][@stdlib/math/base/special/cidentityf]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the identity function of a single-precision complex floating-point number.</span>
247
246
- <spanclass="signature">[`cinv( z )`][@stdlib/math/base/special/cinv]</span><spanclass="delimiter">: </span><spanclass="description">compute the inverse of a double-precision complex floating-point number.</span>
248
247
- <spanclass="signature">[`copysign( x, y )`][@stdlib/math/base/special/copysign]</span><spanclass="delimiter">: </span><spanclass="description">return a double-precision floating-point number with the magnitude of `x` and the sign of `y`.</span>
@@ -290,8 +289,6 @@ var fcns = special;
290
289
- <spanclass="signature">[`heaviside( x[, continuity] )`][@stdlib/math/base/special/heaviside]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the Heaviside function.</span>
291
290
- <spanclass="signature">[`hypot( x, y )`][@stdlib/math/base/special/hypot]</span><spanclass="delimiter">: </span><spanclass="description">compute the hypotenuse avoiding overflow and underflow.</span>
292
291
- <spanclass="signature">[`hypotf( x, y )`][@stdlib/math/base/special/hypotf]</span><spanclass="delimiter">: </span><spanclass="description">compute the hypotenuse avoiding overflow and underflow (single-precision).</span>
293
-
- <spanclass="signature">[`identity( x )`][@stdlib/number/float64/base/identity]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the identity function of a double-precision floating-point number.</span>
294
-
- <spanclass="signature">[`identityf( x )`][@stdlib/number/float32/base/identity]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the identity function of a single-precision floating-point number.</span>
295
292
- <spanclass="signature">[`inv( x )`][@stdlib/math/base/special/inv]</span><spanclass="delimiter">: </span><spanclass="description">compute the multiplicative inverse of a double-precision floating-point number.</span>
296
293
- <spanclass="signature">[`invf( x )`][@stdlib/math/base/special/invf]</span><spanclass="delimiter">: </span><spanclass="description">compute the multiplicative inverse of a single-precision floating-point number.</span>
297
294
- <spanclass="signature">[`kroneckerDelta( i, j )`][@stdlib/math/base/special/kronecker-delta]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the Kronecker delta.</span>
@@ -480,8 +477,6 @@ console.log( objectKeys( special ) );
0 commit comments