diff options
Diffstat (limited to 'circuitpython/extmod/ulab/tests/2d/numpy/logspace.py.exp')
| -rw-r--r-- | circuitpython/extmod/ulab/tests/2d/numpy/logspace.py.exp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/circuitpython/extmod/ulab/tests/2d/numpy/logspace.py.exp b/circuitpython/extmod/ulab/tests/2d/numpy/logspace.py.exp new file mode 100644 index 0000000..1a09cef --- /dev/null +++ b/circuitpython/extmod/ulab/tests/2d/numpy/logspace.py.exp @@ -0,0 +1,10 @@ +array([1, 100, 16, 64, 0], dtype=uint8) +array([1, 60, 160, 120, 0], dtype=uint8) +array([1, 100, 16, 64, 0], dtype=int8) +array([1, 60, -96, 120, 0], dtype=int8) +array([1, 100, 10000, 16960, 57600], dtype=uint16) +array([1, 316, 34464, 34424, 0], dtype=uint16) +array([1, 100, 10000, 16960, -7936], dtype=int16) +array([1, 316, -31072, -31112, 0], dtype=int16) +array([1.0, 100.0, 10000.0, 1000000.0, 100000000.0], dtype=float64) +array([1.0, 316.227766016838, 100000.0, 31622776.6016838, 10000000000.0], dtype=float64) |
