micropython-ulab/tests/2d/numpy/linspace.py.exp

10 lines
394 B
Text

array([0, 2, 5, 7, 10], dtype=uint8)
array([0, 2, 5, 7, 10], dtype=uint8)
array([0, 2, 5, 7, 10], dtype=int8)
array([0, 2, 5, 7, 10], dtype=int8)
array([0, 2, 5, 7, 10], dtype=uint16)
array([0, 2, 5, 7, 10], dtype=uint16)
array([0, 2, 5, 7, 10], dtype=int16)
array([0, 2, 5, 7, 10], dtype=int16)
array([0.0, 2.5, 5.0, 7.5, 10.0], dtype=float64)
array([0.0, 2.5, 5.0, 7.5, 10.0], dtype=float64)