Skip to content

Commit 8e2cd57

Browse files
committed
Add TODO
1 parent a269480 commit 8e2cd57

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/math/special/abs

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/math/special/abs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ var v = y.get( 0, 1 );
134134

135135
The output array must be the same data "kind" (i.e., [`ndarray`][@stdlib/ndarray/ctor] or array-like object) as the input array. For example, if `x` is an [`ndarray`][@stdlib/ndarray/ctor], `y` must also be an [`ndarray`][@stdlib/ndarray/ctor]. Similarly, if `x` is an array-like object, `y` must also be an array-like object.
136136

137+
TODO: broadcasting discussion and example(s).
138+
137139
</section>
138140

139141
<!-- /.usage -->

0 commit comments

Comments
 (0)