micropython-ulab/snippets/tests/numpy/core/multiarray.py.exp
2022-01-13 23:11:55 -08:00

3 lines
214 B
Text

array([1.0], dtype=float64)
array([1.0+0.0j, 2.0+0.0j, 0.0+3.0j], dtype=complex)
array([4.0+0.0j, 3.0+0.0j, 1.0+0.0j, 2.0-2.0j, 2.0+2.0j, 2.0-1.0j, 2.0+1.0j, 2.0-1.0j, 2.0+1.0j, 1.0+1.0j, 1.0-1.0j], dtype=complex)