Skip to content

Commit 5ba86db

Browse files
authored
Add complex number support to meshgrid (#437)
1 parent 2dd9e6c commit 5ba86db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/API_specification/array_api/creation_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def meshgrid(*arrays: array, indexing: str = 'xy') -> List[array]:
247247
Parameters
248248
----------
249249
arrays: array
250-
an arbitrary number of one-dimensional arrays representing grid coordinates. Each array should have the same real-valued data type.
250+
an arbitrary number of one-dimensional arrays representing grid coordinates. Each array should have the same numeric data type.
251251
indexing: str
252252
Cartesian ``'xy'`` or matrix ``'ij'`` indexing of output. If provided zero or one one-dimensional vector(s) (i.e., the zero- and one-dimensional cases, respectively), the ``indexing`` keyword has no effect and should be ignored. Default: ``'xy'``.
253253

0 commit comments

Comments
 (0)