There is integer variable, voltage in millivolts.
signed int voltage_mv = 134; //134mV
I have 2-segment display and I want to display hundredths of volts.
How can I convert milivolts to hundredths volts in one operation? Without IF statement, without function?
134 => 13
135 => 14