Convert numeric values to a different scale
Usage
lb2kg(x)
lb2mt(x)
kg2lb(x)
kg2_1000lb(x)
kg2mt(x)
inch2mm(x)
inch2cm(x)
mm2inch(x)
cm2inch(x)
divide_1000(x)
divide_100(x)
divide_10(x)
multiply_1000(x)
multiply_100(x)
multiply_10(x)
Functions
lb2kg()
: Convert from pounds to kilogramslb2mt()
: Convert from pounds to metric tonskg2lb()
: Convert from kilograms to poundskg2_1000lb()
: Convert from kilograms to 1000 poundskg2mt()
: Convert from kilograms to metric tonsinch2mm()
: Convert from inches to millimetersinch2cm()
: Convert from inches to centimetersmm2inch()
: Convert from millimeters to inchescm2inch()
: Convert from centimeters to inchesdivide_1000()
: Divide values by 1000divide_100()
: Divide values by 100divide_10()
: Divide values by 10multiply_1000()
: Multiply values by 1000multiply_100()
: Multiply values by 100multiply_10()
: Multiply values by 10