aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/2d/numpy/logspace.py.exp
blob: 1a09cef4cf510c501de0070535f2d62c2fb64dbb (plain)
1
2
3
4
5
6
7
8
9
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)