Skip to content

Commit 47175b2

Browse files
committed
Add complex number support to meshgrid
1 parent fc77b0a commit 47175b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)