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/ndarray/base/output-policy-resolve-enum/README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# resolve
22
22
23
-
> Return the enumeration constant associated with a supported ndarray data type policy value.
23
+
> Return the enumeration constant associated with a supported ndarray [data type policy][@stdlib/ndarray/output-dtype-policies] value.
24
24
25
25
<!-- Section to include introductory text. Make sure to keep an empty line after the intro `section` element and another before the `/section` close. -->
26
26
@@ -42,7 +42,7 @@ var resolve = require( '@stdlib/ndarray/base/output-policy-resolve-enum' );
42
42
43
43
#### resolve( policy )
44
44
45
-
Returns the enumeration constant associated with an ndarray data type policy value.
45
+
Returns the enumeration constant associated with an ndarray [data type policy][@stdlib/ndarray/output-dtype-policies] value.
46
46
47
47
```javascript
48
48
var str2enum =require( '@stdlib/ndarray/base/output-policy-str2enum' );
@@ -137,6 +137,8 @@ v = resolve( 'complex_floating_point' );
0 commit comments