Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/node_modules/@stdlib/blas/ext/base/dxdy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
"algebra",
"subroutines",
"divide",
"division",
"quotient",
"transform",
"strided",
"array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var bool = ( w === out );
## Notes

- The input string must be a valid representation of an unsigned 64-bit integer in the specified radix, containing no whitespace, sign symbols, or leading zeros.
- If the provided string represents a value greater than `2^64-1` or the radix is invalid, then `0` is assigned to both high and low words.
- If the provided string represents a value greater than `2^64-1` or the radix is not an integer on the interval `[2, 36]`, the function throws a `RangeError`.

</section>

Expand Down
Loading