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/math/tools/unary/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ limitations under the License.
26
26
27
27
<sectionclass="intro">
28
28
29
+
The purpose of this package is to provide a thin wrapper around a lower-level interface supporting multiple dispatch based on the data types of provided ndarray arguments. The wrapper performs the following tasks:
30
+
31
+
- validates input arguments.
32
+
- casts input ndarrays according to a casting policy.
33
+
- allocates an output ndarray according to an output data type policy.
0 commit comments