We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2871fc0 commit 750c00cCopy full SHA for 750c00c
lib/node_modules/@stdlib/ndarray/promotion-rules/docs/repl.txt
@@ -3,13 +3,12 @@
3
Returns the ndarray data type with the smallest size and closest "kind" to
4
which ndarray data types can be safely cast.
5
6
- If not provided an ndarray data type, the function returns a type promotion
7
- table.
+ If not provided data types, the function returns a type promotion table.
8
9
If a data type to which data types can be safely cast does *not* exist (or
10
is not supported), the function returns `-1`.
11
12
- If provided an unrecognized ndarray data type, the function returns `null`.
+ If provided an unrecognized data type, the function returns `null`.
13
14
Parameters
15
----------
0 commit comments