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/strided/special/abs2/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# abs2
22
22
23
-
> Compute the squared [absolute value][absolute-value] for each element in a strided array.
23
+
> Compute the squared [absolute value][@stdlib/math/base/special/abs] for each element in a strided array.
24
24
25
25
<sectionclass="intro">
26
26
@@ -38,7 +38,7 @@ var abs2 = require( '@stdlib/math/strided/special/abs2' );
38
38
39
39
#### abs2( N, dtypeX, x, strideX, dtypeY, y, strideY )
40
40
41
-
Computes the squared [absolute value][absolute-value] for each element in a strided array `x` and assigns the results to elements in a strided array `y`.
41
+
Computes the squared [absolute value][@stdlib/math/base/special/abs] for each element in a strided array `x` and assigns the results to elements in a strided array `y`.
#### abs2.ndarray( N, dtypeX, x, strideX, offsetX, dtypeY, y, strideY, offsetY )
93
93
94
-
Computes the squared [absolute value][absolute-value] for each element in a strided array `x` and assigns the results to elements in a strided array `y` using alternative indexing semantics.
94
+
Computes the squared [absolute value][@stdlib/math/base/special/abs] for each element in a strided array `x` and assigns the results to elements in a strided array `y` using alternative indexing semantics.
0 commit comments