In the multiplier lookup table:
double multis[12]={1,10,100,1000,10000,100000,1000000,10000000,100000000,100000000,0.1,0.01};
The value for Gigaohm is missing one 0 causing gigaohm multiplied values to have the same value as 100 Megaohm multiplied values
In the multiplier lookup table:
double multis[12]={1,10,100,1000,10000,100000,1000000,10000000,100000000,100000000,0.1,0.01};
The value for Gigaohm is missing one 0 causing gigaohm multiplied values to have the same value as 100 Megaohm multiplied values