Skip to content

Commit 75f5eed

Browse files
committed
xref broadcast_arrays
1 parent 827ad32 commit 75f5eed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/array_api_extra/_lib/_funcs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def broadcast_shapes(*shapes: tuple[float | None, ...]) -> tuple[int | None, ...
9696
See Also
9797
--------
9898
numpy.broadcast_shapes : Equivalent NumPy function.
99+
array_api.broadcast_arrays : Function to broadcast actual arrays.
99100
100101
Notes
101102
-----

0 commit comments

Comments
 (0)