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/special/abs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ var y = abs( -1.0 );
62
62
63
63
The function accepts the following arguments:
64
64
65
-
-`x`: input [`ndarray`][@stdlib/ndarray/ctor], array-like object, or number.
65
+
-**x**: input [`ndarray`][@stdlib/ndarray/ctor], array-like object, or number.
66
66
67
67
If provided an [`ndarray`][@stdlib/ndarray/ctor] or array-like object, the function computes the [absolute value][absolute-value] for each element and returns an [`ndarray`][@stdlib/ndarray/ctor] having the same shape as `x` and containing element-wise results.
0 commit comments