Add next 40 backlog calculators (centigram mass & centiliter volumes)
This commit is contained in:
@@ -2151,6 +2151,45 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "centigrams-to-picograms", "name": "Centigrams to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Picograms"}, "factor": 10000000.000000002},
|
||||
{"slug": "centigrams-to-planck-mass", "name": "Centigrams to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Planck Mass"}, "factor": 459.46718347535466},
|
||||
|
||||
{"slug": "centigrams-to-pounds", "name": "Centigrams to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Pounds"}, "factor": 2.2046226218487758e-05},
|
||||
{"slug": "centigrams-to-quarters", "name": "Centigrams to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Quarters"}, "factor": 7.873652220888485e-07},
|
||||
{"slug": "centigrams-to-scruples", "name": "Centigrams to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Scruples"}, "factor": 0.007716179176470716},
|
||||
{"slug": "centigrams-to-short-tons", "name": "Centigrams to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Short Tons"}, "factor": 1.1023113109243879e-08},
|
||||
{"slug": "centigrams-to-slugs", "name": "Centigrams to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Slugs"}, "factor": 6.8521765843675e-07},
|
||||
{"slug": "centigrams-to-solar-masses", "name": "Centigrams to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Solar Masses"}, "factor": 5.028992139685286e-36},
|
||||
{"slug": "centigrams-to-stones", "name": "Centigrams to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Stones"}, "factor": 1.574730444177697e-06},
|
||||
{"slug": "centigrams-to-tolas", "name": "Centigrams to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Tolas"}, "factor": 0.0008573532418300796},
|
||||
{"slug": "centigrams-to-tons", "name": "Centigrams to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Tons"}, "factor": 1e-08},
|
||||
{"slug": "centigrams-to-troy-ounces", "name": "Centigrams to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Troy Ounces"}, "factor": 0.0003215074656862798},
|
||||
{"slug": "centigrams-to-yoctograms", "name": "Centigrams to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Yoctograms"}, "factor": 1e+22},
|
||||
{"slug": "centigrams-to-zeptograms", "name": "Centigrams to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Zeptograms"}, "factor": 1.0000000000000002e+19},
|
||||
{"slug": "centiliters-to-barrel-us-oil", "name": "Centiliters to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Barrel (us Oil)"}, "factor": 6.289810770432105e-05},
|
||||
{"slug": "centiliters-to-bushels", "name": "Centiliters to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Bushels"}, "factor": 0.0002837759325840175},
|
||||
{"slug": "centiliters-to-cubic-centimeters", "name": "Centiliters to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Centimeters"}, "factor": 10.000000000000002},
|
||||
{"slug": "centiliters-to-cubic-feet", "name": "Centiliters to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Feet"}, "factor": 0.0003531466672148859},
|
||||
{"slug": "centiliters-to-cubic-inches", "name": "Centiliters to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Inches"}, "factor": 0.6102374409473229},
|
||||
{"slug": "centiliters-to-cubic-meters", "name": "Centiliters to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Meters"}, "factor": 1e-05},
|
||||
{"slug": "centiliters-to-cubic-yards", "name": "Centiliters to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Yards"}, "factor": 1.3079506193143923e-05},
|
||||
{"slug": "centiliters-to-drams-fluid", "name": "Centiliters to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Drams (fluid)"}, "factor": 2.70512181614744},
|
||||
{"slug": "centiliters-to-fluid-ounces", "name": "Centiliters to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Fluid Ounces"}, "factor": 0.33814022701843},
|
||||
{"slug": "centiliters-to-gallons", "name": "Centiliters to Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gallons"}, "factor": 0.0026417205235814843},
|
||||
{"slug": "centiliters-to-gill", "name": "Centiliters to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gill"}, "factor": 0.0845350567546075},
|
||||
{"slug": "centiliters-to-hogshead", "name": "Centiliters to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Hogshead"}, "factor": 4.1932071743098554e-05},
|
||||
{"slug": "centiliters-to-imperial-fl-oz", "name": "Centiliters to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Fl Oz"}, "factor": 0.35195079727854045},
|
||||
{"slug": "centiliters-to-imperial-gallons", "name": "Centiliters to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Gallons"}, "factor": 0.0021996924829908782},
|
||||
{"slug": "centiliters-to-imperial-pints", "name": "Centiliters to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Pints"}, "factor": 0.017597539863927026},
|
||||
{"slug": "centiliters-to-jiggers", "name": "Centiliters to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Jiggers"}, "factor": 0.22542681801228667},
|
||||
{"slug": "centiliters-to-minims", "name": "Centiliters to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Minims"}, "factor": 162.3073089688464},
|
||||
{"slug": "centiliters-to-pecks", "name": "Centiliters to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Pecks"}, "factor": 0.00113510373033607},
|
||||
{"slug": "centiliters-to-pints", "name": "Centiliters to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Pints"}, "factor": 0.021133764188651875},
|
||||
{"slug": "centiliters-to-quarts", "name": "Centiliters to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Quarts"}, "factor": 0.010566882094325937},
|
||||
{"slug": "centiliters-to-tablespoons", "name": "Centiliters to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Tablespoons"}, "factor": 0.67628045403686},
|
||||
{"slug": "centiliters-to-teaspoons", "name": "Centiliters to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Teaspoons"}, "factor": 2.02884136211058},
|
||||
{"slug": "centiliters-to-us-gallons", "name": "Centiliters to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Gallons"}, "factor": 0.0026417205235814843},
|
||||
{"slug": "centiliters-to-us-pints", "name": "Centiliters to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Pints"}, "factor": 0.021133764188651875},
|
||||
{"slug": "centimeters-per-second-to-cm-per-second", "name": "Centimeters Per Second to Cm Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Cm Per Second"}, "factor": 1.0},
|
||||
{"slug": "centimeters-per-second-to-feet-per-second", "name": "Centimeters Per Second to Feet Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Feet Per Second"}, "factor": 0.03280839895013123},
|
||||
|
||||
];
|
||||
|
||||
const slugIndex = new Map(calculators.map(c => [c.slug, c]));
|
||||
|
||||
Reference in New Issue
Block a user