Add cmHg, cm/s, and remaining clove converters

This commit is contained in:
Codex Agent
2026-03-08 03:45:50 +00:00
parent d7bf6e8135
commit ca164dd259
2 changed files with 100 additions and 60 deletions

View File

@@ -4918,69 +4918,59 @@ The registry currently contains 1333 unique calculator slugs.
- [x] Cloves to Momme
- [x] Cloves to Nanograms
- [x] Cloves to Ounces
- [ ] Cloves to Pennyweights
- [ ] Cloves to Picograms
- [ ] Cloves to Planck Mass
- [ ] Cloves to Pounds
- [ ] Cloves to Quarters
- [ ] Cloves to Scruples
- [ ] Cloves to Short Tons
- [ ] Cloves to Slugs
- [ ] Cloves to Solar Masses
- [ ] Cloves to Stones
- [ ] Cloves to Tolas
- [ ] Cloves to Tons
- [ ] Cloves to Troy Ounces
- [ ] Cloves to Yoctograms
- [ ] Cloves to Zeptograms
- [ ] Cm Per Second to Centimeters Per Second
- [ ] Cm Per Second to Feet Per Second
- [ ] Cm Per Second to Furlongs Per Fortnight
- [x] Cloves to Pennyweights
- [x] Cloves to Picograms
- [x] Cloves to Planck Mass
- [x] Cloves to Pounds
- [x] Cloves to Quarters
- [x] Cloves to Scruples
- [x] Cloves to Short Tons
- [x] Cloves to Slugs
- [x] Cloves to Solar Masses
- [x] Cloves to Stones
- [x] Cloves to Tolas
- [x] Cloves to Tons
- [x] Cloves to Troy Ounces
- [x] Cloves to Yoctograms
- [x] Cloves to Zeptograms
- [x] Cm Per Second to Centimeters Per Second
- [x] Cm Per Second to Feet Per Second
- [x] Cm Per Second to Furlongs Per Fortnight
- [x] Cm Per Second to Kilometers Per Hour
- [ ] Cm Per Second to km/s
- [ ] Cm Per Second to Knots
- [ ] Cm Per Second to Leagues Per Hour
- [ ] Cm Per Second to Mach
- [ ] Cm Per Second to Meters Per Second
- [ ] Cm Per Second to Miles Per Hour
- [x] Cm Per Second to km/s
- [x] Cm Per Second to Knots
- [x] Cm Per Second to Leagues Per Hour
- [x] Cm Per Second to Mach
- [x] Cm Per Second to Meters Per Second
- [x] Cm Per Second to Miles Per Hour
- [x] Cm Per Second to Speed Of Light
- [x] Cm Per Second to Speed Of Light (c)
- [ ] Cm Per Second to Yards Per Second
- [ ] Cmhg to Atmosphere
- [ ] Cmhg to Bar
- [ ] Cmhg to Barye
- [ ] Cmhg to Dynes Per Sq Cm
- [ ] Cmhg to Feet Of Seawater
- [ ] Cmhg to Feet Of Water
- [ ] Cmhg to Hectopascals
- [ ] Cmhg to Inches Of Mercury
- [ ] Cmhg to Inches Of Water
- [ ] Cmhg to Kilopascals
- [ ] Cmhg to Kpa
- [ ] Cmhg to Megapascals
- [ ] Cmhg to Meters Of Seawater
- [ ] Cmhg to Millibars
- [ ] Cmhg to Millimeters Of Mercury
- [ ] Cmhg to Mmhg
- [ ] Cmhg to Pascal
- [ ] Cmhg to Pascals
- [ ] Cmhg to Psi
- [ ] Cmhg to Technical Atmosphere
- [ ] Cmhg to Technical Atmosphere (at)
- [ ] Cms to Gallons Per Minute
- [ ] Cms to Liters Per Minute
- [ ] Cord to Board Feet
- [ ] Cord to Cubic Feet
- [ ] Coulomb Per Kilogram to Banana Equivalent Dose
- [ ] Coulomb Per Kilogram to Becquerel
- [ ] Coulomb Per Kilogram to Counts Per Minute
- [ ] Coulomb Per Kilogram to Curie
- [ ] Coulomb Per Kilogram to Disintegrations Per Second
- [ ] Coulomb Per Kilogram to Gray
- [ ] Coulomb Per Kilogram to Microsievert
- [ ] Coulomb Per Kilogram to Millirem
- [ ] Coulomb Per Kilogram to Millisievert
- [ ] Coulomb Per Kilogram to Picocurie
- [x] Cm Per Second to Yards Per Second
- [x] Cmhg to Atmosphere
- [x] Cmhg to Bar
- [x] Cmhg to Barye
- [x] Cmhg to Dynes Per Sq Cm
- [x] Cmhg to Feet Of Seawater
- [x] Cmhg to Feet Of Water
- [x] Cmhg to Hectopascals
- [x] Cmhg to Inches Of Mercury
- [x] Cmhg to Inches Of Water
- [x] Cmhg to Kilopascals
- [x] Cmhg to Kpa
- [x] Cmhg to Megapascals
- [x] Cmhg to Meters Of Seawater
- [x] Cmhg to Millibars
- [x] Cmhg to Millimeters Of Mercury
- [x] Cmhg to Mmhg
- [x] Cmhg to Pascal
- [x] Cmhg to Pascals
- [x] Cmhg to Psi
- [x] Cmhg to Technical Atmosphere
- [x] Cmhg to Technical Atmosphere (at)
- [x] Cms to Gallons Per Minute
- [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

View File

@@ -2309,6 +2309,56 @@ export const calculators: CalculatorDef[] = [
{"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},
];