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/utils/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,6 @@ The namespace has the following sub-namespaces:
318
318
- <spanclass="signature">[`safeintmax( dtype )`][@stdlib/utils/safe-int-max]</span><spanclass="delimiter">: </span><spanclass="description">return the maximum safe integer capable of being represented by a numeric real type.</span>
319
319
- <spanclass="signature">[`safeintmin( dtype )`][@stdlib/utils/safe-int-min]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum safe integer capable of being represented by a numeric real type.</span>
320
320
- <spanclass="signature">[`sizeOf( dtype )`][@stdlib/utils/size-of]</span><spanclass="delimiter">: </span><spanclass="description">return the size (in bytes) of the canonical binary representation of a specified numeric type.</span>
321
-
- <spanclass="signature">[`thunk( fcn[, ...args] )`][@stdlib/utils/thunk]</span><spanclass="delimiter">: </span><spanclass="description">generate a thunk.</span>
322
321
- <spanclass="signature">[`timeit( code, [options,] clbk )`][@stdlib/utils/timeit]</span><spanclass="delimiter">: </span><spanclass="description">time a snippet.</span>
323
322
- <spanclass="signature">[`typemax( dtype )`][@stdlib/utils/type-max]</span><spanclass="delimiter">: </span><spanclass="description">return the maximum value of a specified numeric type.</span>
324
323
- <spanclass="signature">[`typemin( dtype )`][@stdlib/utils/type-min]</span><spanclass="delimiter">: </span><spanclass="description">return the minimum value of a specified numeric type.</span>
0 commit comments