What is the difference between dtype=\'f\', dtype=\'f4\', dtype=\'>f4\', dtype\'? The syntax is not explained
dtype=\'f\'
dtype=\'f4\'
dtype=\'>f4\'
dtype\'? The syntax is not explained
Endian-ness.
< = little-endian (LSB first)
<
> = big-endian (MSB first)
>
https://docs.scipy.org/doc/numpy/reference/generated/numpy.dtype.byteorder.html