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

4 lines
158 B
Text

array([[0.0, 0.0, 0.0],
[0.0, 0.0, 0.0]], dtype=float64)
array([[0.0+0.0j, 0.0+0.0j, 0.0+0.0j],
[0.0+0.0j, 0.0+0.0j, 0.0+0.0j]], dtype=complex)