Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bit Manipulation

Convert Rows Of Hexadecimal Values To Binary, Vertically By Column

I am working with data coming from a serial device which outputs its data in a very interesting for… Read more Convert Rows Of Hexadecimal Values To Binary, Vertically By Column

Python Get Least Significant Digits From A Float (without Using String Operations)

Assuming I have the float 12345.6789 and I want to get the six least significant digits (i.e. 45.67… Read more Python Get Least Significant Digits From A Float (without Using String Operations)