aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/extmod/ulab/tests/1d/complex/imag_real.py.exp
blob: 977fb4acaa7e0574ac55a21f67a631c93daa1db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
real part:  array([0, 1, 2, 3, 4], dtype=uint8)
imaginary part:  array([0, 0, 0, 0, 0], dtype=uint8)
real part:  array([0, 1, 2, 3, 4], dtype=int8)
imaginary part:  array([0, 0, 0, 0, 0], dtype=int8)
real part:  array([0, 1, 2, 3, 4], dtype=uint16)
imaginary part:  array([0, 0, 0, 0, 0], dtype=uint16)
real part:  array([0, 1, 2, 3, 4], dtype=int16)
imaginary part:  array([0, 0, 0, 0, 0], dtype=int16)
real part:  array([0.0, 1.0, 2.0, 3.0, 4.0], dtype=float64)
imaginary part:  array([0.0, 0.0, 0.0, 0.0, 0.0], dtype=float64)
real part:  array([0.0, 1.0, 2.0, 3.0, 4.0], dtype=float64)
imaginary part:  array([0.0, 0.0, 0.0, 0.0, 0.0], dtype=float64)
real part:  array([0.0, 0.0, 2.0, 3.0], dtype=float64)
imaginary part:  array([0.0, 1.0, 2.0, -3.0], dtype=float64)