Mathematical formulas for converter-app:
-
From pounds to others:
- kg=lb/2.2046;
- t=lb/2204.6;
- gr=lb/0.002046;
- oz=lb*16;
- st=lb*0.071429;
- sl=lb*0.03108095;
-
From kilograms to others:
- lb=kg*2.2046;
- t=kg/1000;
- gr=kg*1000;
- oz=kg*35.274;
- st=kg*0.1574;
- sl=kg/14.59390;
-
From tonnes to others:
- lb=t*0.0005;
- kg=t/1000;
- gr=t/1000000;
- oz=t/32000;
- st=t/0.00625;
- sl=t*68.521765561961;
-
From grams to others:
- lb=gr/453.59237;
- kg=gr/1000;
- t=gr*1000000;
- oz=28.34952313*gr;
- st=gr/6350.29318;
- sl=gr/14593.90;
-
From ounces to others:
- lb=oz/16;
- kg=oz/35.274;
- t=oz*32000;
- gr=oz/0.035274;
- st=oz*0.0044643;
- sl=oz/514.7848;
-
From stones to others:
- lb=st*14.00;
- kg=st/0.15747;
- t=st/157.47;
- gr=st/0.00015747;
- oz=st*224;
- sl=st*0.43513330052968;
-
From slugs to others:
- lb=sl*32.174048556;
- kg=sl*14.5939029;
- t=sl*0.0145939;
- gr=sl*14593.9029;
- oz=sl*514.78477;
- st=sl*2.29814;
Example conversion to other SI-prefixes:
- x = 35.46(kPa); = 35.4610^3(Pa); = 0.03546(Pa) => => tera(T) = 10^12 => 35.46(10^3-10^12) => 35.46(10^(3-12));
- y = 123.90(gV) = 123.9010^9(V) = 123 900 000 000(V) => => mili(m) = 10^-3 => 123.90(10^9-(10^-3)) => 123.90(10^(9+3)) =>
Formula of conversion between different default si-prefixes: A*10^n - default statement; 10^m - necessary conversion prefix;