From 986b67226f0a654769ad6f1ea189b2b2cf8f6f1f Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sun, 8 Mar 2026 04:13:54 +0000 Subject: [PATCH] Add cubic-centimeter and cubic-foot volume converters --- calculators_list.md | 108 ++++------ hdyc-svelte/src/lib/data/calculators.ts | 259 ++++++------------------ 2 files changed, 108 insertions(+), 259 deletions(-) diff --git a/calculators_list.md b/calculators_list.md index bfc7268..d43d268 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -4971,10 +4971,6 @@ The registry currently contains 1333 unique calculator slugs. - [x] Cms to Liters Per Minute - [x] Cord to Board Feet - [x] Cord to Cubic Feet -- [ ] Coulomb Per Kilogram to Rad -- [ ] Coulomb Per Kilogram to Rem -- [ ] Coulomb Per Kilogram to Rutherford -- [ ] Coulomb Per Kilogram to Sievert - [x] Coulombs to Abamperes - [x] Coulombs to Abvolts - [x] Coulombs to Amps @@ -4997,65 +4993,51 @@ The registry currently contains 1333 unique calculator slugs. - [x] Coulombs to Volts - [x] Coulombs to Watt-hours - [x] Coulombs to Watts -- [ ] Counts Per Minute to Banana Equivalent Dose -- [ ] Counts Per Minute to Coulomb Per Kilogram -- [ ] Counts Per Minute to Curie -- [ ] Counts Per Minute to Disintegrations Per Second -- [ ] Counts Per Minute to Gray -- [ ] Counts Per Minute to Microsievert -- [ ] Counts Per Minute to Millirem -- [ ] Counts Per Minute to Millisievert -- [ ] Counts Per Minute to Picocurie -- [ ] Counts Per Minute to Rad -- [ ] Counts Per Minute to Rem -- [ ] Counts Per Minute to Roentgen -- [ ] Counts Per Minute to Rutherford -- [ ] Counts Per Minute to Sievert -- [ ] Cubic Centimeters to Acre-feet -- [ ] Cubic Centimeters to Barrel (us Oil) -- [ ] Cubic Centimeters to Bushels -- [ ] Cubic Centimeters to Centiliters -- [ ] Cubic Centimeters to Cubic Feet -- [ ] Cubic Centimeters to Cubic Meters -- [ ] Cubic Centimeters to Cubic Yards -- [ ] Cubic Centimeters to Cups -- [ ] Cubic Centimeters to Drams (fluid) -- [ ] Cubic Centimeters to Fluid Ounces -- [ ] Cubic Centimeters to Gallons -- [ ] Cubic Centimeters to Gill -- [ ] Cubic Centimeters to Hogshead -- [ ] Cubic Centimeters to Imperial Fl Oz -- [ ] Cubic Centimeters to Imperial Gallons -- [ ] Cubic Centimeters to Imperial Pints -- [ ] Cubic Centimeters to Jiggers -- [ ] Cubic Centimeters to Liters -- [ ] Cubic Centimeters to Milliliters -- [ ] Cubic Centimeters to Minims -- [ ] Cubic Centimeters to Pecks -- [ ] Cubic Centimeters to Pints -- [ ] Cubic Centimeters to Quarts -- [ ] Cubic Centimeters to Tablespoons -- [ ] Cubic Centimeters to Teaspoons -- [ ] Cubic Centimeters to Us Gallons -- [ ] Cubic Centimeters to Us Pints -- [ ] Cubic Feet to Acre-feet -- [ ] Cubic Feet to Barrel (us Oil) -- [ ] Cubic Feet to Bushels -- [ ] Cubic Feet to Centiliters -- [ ] Cubic Feet to Cord -- [ ] Cubic Feet to Cubic Centimeters -- [ ] Cubic Feet to Cubic Inches -- [ ] Cubic Feet to Cubic Yards -- [ ] Cubic Feet to Cups -- [ ] Cubic Feet to Drams (fluid) -- [ ] Cubic Feet to Fluid Ounces -- [ ] Cubic Feet to Gill -- [ ] Cubic Feet to Hogshead -- [ ] Cubic Feet to Imperial Fl Oz -- [ ] Cubic Feet to Imperial Gallons -- [ ] Cubic Feet to Imperial Pints -- [ ] Cubic Feet to Jiggers -- [ ] Cubic Feet to Milliliters +- [x] Cubic Centimeters to Acre-feet +- [x] Cubic Centimeters to Barrel (us Oil) +- [x] Cubic Centimeters to Bushels +- [x] Cubic Centimeters to Centiliters +- [x] Cubic Centimeters to Cubic Feet +- [x] Cubic Centimeters to Cubic Meters +- [x] Cubic Centimeters to Cubic Yards +- [x] Cubic Centimeters to Cups +- [x] Cubic Centimeters to Drams (fluid) +- [x] Cubic Centimeters to Fluid Ounces +- [x] Cubic Centimeters to Gallons +- [x] Cubic Centimeters to Gill +- [x] Cubic Centimeters to Hogshead +- [x] Cubic Centimeters to Imperial Fl Oz +- [x] Cubic Centimeters to Imperial Gallons +- [x] Cubic Centimeters to Imperial Pints +- [x] Cubic Centimeters to Jiggers +- [x] Cubic Centimeters to Liters +- [x] Cubic Centimeters to Milliliters +- [x] Cubic Centimeters to Minims +- [x] Cubic Centimeters to Pecks +- [x] Cubic Centimeters to Pints +- [x] Cubic Centimeters to Quarts +- [x] Cubic Centimeters to Tablespoons +- [x] Cubic Centimeters to Teaspoons +- [x] Cubic Centimeters to Us Gallons +- [x] Cubic Centimeters to Us Pints +- [x] Cubic Feet to Acre-feet +- [x] Cubic Feet to Barrel (us Oil) +- [x] Cubic Feet to Bushels +- [x] Cubic Feet to Centiliters +- [x] Cubic Feet to Cord +- [x] Cubic Feet to Cubic Centimeters +- [x] Cubic Feet to Cubic Inches +- [x] Cubic Feet to Cubic Yards +- [x] Cubic Feet to Cups +- [x] Cubic Feet to Drams (fluid) +- [x] Cubic Feet to Fluid Ounces +- [x] Cubic Feet to Gill +- [x] Cubic Feet to Hogshead +- [x] Cubic Feet to Imperial Fl Oz +- [x] Cubic Feet to Imperial Gallons +- [x] Cubic Feet to Imperial Pints +- [x] Cubic Feet to Jiggers +- [x] Cubic Feet to Milliliters - [ ] Cubic Feet to Minims - [ ] Cubic Feet to Pecks - [ ] Cubic Feet to Pints diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index 87b047b..826f522 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -1,5 +1,5 @@ // THIS FILE IS AUTO-GENERATED BY migrate.py -export type CalcType = 'standard' | 'inverse' | '3col' | '3col-mul' | 'base' | 'text-bin' | 'bin-text' | 'dms-dd' | 'dd-dms' | 'dec-frac' | 'db-int' | 'db-spl' | 'db-v' | 'db-w' | 'awg' | 'brinell-rockwell' | 'ev-lux' | 'aov' | 'swg' | 'rockwell-vickers' | 'sus-cst' | 'molarity' | 'cmil-dia' | 'cmil-swg'; +export type CalcType = 'standard' | 'inverse' | '3col' | '3col-mul' | 'base' | 'text-bin' | 'bin-text' | 'dms-dd' | 'dd-dms' | 'dec-frac' | 'db-int' | 'db-spl' | 'db-v' | 'db-w' | 'awg' | 'brinell-rockwell' | 'ev-lux' | 'aov' | 'swg' | 'rockwell-vickers' | 'sus-cst' | 'molarity'; export interface CalculatorDef { slug: string; @@ -1443,8 +1443,8 @@ export const calculators: CalculatorDef[] = [ {"slug": "yoctograms-to-atomic-mass-units", "name": "Yoctograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from yoctograms.", "labels": {"in1": "Yoctograms", "in2": "Atomic Mass Units"}, "factor": 0.602214076208, "hidden": true}, {"slug": "yoctograms-to-apothecary-ounces", "name": "Yoctograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express super-small masses as apothecary ounces for pharmacy history.", "labels": {"in1": "Yoctograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-26, "hidden": true}, {"slug": "yoctograms-to-attograms", "name": "Yoctograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge yoctograms to attograms when working in sub-attogram refinements.", "labels": {"in1": "Yoctograms", "in2": "Attograms"}, "factor": 1e-06, "hidden": true}, - {"slug": "yoctograms-to-carats", "name": "Yoctograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate yoctograms into carats when sizing gem-scale masses.", "labels": {"in1": "Yoctograms", "in2": "Carats"}, "factor": 5e-24}, - {"slug": "yoctograms-to-centigrams", "name": "Yoctograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put yoctograms in terms of centigrams for micro-precision weight notes.", "labels": {"in1": "Yoctograms", "in2": "Centigrams"}, "factor": 1e-22}, + {"slug": "yoctograms-to-carats", "name": "Yoctograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate yoctograms into carats when sizing gem-scale masses.", "labels": {"in1": "Yoctograms", "in2": "Carats"}, "factor": 5e-24, "hidden": true}, + {"slug": "yoctograms-to-centigrams", "name": "Yoctograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put yoctograms in terms of centigrams for micro-precision weight notes.", "labels": {"in1": "Yoctograms", "in2": "Centigrams"}, "factor": 1e-22, "hidden": true}, {"slug": "yoctograms-to-drams", "name": "Yoctograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare yoctogram masses with drams used in detailed apothecary recipes.", "labels": {"in1": "Yoctograms", "in2": "Drams"}, "factor": 5.64383391193e-25}, {"slug": "yoctograms-to-earth-masses", "name": "Yoctograms to Earth Masses", "category": "weight", "type": "standard", "teaser": "Place yoctograms on the cosmic scale by converting into Earth masses.", "labels": {"in1": "Yoctograms", "in2": "Earth Masses"}, "factor": 1.67437717355e-52}, {"slug": "yoctograms-to-grains", "name": "Yoctograms to Grains", "category": "weight", "type": "standard", "teaser": "Convert yoctograms into grains for fine-grained mass tracking.", "labels": {"in1": "Yoctograms", "in2": "Grains"}, "factor": 1.54323583529e-23}, @@ -1473,8 +1473,8 @@ export const calculators: CalculatorDef[] = [ {"slug": "zeptograms-to-atomic-mass-units", "name": "Zeptograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from zeptograms.", "labels": {"in1": "Zeptograms", "in2": "Atomic Mass Units"}, "factor": 602.214076208}, {"slug": "zeptograms-to-apothecary-ounces", "name": "Zeptograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express tiny masses as apothecary ounces for historic pharmacy tables.", "labels": {"in1": "Zeptograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-23, "hidden": true}, {"slug": "zeptograms-to-attograms", "name": "Zeptograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge zeptograms to attograms when dealing with close sub-attogram scales.", "labels": {"in1": "Zeptograms", "in2": "Attograms"}, "factor": 0.001, "hidden": true}, - {"slug": "zeptograms-to-carats", "name": "Zeptograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate zeptograms into carats for gem-scale microweights.", "labels": {"in1": "Zeptograms", "in2": "Carats"}, "factor": 5e-21}, - {"slug": "zeptograms-to-centigrams", "name": "Zeptograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put zeptograms into terms of centigrams for micro-metric comparisons.", "labels": {"in1": "Zeptograms", "in2": "Centigrams"}, "factor": 1e-19}, + {"slug": "zeptograms-to-carats", "name": "Zeptograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate zeptograms into carats for gem-scale microweights.", "labels": {"in1": "Zeptograms", "in2": "Carats"}, "factor": 5e-21, "hidden": true}, + {"slug": "zeptograms-to-centigrams", "name": "Zeptograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put zeptograms into terms of centigrams for micro-metric comparisons.", "labels": {"in1": "Zeptograms", "in2": "Centigrams"}, "factor": 1e-19, "hidden": true}, {"slug": "zeptograms-to-drams", "name": "Zeptograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare zeptogram masses with drams for detailed apothecary conversions.", "labels": {"in1": "Zeptograms", "in2": "Drams"}, "factor": 5.64383391193e-22}, {"slug": "zeptograms-to-earth-masses", "name": "Zeptograms to Earth Masses", "category": "weight", "type": "standard", "teaser": "Place zeptogram probes on the cosmic chart by converting into Earth masses.", "labels": {"in1": "Zeptograms", "in2": "Earth Masses"}, "factor": 1.67437717355e-49}, {"slug": "zeptograms-to-grains", "name": "Zeptograms to Grains", "category": "weight", "type": "standard", "teaser": "Convert zeptograms into grains for precise mass notes.", "labels": {"in1": "Zeptograms", "in2": "Grains"}, "factor": 1.54323583529e-20}, @@ -1615,9 +1615,7 @@ export const calculators: CalculatorDef[] = [ {"slug": "percent-by-mass-to-ppm", "name": "Percent by mass to ppm", "category": "other", "type": "standard", "teaser": "Turn mass-percent concentrations into parts-per-million.", "labels": {"in1": "Percent by mass", "in2": "ppm"}, "factor": 10000.0}, {"slug": "ppm-to-percent-by-mass", "name": "ppm to Percent by mass", "category": "other", "type": "standard", "teaser": "Return ppm values to mass-percent.", "labels": {"in1": "ppm", "in2": "Percent by mass"}, "factor": 0.0001, "hidden": true}, {"slug": "pascal-second-to-poise", "name": "Pascal-second to Poise", "category": "pressure", "type": "standard", "teaser": "Convert SI dynamic viscosity into CGS poise.", "labels": {"in1": "Pascal-second", "in2": "Poise"}, "factor": 10.0}, - {"slug": "poise-to-pascal-second", "name": "Poise to Pascal-second", "category": "pressure", "type": "standard", "teaser": "Bring poise measurements back into pascal-seconds.", "labels": {"in1": "Poise", "in2": "Pascal-second"}, "factor": 0.1, "hidden": true}, - {"slug": "pascal-second-to-centipoise", "name": "Pascal-second to Centipoise", "category": "pressure", "type": "standard", "teaser": "Express pascal-seconds as centipoise for lab viscosity.", "labels": {"in1": "Pascal-second", "in2": "Centipoise"}, "factor": 100.0}, - {"slug": "centipoise-to-pascal-second", "name": "Centipoise to Pascal-second", "category": "pressure", "type": "standard", "teaser": "Convert centipoise into pascal-seconds.", "labels": {"in1": "Centipoise", "in2": "Pascal-second"}, "factor": 0.01, "hidden": true}, + {"slug": "centipoise-to-pascal-second", "name": "Centipoise to Pascal-second", "category": "pressure", "type": "standard", "teaser": "Convert centipoise into pascal-seconds.", "labels": {"in1": "Centipoise", "in2": "Pascal-second"}, "factor": 0.01}, {"slug": "square-meter-per-second-to-centistokes", "name": "Square meter per second to Centistokes", "category": "other", "type": "standard", "teaser": "Translate kinematic viscosity into centistokes.", "labels": {"in1": "Square meter per second", "in2": "Centistokes"}, "factor": 100.0}, {"slug": "centistokes-to-square-meter-per-second", "name": "Centistokes to Square meter per second", "category": "other", "type": "standard", "teaser": "Return centistokes back to base square meters per second.", "labels": {"in1": "Centistokes", "in2": "Square meter per second"}, "factor": 0.01, "hidden": true}, {"slug": "newton-per-meter-to-dyne-per-centimeter", "name": "Newton per meter to Dyne per centimeter", "category": "force", "type": "standard", "teaser": "Express surface tension on the CGS scale.", "labels": {"in1": "Newton per meter", "in2": "Dyne per centimeter"}, "factor": 1000.0}, @@ -1644,8 +1642,8 @@ export const calculators: CalculatorDef[] = [ {"slug": "amu-to-apothecary-ounces", "name": "Amu to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26, "hidden": true}, {"slug": "amu-to-atomic-mass-units", "name": "Amu to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Atomic Mass Units"}, "factor": 1.0}, {"slug": "amu-to-attograms", "name": "Amu to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Attograms"}, "factor": 1.6605390666e-06, "hidden": true}, - {"slug": "amu-to-carats", "name": "Amu to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Carats"}, "factor": 8.302695332999999e-24}, - {"slug": "amu-to-centigrams", "name": "Amu to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Centigrams"}, "factor": 1.6605390666e-22}, + {"slug": "amu-to-carats", "name": "Amu to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Carats"}, "factor": 8.302695332999999e-24, "hidden": true}, + {"slug": "amu-to-centigrams", "name": "Amu to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Centigrams"}, "factor": 1.6605390666e-22, "hidden": true}, {"slug": "amu-to-cloves", "name": "Amu to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Cloves"}, "factor": 4.576077488362514e-28}, {"slug": "amu-to-drams", "name": "Amu to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Drams"}, "factor": 9.371806696166428e-25}, {"slug": "amu-to-earth-masses", "name": "Amu to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Earth Masses"}, "factor": 2.7804478527175914e-52}, @@ -1788,14 +1786,13 @@ export const calculators: CalculatorDef[] = [ {"slug": "atmosphere-to-millibars", "name": "Atmosphere to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Millibars"}, "factor": 1013.25}, {"slug": "atmosphere-to-millimeters-of-mercury", "name": "Atmosphere to Millimeters Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Millimeters Of Mercury"}, "factor": 760.0}, {"slug": "atmosphere-to-pascal", "name": "Atmosphere to Pascal", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Pascal"}, "factor": 101325.0}, - {"slug": "atmosphere-to-pascals", "name": "Atmosphere to Pascals", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Pascals"}, "factor": 101325.0}, {"slug": "atmosphere-to-technical-atmosphere", "name": "Atmosphere to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Technical Atmosphere"}, "factor": 1.033227554}, {"slug": "atmosphere-to-technical-atmosphere-at", "name": "Atmosphere to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Technical Atmosphere (at)"}, "factor": 1.033227554}, {"slug": "atomic-mass-units-to-amu", "name": "Atomic Mass Units to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Amu"}, "factor": 1.0}, {"slug": "atomic-mass-units-to-apothecary-ounces", "name": "Atomic Mass Units to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26, "hidden": true}, {"slug": "atomic-mass-units-to-attograms", "name": "Atomic Mass Units to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Attograms"}, "factor": 1.6605390666e-06, "hidden": true}, - {"slug": "atomic-mass-units-to-carats", "name": "Atomic Mass Units to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Carats"}, "factor": 8.302695332999999e-24}, - {"slug": "atomic-mass-units-to-centigrams", "name": "Atomic Mass Units to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Centigrams"}, "factor": 1.6605390666e-22}, + {"slug": "atomic-mass-units-to-carats", "name": "Atomic Mass Units to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Carats"}, "factor": 8.302695332999999e-24, "hidden": true}, + {"slug": "atomic-mass-units-to-centigrams", "name": "Atomic Mass Units to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Centigrams"}, "factor": 1.6605390666e-22, "hidden": true}, {"slug": "atomic-mass-units-to-cloves", "name": "Atomic Mass Units to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Cloves"}, "factor": 4.576077488362514e-28}, {"slug": "atomic-mass-units-to-daltons", "name": "Atomic Mass Units to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Daltons"}, "factor": 1.0}, {"slug": "atomic-mass-units-to-drams", "name": "Atomic Mass Units to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Drams"}, "factor": 9.371806696166428e-25}, @@ -1848,8 +1845,8 @@ export const calculators: CalculatorDef[] = [ {"slug": "attograms-to-amu", "name": "Attograms to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Amu"}, "factor": 602214.0762081122}, {"slug": "attograms-to-apothecary-ounces", "name": "Attograms to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Apothecary Ounces"}, "factor": 3.215074656862798e-20, "hidden": true}, {"slug": "attograms-to-atomic-mass-units", "name": "Attograms to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Atomic Mass Units"}, "factor": 602214.0762081122}, - {"slug": "attograms-to-carats", "name": "Attograms to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Carats"}, "factor": 4.9999999999999996e-18}, - {"slug": "attograms-to-centigrams", "name": "Attograms to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Centigrams"}, "factor": 9.999999999999999e-17}, + {"slug": "attograms-to-carats", "name": "Attograms to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Carats"}, "factor": 4.9999999999999996e-18, "hidden": true}, + {"slug": "attograms-to-centigrams", "name": "Attograms to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Centigrams"}, "factor": 9.999999999999999e-17, "hidden": true}, {"slug": "attograms-to-cloves", "name": "Attograms to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Cloves"}, "factor": 2.7557782773109695e-22}, {"slug": "attograms-to-daltons", "name": "Attograms to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Daltons"}, "factor": 602214.0762081122}, {"slug": "attograms-to-drams", "name": "Attograms to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Drams"}, "factor": 5.643833911932866e-19}, @@ -1907,7 +1904,6 @@ export const calculators: CalculatorDef[] = [ {"slug": "bar-to-kilopascals", "name": "Bar to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Kilopascals"}, "factor": 100.0}, {"slug": "bar-to-millibars", "name": "Bar to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Millibars"}, "factor": 1000.0}, {"slug": "bar-to-millimeters-of-mercury", "name": "Bar to Millimeters Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Millimeters Of Mercury"}, "factor": 750.0637554192106}, - {"slug": "bar-to-pascals", "name": "Bar to Pascals", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Pascals"}, "factor": 100000.0}, {"slug": "bar-to-technical-atmosphere", "name": "Bar to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Technical Atmosphere"}, "factor": 1.0197162129779282}, {"slug": "bar-to-technical-atmosphere-at", "name": "Bar to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Technical Atmosphere (at)"}, "factor": 1.0197162129779282}, {"slug": "barns-to-ares", "name": "Barns to Ares", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Ares"}, "factor": 9.999999999999999e-31, "hidden": true}, @@ -2069,12 +2065,11 @@ export const calculators: CalculatorDef[] = [ {"slug": "cables-to-rods", "name": "Cables to Rods", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Rods"}, "factor": 36.82494233675335}, {"slug": "cables-to-smoots", "name": "Cables to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Smoots"}, "factor": 108.82594899518156}, {"slug": "cables-to-thou", "name": "Cables to Thou", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Thou"}, "factor": 7291338.582677165}, - {"slug": "cables-to-thou-mil", "name": "Cables to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Thou (mil)"}, "factor": 7291338.582677165}, {"slug": "cables-to-yards", "name": "Cables to Yards", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Yards"}, "factor": 202.53718285214347}, {"slug": "calories-per-second-to-btu-hour", "name": "Calories Per Second to btu/hour", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "btu/hour"}, "factor": 14.276400628459623}, {"slug": "calories-per-second-to-btu-min", "name": "Calories Per Second to btu/min", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "btu/min"}, "factor": 0.23794001047432706}, - {"slug": "calories-per-second-to-kilowatts", "name": "Calories Per Second to Kilowatts", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Kilowatts"}, "factor": 0.004184}, + {"slug": "calories-per-second-to-kilowatts", "name": "Calories Per Second to Kilowatts", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Kilowatts"}, "factor": 0.004184, "hidden": true}, {"slug": "calories-per-second-to-lusec", "name": "Calories Per Second to Lusec", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Lusec"}, "factor": 31382667.526739772}, {"slug": "calories-per-second-to-mechanical-hp", "name": "Calories Per Second to Mechanical Hp", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Mechanical Hp"}, "factor": 0.005610836419722491}, {"slug": "calories-per-second-to-megawatts", "name": "Calories Per Second to Megawatts", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Megawatts"}, "factor": 4.184e-06}, @@ -2090,7 +2085,7 @@ export const calculators: CalculatorDef[] = [ {"slug": "calories-to-ton-of-tnt", "name": "Calories to Ton Of Tnt", "category": "energy", "type": "standard", "labels": {"in1": "Calories", "in2": "Ton Of Tnt"}, "factor": 1e-09}, {"slug": "candela-to-lux", "name": "Candela to Lux", "category": "light", "type": "standard", "labels": {"in1": "Candela", "in2": "Lux"}, "factor": 1.0}, {"slug": "carats-to-amu", "name": "Carats to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Amu"}, "factor": 1.2044281524162245e+23}, - {"slug": "carats-to-apothecary-ounces", "name": "Carats to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Apothecary Ounces"}, "factor": 0.006430149313725596}, + {"slug": "carats-to-apothecary-ounces", "name": "Carats to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Apothecary Ounces"}, "factor": 0.006430149313725596, "hidden": true}, {"slug": "carats-to-atomic-mass-units", "name": "Carats to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Atomic Mass Units"}, "factor": 1.2044281524162245e+23}, {"slug": "carats-to-attograms", "name": "Carats to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Attograms"}, "factor": 2.0000000000000003e+17}, {"slug": "carats-to-centigrams", "name": "Carats to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Centigrams"}, "factor": 20.0}, @@ -2109,7 +2104,6 @@ export const calculators: CalculatorDef[] = [ {"slug": "carats-to-micrograms", "name": "Carats to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Micrograms"}, "factor": 200000.0}, {"slug": "carats-to-momme", "name": "Carats to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Momme"}, "factor": 0.05333333333333334}, {"slug": "carats-to-nanograms", "name": "Carats to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Nanograms"}, "factor": 200000000.0}, - {"slug": "carats-to-ounces", "name": "Carats to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Ounces"}, "factor": 0.007054792389916083}, {"slug": "carats-to-pennyweights", "name": "Carats to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Pennyweights"}, "factor": 0.12860298627451192}, {"slug": "carats-to-picograms", "name": "Carats to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Picograms"}, "factor": 200000000.0}, @@ -2127,10 +2121,10 @@ export const calculators: CalculatorDef[] = [ {"slug": "carats-to-yoctograms", "name": "Carats to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Yoctograms"}, "factor": 2.0000000000000003e+20}, {"slug": "carats-to-zeptograms", "name": "Carats to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Zeptograms"}, "factor": 2.0000000000000003e+17}, {"slug": "centigrams-to-amu", "name": "Centigrams to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Amu"}, "factor": 6.022140762081124e+21}, - {"slug": "centigrams-to-apothecary-ounces", "name": "Centigrams to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Apothecary Ounces"}, "factor": 0.0003215074656862798}, + {"slug": "centigrams-to-apothecary-ounces", "name": "Centigrams to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Apothecary Ounces"}, "factor": 0.0003215074656862798, "hidden": true}, {"slug": "centigrams-to-atomic-mass-units", "name": "Centigrams to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Atomic Mass Units"}, "factor": 6.022140762081124e+21}, {"slug": "centigrams-to-attograms", "name": "Centigrams to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Attograms"}, "factor": 1.0000000000000002e+16}, - {"slug": "centigrams-to-carats", "name": "Centigrams to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Carats"}, "factor": 0.05}, + {"slug": "centigrams-to-carats", "name": "Centigrams to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Carats"}, "factor": 0.05, "hidden": true}, {"slug": "centigrams-to-cloves", "name": "Centigrams to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Cloves"}, "factor": 2.7557782773109697e-06}, {"slug": "centigrams-to-daltons", "name": "Centigrams to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Daltons"}, "factor": 6.022140762081124e+21}, {"slug": "centigrams-to-drams", "name": "Centigrams to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Drams"}, "factor": 0.005643833911932866}, @@ -2150,7 +2144,6 @@ export const calculators: CalculatorDef[] = [ {"slug": "centigrams-to-pennyweights", "name": "Centigrams to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Pennyweights"}, "factor": 0.006430149313725596}, {"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}, @@ -2164,12 +2157,12 @@ export const calculators: CalculatorDef[] = [ {"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-bushels", "name": "Centiliters to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Bushels"}, "factor": 0.0002837759325840175, "hidden": true}, {"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-cubic-yards", "name": "Centiliters to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Yards"}, "factor": 1.3079506193143923e-05, "hidden": true}, {"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}, @@ -2187,178 +2180,52 @@ export const calculators: CalculatorDef[] = [ {"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}, - {"slug": "centimeters-per-second-to-furlongs-per-fortnight", "name": "Centimeters Per Second to Furlongs Per Fortnight", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Furlongs Per Fortnight"}, "factor": 60.128847530422334}, - {"slug": "centimeters-per-second-to-inches-per-second", "name": "Centimeters Per Second to Inches Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Inches Per Second"}, "factor": 0.3937007874}, - {"slug": "centimeters-per-second-to-km-s", "name": "Centimeters Per Second to km/s", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "km/s"}, "factor": 1e-05}, - {"slug": "centimeters-per-second-to-knots", "name": "Centimeters Per Second to Knots", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Knots"}, "factor": 0.019438461717893492}, - {"slug": "centimeters-per-second-to-leagues-per-hour", "name": "Centimeters Per Second to Leagues Per Hour", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Leagues Per Hour"}, "factor": 0.0074564543068480075}, - {"slug": "centimeters-per-second-to-mach", "name": "Centimeters Per Second to Mach", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Mach"}, "factor": 2.915451895043732e-05}, - {"slug": "centimeters-per-second-to-meters-per-second", "name": "Centimeters Per Second to Meters Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Meters Per Second"}, "factor": 0.01}, - {"slug": "centimeters-per-second-to-miles-per-hour", "name": "Centimeters Per Second to Miles Per Hour", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Miles Per Hour"}, "factor": 0.0223693629}, - {"slug": "centimeters-per-second-to-yards-per-second", "name": "Centimeters Per Second to Yards Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Yards Per Second"}, "factor": 0.010936132983377078}, - {"slug": "centimeters-to-angstroms", "name": "Centimeters to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Angstroms"}, "factor": 100000000.0}, - {"slug": "centimeters-to-astronomical-units", "name": "Centimeters to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Astronomical Units"}, "factor": 6.684587122268446e-14}, - {"slug": "centimeters-to-cables", "name": "Centimeters to Cables", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Cables"}, "factor": 5.399568034557236e-05}, - {"slug": "centimeters-to-chains", "name": "Centimeters to Chains", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Chains"}, "factor": 0.0004970969537898671}, - {"slug": "centimeters-to-fathoms", "name": "Centimeters to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Fathoms"}, "factor": 0.005468066491688539}, - {"slug": "centimeters-to-fermi", "name": "Centimeters to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Fermi"}, "factor": 10000000000000.0}, - {"slug": "centimeters-to-furlongs", "name": "Centimeters to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Furlongs"}, "factor": 4.970969537898671e-05}, - {"slug": "centimeters-to-leagues", "name": "Centimeters to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Leagues"}, "factor": 2.07123730745778e-06}, - {"slug": "centimeters-to-micrometers", "name": "Centimeters to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Micrometers"}, "factor": 10000.0}, - {"slug": "centimeters-to-microns", "name": "Centimeters to Microns", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Microns"}, "factor": 10000.0}, - {"slug": "centimeters-to-miles", "name": "Centimeters to Miles", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Miles"}, "factor": 6.213711922373339e-06}, - {"slug": "centimeters-to-nanometers", "name": "Centimeters to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Nanometers"}, "factor": 10000000.0}, - {"slug": "centimeters-to-nautical-miles", "name": "Centimeters to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Nautical Miles"}, "factor": 5.399568034557236e-06}, - {"slug": "centimeters-to-parsecs", "name": "Centimeters to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Parsecs"}, "factor": 3.240779289960431e-19}, - {"slug": "centimeters-to-picometers", "name": "Centimeters to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Picometers"}, "factor": 10000000000.0}, - {"slug": "centimeters-to-rods", "name": "Centimeters to Rods", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Rods"}, "factor": 0.001988387815750969}, - {"slug": "centimeters-to-smoots", "name": "Centimeters to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Smoots"}, "factor": 0.005876131155247385}, - {"slug": "centimeters-to-thou", "name": "Centimeters to Thou", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Thou"}, "factor": 393.7007874015748}, - {"slug": "centimeters-to-thou-mil", "name": "Centimeters to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Thou (mil)"}, "factor": 393.7007874015748}, - {"slug": "centipoise-to-centistokes", "name": "Centipoise to Centistokes", "category": "other", "type": "standard", "labels": {"in1": "Centipoise", "in2": "Centistokes"}, "factor": 1.0}, - {"slug": "centipoise-to-poise", "name": "Centipoise to Poise", "category": "other", "type": "standard", "labels": {"in1": "Centipoise", "in2": "Poise"}, "factor": 0.01}, - {"slug": "centipoise-to-saybolt-universal-seconds", "name": "Centipoise to Saybolt Universal Seconds", "category": "fluids", "type": "sus-cst", "labels": {"in1": "Saybolt Universal Seconds", "in2": "Centipoise"}}, - {"slug": "centipoise-to-square-meters-per-second", "name": "Centipoise to Square Meters Per Second", "category": "other", "type": "standard", "labels": {"in1": "Centipoise", "in2": "Square Meters Per Second"}, "factor": 1e-06}, - {"slug": "centipoise-to-stokes", "name": "Centipoise to Stokes", "category": "other", "type": "standard", "labels": {"in1": "Centipoise", "in2": "Stokes"}, "factor": 0.01}, - {"slug": "centistokes-to-centipoise", "name": "Centistokes to Centipoise", "category": "other", "type": "standard", "labels": {"in1": "Centistokes", "in2": "Centipoise"}, "factor": 1.0}, - {"slug": "centistokes-to-pascal-seconds", "name": "Centistokes to Pascal-seconds", "category": "pressure", "type": "standard", "labels": {"in1": "Centistokes", "in2": "Pascal-seconds"}, "factor": 0.01}, - {"slug": "centistokes-to-poise", "name": "Centistokes to Poise", "category": "other", "type": "standard", "labels": {"in1": "Centistokes", "in2": "Poise"}, "factor": 0.01}, - {"slug": "centistokes-to-saybolt-universal-seconds", "name": "Centistokes to Saybolt Universal Seconds", "category": "fluids", "type": "sus-cst", "labels": {"in1": "Saybolt Universal Seconds", "in2": "Centistokes"}}, - {"slug": "centuries-to-atomic-time-units", "name": "Centuries to Atomic Time Units", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Atomic Time Units"}, "factor": 1.3037415494983031e+26}, - {"slug": "centuries-to-days", "name": "Centuries to Days", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Days"}, "factor": 36500.0}, - {"slug": "centuries-to-decades", "name": "Centuries to Decades", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Decades"}, "factor": 10.0}, - {"slug": "centuries-to-fortnights", "name": "Centuries to Fortnights", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Fortnights"}, "factor": 2607.1428571428573}, - {"slug": "centuries-to-hours", "name": "Centuries to Hours", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Hours"}, "factor": 876000.0}, - {"slug": "centuries-to-jiffies", "name": "Centuries to Jiffies", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Jiffies"}, "factor": 315360000000.0}, - {"slug": "centuries-to-julian-years", "name": "Centuries to Julian Years", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Julian Years"}, "factor": 99.9315537303217}, - {"slug": "centuries-to-microseconds", "name": "Centuries to Microseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Microseconds"}, "factor": 3153600000000000.0}, - {"slug": "centuries-to-milliseconds", "name": "Centuries to Milliseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Milliseconds"}, "factor": 3153600000000.0}, - {"slug": "centuries-to-minutes", "name": "Centuries to Minutes", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Minutes"}, "factor": 52560000.0}, - {"slug": "centuries-to-months", "name": "Centuries to Months", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Months"}, "factor": 1200.0}, - {"slug": "centuries-to-nanoseconds", "name": "Centuries to Nanoseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Nanoseconds"}, "factor": 3.1536e+18}, - {"slug": "centuries-to-planck-time", "name": "Centuries to Planck Time", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Planck Time"}, "factor": 5.849481576340316e+52}, - {"slug": "centuries-to-seconds", "name": "Centuries to Seconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Seconds"}, "factor": 3153600000.0}, - {"slug": "centuries-to-shakes", "name": "Centuries to Shakes", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Shakes"}, "factor": 3.1536e+17}, - {"slug": "centuries-to-sidereal-days", "name": "Centuries to Sidereal Days", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Sidereal Days"}, "factor": 36599.93370440091}, - {"slug": "centuries-to-weeks", "name": "Centuries to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Weeks"}, "factor": 5214.285714285715}, - {"slug": "cfs-to-liters-per-minute", "name": "Cfs to Liters Per Minute", "category": "fluids", "type": "standard", "labels": {"in1": "Cfs", "in2": "Liters Per Minute"}, "factor": 1699.01079552}, - {"slug": "cfs-to-liters-per-second", "name": "Cfs to Liters Per Second", "category": "fluids", "type": "standard", "labels": {"in1": "Cfs", "in2": "Liters Per Second"}, "factor": 28.316846592}, - {"slug": "chains-to-angstroms", "name": "Chains to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Angstroms"}, "factor": 201168000000.0}, - {"slug": "chains-to-astronomical-units", "name": "Chains to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Astronomical Units"}, "factor": 1.3447250222124986e-10}, - {"slug": "chains-to-cables", "name": "Chains to Cables", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Cables"}, "factor": 0.108622030237581}, - {"slug": "chains-to-centimeters", "name": "Chains to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Centimeters"}, "factor": 2011.68}, - {"slug": "chains-to-cubits", "name": "Chains to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Cubits"}, "factor": 44.0}, - {"slug": "chains-to-fathoms", "name": "Chains to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Fathoms"}, "factor": 11.0}, - {"slug": "chains-to-fermi", "name": "Chains to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Fermi"}, "factor": 2.01168e+16}, - {"slug": "chains-to-furlongs", "name": "Chains to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Furlongs"}, "factor": 0.1}, - {"slug": "chains-to-hands", "name": "Chains to Hands", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Hands"}, "factor": 198.0}, - {"slug": "chains-to-inches", "name": "Chains to Inches", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Inches"}, "factor": 792.0}, - {"slug": "chains-to-kilometers", "name": "Chains to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Kilometers"}, "factor": 0.0201168}, - {"slug": "chains-to-leagues", "name": "Chains to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Leagues"}, "factor": 0.004166666666666667}, - {"slug": "chains-to-micrometers", "name": "Chains to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Micrometers"}, "factor": 20116800.0}, - {"slug": "chains-to-microns", "name": "Chains to Microns", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Microns"}, "factor": 20116800.0}, - {"slug": "chains-to-millimeters", "name": "Chains to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Millimeters"}, "factor": 20116.8}, - {"slug": "chains-to-nanometers", "name": "Chains to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Nanometers"}, "factor": 20116800000.0}, - {"slug": "chains-to-nautical-miles", "name": "Chains to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Nautical Miles"}, "factor": 0.0108622030237581}, - {"slug": "chains-to-parsecs", "name": "Chains to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Parsecs"}, "factor": 6.5194108820276e-16}, - {"slug": "chains-to-picometers", "name": "Chains to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Picometers"}, "factor": 20116800000000.0}, - {"slug": "chains-to-rods", "name": "Chains to Rods", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Rods"}, "factor": 4.0}, - {"slug": "chains-to-smoots", "name": "Chains to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Smoots"}, "factor": 11.82089552238806}, - {"slug": "chains-to-thou", "name": "Chains to Thou", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Thou"}, "factor": 792000.0}, - {"slug": "chains-to-thou-mil", "name": "Chains to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Thou (mil)"}, "factor": 792000.0}, - {"slug": "circular-mils-to-acres", "name": "Circular Mils to Acres", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Acres"}, "factor": 1.252101449146529e-13}, - {"slug": "circular-mils-to-ares", "name": "Circular Mils to Ares", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Ares"}, "factor": 5.067074790974978e-12}, - {"slug": "circular-mils-to-awg", "name": "Circular Mils to Awg", "category": "electrical", "type": "awg", "labels": {"in1": "Circular Mils", "in2": "Awg"}}, - {"slug": "circular-mils-to-barns", "name": "Circular Mils to Barns", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Barns"}, "factor": 5.067074790974978e+18}, - {"slug": "circular-mils-to-dunams", "name": "Circular Mils to Dunams", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Dunams"}, "factor": 5.067074790974979e-13}, - {"slug": "circular-mils-to-hectares", "name": "Circular Mils to Hectares", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Hectares"}, "factor": 5.067074790974978e-14}, - {"slug": "circular-mils-to-millimeters-diameter", "name": "Circular Mils to Millimeters (diameter)", "category": "length", "type": "cmil-dia", "labels": {"in1": "Circular Mils", "in2": "Millimeters (diameter)"}}, - {"slug": "circular-mils-to-roods", "name": "Circular Mils to Roods", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Roods"}, "factor": 5.008405796586116e-13}, - {"slug": "circular-mils-to-sections", "name": "Circular Mils to Sections", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Sections"}, "factor": 1.9564085142914516e-16}, - {"slug": "circular-mils-to-square-centimeters", "name": "Circular Mils to Square Centimeters", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Centimeters"}, "factor": 5.067074790974978e-06}, - {"slug": "circular-mils-to-square-feet", "name": "Circular Mils to Square Feet", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Feet"}, "factor": 5.45415391248228e-09}, - {"slug": "circular-mils-to-square-inches", "name": "Circular Mils to Square Inches", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Inches"}, "factor": 7.853981633974484e-07}, - {"slug": "circular-mils-to-square-kilometers", "name": "Circular Mils to Square Kilometers", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Kilometers"}, "factor": 5.067074790974978e-16}, - {"slug": "circular-mils-to-square-meters", "name": "Circular Mils to Square Meters", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Meters"}, "factor": 5.067074790974978e-10}, - {"slug": "circular-mils-to-square-miles", "name": "Circular Mils to Square Miles", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Miles"}, "factor": 1.9563995331949722e-16}, - {"slug": "circular-mils-to-square-millimeters-cross-section", "name": "Circular Mils to Square Millimeters (cross-section)", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Millimeters (cross-section)"}, "factor": 0.0005067074790974978}, - {"slug": "circular-mils-to-square-yards", "name": "Circular Mils to Square Yards", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Yards"}, "factor": 6.0601710138692e-10}, - {"slug": "circular-mils-to-swg", "name": "Circular Mils to Swg", "category": "electrical", "type": "cmil-swg", "labels": {"in1": "Circular Mils", "in2": "Swg"}}, - {"slug": "circular-mils-to-townships", "name": "Circular Mils to Townships", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Townships"}, "factor": 5.434471477884176e-18}, - {"slug": "cloves-to-amu", "name": "Cloves to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Amu"}, "factor": 2.185277680596786e+27}, - {"slug": "cloves-to-apothecary-ounces", "name": "Cloves to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Apothecary Ounces"}, "factor": 116.66666666666667}, - {"slug": "cloves-to-atomic-mass-units", "name": "Cloves to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Atomic Mass Units"}, "factor": 2.185277680596786e+27}, - {"slug": "cloves-to-attograms", "name": "Cloves to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Attograms"}, "factor": 3.6287389600000005e+21}, - {"slug": "cloves-to-carats", "name": "Cloves to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Carats"}, "factor": 18143.6948}, - {"slug": "cloves-to-centigrams", "name": "Cloves to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Centigrams"}, "factor": 362873.896}, - {"slug": "cloves-to-daltons", "name": "Cloves to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Daltons"}, "factor": 2.185277680596786e+27}, - {"slug": "cloves-to-drams", "name": "Cloves to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Drams"}, "factor": 2048.0}, - {"slug": "cloves-to-earth-masses", "name": "Cloves to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Earth Masses"}, "factor": 6.076050634607012e-25}, - {"slug": "cloves-to-femtograms", "name": "Cloves to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Femtograms"}, "factor": 3628738960000000.0}, - {"slug": "cloves-to-gamma-mass", "name": "Cloves to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Gamma (mass)"}, "factor": 3628738960.0}, - {"slug": "cloves-to-grains", "name": "Cloves to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Grains"}, "factor": 56000.0}, - {"slug": "cloves-to-grams", "name": "Cloves to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Grams"}, "factor": 3628.73896}, - {"slug": "cloves-to-hundredweight", "name": "Cloves to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Hundredweight"}, "factor": 0.08}, - {"slug": "cloves-to-hundredweight-cwt", "name": "Cloves to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Hundredweight (cwt)"}, "factor": 0.07142857142857142}, - {"slug": "cloves-to-long-tons", "name": "Cloves to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Long Tons"}, "factor": 0.0035714285714285718}, - {"slug": "cloves-to-metric-tons", "name": "Cloves to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Metric Tons"}, "factor": 0.0036287389600000003}, - {"slug": "cloves-to-micrograms", "name": "Cloves to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Micrograms"}, "factor": 3628738960.0}, - {"slug": "cloves-to-milligrams", "name": "Cloves to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Milligrams"}, "factor": 3628738.9600000004}, - {"slug": "cloves-to-momme", "name": "Cloves to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Momme"}, "factor": 967.6637226666668}, - {"slug": "cloves-to-nanograms", "name": "Cloves to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Nanograms"}, "factor": 3628738960000.0005}, - {"slug": "cloves-to-ounces", "name": "Cloves to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Ounces"}, "factor": 128.0}, - {"slug": "cloves-to-pennyweights", "name": "Cloves to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Pennyweights"}, "factor": 2333.3333333333335}, - {"slug": "cloves-to-picograms", "name": "Cloves to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Picograms"}, "factor": 3628738960000.0005}, - {"slug": "cloves-to-planck-mass", "name": "Cloves to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Planck Mass"}, "factor": 166728646.95184875}, - {"slug": "cloves-to-pounds", "name": "Cloves to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Pounds"}, "factor": 8.0}, - {"slug": "cloves-to-quarters", "name": "Cloves to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Quarters"}, "factor": 0.2857142857142857}, - {"slug": "cloves-to-scruples", "name": "Cloves to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Scruples"}, "factor": 2800.0}, - {"slug": "cloves-to-short-tons", "name": "Cloves to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Short Tons"}, "factor": 0.004}, - {"slug": "cloves-to-slugs", "name": "Cloves to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Slugs"}, "factor": 0.2486476013249407}, - {"slug": "cloves-to-solar-masses", "name": "Cloves to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Solar Masses"}, "factor": 1.8248899706809758e-30}, - {"slug": "cloves-to-stones", "name": "Cloves to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Stones"}, "factor": 0.5714285714285714}, - {"slug": "cloves-to-tolas", "name": "Cloves to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Tolas"}, "factor": 311.1111111111111}, - {"slug": "cloves-to-tons", "name": "Cloves to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Tons"}, "factor": 0.0036287389600000003}, - {"slug": "cloves-to-troy-ounces", "name": "Cloves to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Troy Ounces"}, "factor": 116.66666666666667}, - {"slug": "cloves-to-yoctograms", "name": "Cloves to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Yoctograms"}, "factor": 3.62873896e+27}, - {"slug": "cloves-to-zeptograms", "name": "Cloves to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Zeptograms"}, "factor": 3.6287389600000006e+24}, - {"slug": "cm-per-second-to-centimeters-per-second", "name": "Cm Per Second to Centimeters Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Centimeters Per Second"}, "factor": 1.0}, - {"slug": "cm-per-second-to-feet-per-second", "name": "Cm Per Second to Feet Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Feet Per Second"}, "factor": 0.03280839895013123}, - {"slug": "cm-per-second-to-furlongs-per-fortnight", "name": "Cm Per Second to Furlongs Per Fortnight", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Furlongs Per Fortnight"}, "factor": 60.128847530422334}, - {"slug": "cm-per-second-to-km-s", "name": "Cm Per Second to km/s", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "km/s"}, "factor": 1e-05}, - {"slug": "cm-per-second-to-knots", "name": "Cm Per Second to Knots", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Knots"}, "factor": 0.019438461717893492}, - {"slug": "cm-per-second-to-leagues-per-hour", "name": "Cm Per Second to Leagues Per Hour", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Leagues Per Hour"}, "factor": 0.0074564543068480075}, - {"slug": "cm-per-second-to-mach", "name": "Cm Per Second to Mach", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Mach"}, "factor": 2.915451895043732e-05}, - {"slug": "cm-per-second-to-meters-per-second", "name": "Cm Per Second to Meters Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Meters Per Second"}, "factor": 0.01}, - {"slug": "cm-per-second-to-miles-per-hour", "name": "Cm Per Second to Miles Per Hour", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Miles Per Hour"}, "factor": 0.0223693629}, - {"slug": "cm-per-second-to-yards-per-second", "name": "Cm Per Second to Yards Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Yards Per Second"}, "factor": 0.010936132983377078}, - {"slug": "cmhg-to-atmosphere", "name": "Cmhg to Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Atmosphere"}, "factor": 0.013157858376511226}, - {"slug": "cmhg-to-bar", "name": "Cmhg to Bar", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Bar"}, "factor": 0.0133322}, - {"slug": "cmhg-to-barye", "name": "Cmhg to Barye", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Barye"}, "factor": 13332.2}, - {"slug": "cmhg-to-dynes-per-sq-cm", "name": "Cmhg to Dynes Per Sq Cm", "category": "force", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Dynes Per Sq Cm"}, "factor": 13332.2}, - {"slug": "cmhg-to-feet-of-seawater", "name": "Cmhg to Feet Of Seawater", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Feet Of Seawater"}, "factor": 0.43515333508303994}, - {"slug": "cmhg-to-feet-of-water", "name": "Cmhg to Feet Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Feet Of Water"}, "factor": 0.44603216846011595}, - {"slug": "cmhg-to-hectopascals", "name": "Cmhg to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Hectopascals"}, "factor": 13.3322}, - {"slug": "cmhg-to-inches-of-mercury", "name": "Cmhg to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Inches Of Mercury"}, "factor": 0.39369960155197764}, - {"slug": "cmhg-to-inches-of-water", "name": "Cmhg to Inches Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Inches Of Water"}, "factor": 5.352386021521392}, - {"slug": "cmhg-to-kilopascals", "name": "Cmhg to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Kilopascals"}, "factor": 1.33322}, - {"slug": "cmhg-to-kpa", "name": "Cmhg to Kpa", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Kpa"}, "factor": 1.33322}, - {"slug": "cmhg-to-megapascals", "name": "Cmhg to Megapascals", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Megapascals"}, "factor": 0.00133322}, - {"slug": "cmhg-to-meters-of-seawater", "name": "Cmhg to Meters Of Seawater", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Meters Of Seawater"}, "factor": 0.1326347365333106}, - {"slug": "cmhg-to-millibars", "name": "Cmhg to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Millibars"}, "factor": 13.3322}, - {"slug": "cmhg-to-millimeters-of-mercury", "name": "Cmhg to Millimeters Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Millimeters Of Mercury"}, "factor": 10.0}, - {"slug": "cmhg-to-mmhg", "name": "Cmhg to Mmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Mmhg"}, "factor": 10.0}, - {"slug": "cmhg-to-pascal", "name": "Cmhg to Pascal", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Pascal"}, "factor": 1333.22}, - {"slug": "cmhg-to-pascals", "name": "Cmhg to Pascals", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Pascals"}, "factor": 1333.22}, - {"slug": "cmhg-to-psi", "name": "Cmhg to Psi", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Psi"}, "factor": 0.19336722091873582}, - {"slug": "cmhg-to-technical-atmosphere", "name": "Cmhg to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Technical Atmosphere"}, "factor": 0.013595060494664335}, - {"slug": "cmhg-to-technical-atmosphere-at", "name": "Cmhg to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Technical Atmosphere (at)"}, "factor": 0.013595060494664335}, - {"slug": "cms-to-gallons-per-minute", "name": "Cms to Gallons Per Minute", "category": "fluids", "type": "standard", "labels": {"in1": "Cms", "in2": "Gallons Per Minute"}, "factor": 15850.323141488903}, - {"slug": "cms-to-liters-per-minute", "name": "Cms to Liters Per Minute", "category": "fluids", "type": "standard", "labels": {"in1": "Cms", "in2": "Liters Per Minute"}, "factor": 60000.0}, - {"slug": "cord-to-board-feet", "name": "Cord to Board Feet", "category": "volume", "type": "standard", "labels": {"in1": "Cord", "in2": "Board Feet"}, "factor": 1536.0}, - {"slug": "cord-to-cubic-feet", "name": "Cord to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Cord", "in2": "Cubic Feet"}, "factor": 128.0}, + {"slug": "cubic-centimeters-to-acre-feet", "name": "Cubic Centimeters to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Acre-feet"}, "factor": 8.107131937899126e-10}, + {"slug": "cubic-centimeters-to-barrel-us-oil", "name": "Cubic Centimeters to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Barrel (us Oil)"}, "factor": 6.289810770432105e-06}, + {"slug": "cubic-centimeters-to-bushels", "name": "Cubic Centimeters to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Bushels"}, "factor": 2.8377593258401744e-05}, + {"slug": "cubic-centimeters-to-centiliters", "name": "Cubic Centimeters to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Centiliters"}, "factor": 0.1}, + {"slug": "cubic-centimeters-to-cubic-feet", "name": "Cubic Centimeters to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Cubic Feet"}, "factor": 3.5314666721488586e-05}, + {"slug": "cubic-centimeters-to-cubic-meters", "name": "Cubic Centimeters to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Cubic Meters"}, "factor": 1e-06}, + {"slug": "cubic-centimeters-to-cubic-yards", "name": "Cubic Centimeters to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Cubic Yards"}, "factor": 1.307950619314392e-06}, + {"slug": "cubic-centimeters-to-cups", "name": "Cubic Centimeters to Cups", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Cups"}, "factor": 0.004226752837730374}, + {"slug": "cubic-centimeters-to-drams-fluid", "name": "Cubic Centimeters to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Drams (fluid)"}, "factor": 0.27051218161474394}, + {"slug": "cubic-centimeters-to-fluid-ounces", "name": "Cubic Centimeters to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Fluid Ounces"}, "factor": 0.03381402270184299}, + {"slug": "cubic-centimeters-to-gallons", "name": "Cubic Centimeters to Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Gallons"}, "factor": 0.0002641720523581484}, + {"slug": "cubic-centimeters-to-gill", "name": "Cubic Centimeters to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Gill"}, "factor": 0.008453505675460748}, + {"slug": "cubic-centimeters-to-hogshead", "name": "Cubic Centimeters to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Hogshead"}, "factor": 4.193207174309855e-06}, + {"slug": "cubic-centimeters-to-imperial-fl-oz", "name": "Cubic Centimeters to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Imperial Fl Oz"}, "factor": 0.035195079727854045}, + {"slug": "cubic-centimeters-to-imperial-gallons", "name": "Cubic Centimeters to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Imperial Gallons"}, "factor": 0.0002199692482990878}, + {"slug": "cubic-centimeters-to-imperial-pints", "name": "Cubic Centimeters to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Imperial Pints"}, "factor": 0.0017597539863927023}, + {"slug": "cubic-centimeters-to-jiggers", "name": "Cubic Centimeters to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Jiggers"}, "factor": 0.022542681801228665}, + {"slug": "cubic-centimeters-to-liters", "name": "Cubic Centimeters to Liters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Liters"}, "factor": 0.001}, + {"slug": "cubic-centimeters-to-milliliters", "name": "Cubic Centimeters to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Milliliters"}, "factor": 1.0}, + {"slug": "cubic-centimeters-to-minims", "name": "Cubic Centimeters to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Minims"}, "factor": 16.230730896884637}, + {"slug": "cubic-centimeters-to-pecks", "name": "Cubic Centimeters to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Pecks"}, "factor": 0.00011351037303360698}, + {"slug": "cubic-centimeters-to-pints", "name": "Cubic Centimeters to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Pints"}, "factor": 0.002113376418865187}, + {"slug": "cubic-centimeters-to-quarts", "name": "Cubic Centimeters to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Quarts"}, "factor": 0.0010566882094325935}, + {"slug": "cubic-centimeters-to-tablespoons", "name": "Cubic Centimeters to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Tablespoons"}, "factor": 0.06762804540368599}, + {"slug": "cubic-centimeters-to-teaspoons", "name": "Cubic Centimeters to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Teaspoons"}, "factor": 0.202884136211058}, + {"slug": "cubic-centimeters-to-us-gallons", "name": "Cubic Centimeters to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Us Gallons"}, "factor": 0.0002641720523581484}, + {"slug": "cubic-centimeters-to-us-pints", "name": "Cubic Centimeters to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Us Pints"}, "factor": 0.002113376418865187}, + {"slug": "cubic-feet-to-acre-feet", "name": "Cubic Feet to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Acre-feet"}, "factor": 2.2956841138659323e-05}, + {"slug": "cubic-feet-to-barrel-us-oil", "name": "Cubic Feet to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Barrel (us Oil)"}, "factor": 0.17810760667903525}, + {"slug": "cubic-feet-to-bushels", "name": "Cubic Feet to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Bushels"}, "factor": 0.8035639549483357}, + {"slug": "cubic-feet-to-centiliters", "name": "Cubic Feet to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Centiliters"}, "factor": 2831.6846592}, + {"slug": "cubic-feet-to-cord", "name": "Cubic Feet to Cord", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cord"}, "factor": 0.0078125}, + {"slug": "cubic-feet-to-cubic-centimeters", "name": "Cubic Feet to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cubic Centimeters"}, "factor": 28316.846592}, + {"slug": "cubic-feet-to-cubic-inches", "name": "Cubic Feet to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cubic Inches"}, "factor": 1728.0}, + {"slug": "cubic-feet-to-cubic-yards", "name": "Cubic Feet to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cubic Yards"}, "factor": 0.037037037037037035}, + {"slug": "cubic-feet-to-cups", "name": "Cubic Feet to Cups", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cups"}, "factor": 119.68831168831169}, + {"slug": "cubic-feet-to-drams-fluid", "name": "Cubic Feet to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Drams (fluid)"}, "factor": 7660.051948051948}, + {"slug": "cubic-feet-to-fluid-ounces", "name": "Cubic Feet to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Fluid Ounces"}, "factor": 957.5064935064935}, + {"slug": "cubic-feet-to-gill", "name": "Cubic Feet to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Gill"}, "factor": 239.37662337662337}, + {"slug": "cubic-feet-to-hogshead", "name": "Cubic Feet to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Hogshead"}, "factor": 0.11873840428340597}, + {"slug": "cubic-feet-to-imperial-fl-oz", "name": "Cubic Feet to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Imperial Fl Oz"}, "factor": 996.6136734468521}, + {"slug": "cubic-feet-to-imperial-gallons", "name": "Cubic Feet to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Imperial Gallons"}, "factor": 6.228835459042826}, + {"slug": "cubic-feet-to-imperial-pints", "name": "Cubic Feet to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Imperial Pints"}, "factor": 49.83068367234261}, + {"slug": "cubic-feet-to-jiggers", "name": "Cubic Feet to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Jiggers"}, "factor": 638.3376623376623}, + {"slug": "cubic-feet-to-milliliters", "name": "Cubic Feet to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Milliliters"}, "factor": 28316.846592}, ];