Add earth-mass and dynes conversions

This commit is contained in:
Codex Agent
2026-03-08 04:41:13 +00:00
parent 8cab02a627
commit 01964bf1f7
2 changed files with 80 additions and 40 deletions

View File

@@ -5385,49 +5385,49 @@ The registry currently contains 1333 unique calculator slugs.
- [ ] Dynes Per Sq Cm to Mmhg
- [ ] Dynes Per Sq Cm to Pascals
- [ ] Dynes Per Sq Cm to Psi
- [ ] Dynes Per Sq Cm to Technical Atmosphere
- [ ] Dynes Per Sq Cm to Technical Atmosphere (at)
- [ ] Dynes Per Sq Cm to Torr
- [x] Dynes Per Sq Cm to Technical Atmosphere
- [x] Dynes Per Sq Cm to Technical Atmosphere (at)
- [x] Dynes Per Sq Cm to Torr
- [x] Dynes to Kilogram-force (`dynes-to-kilogram-force`)
- [x] Dynes to Kilonewtons (`dynes-to-kilonewtons`)
- [x] Dynes to Pound-force (`dynes-to-pound-force`)
- [ ] Earth Masses to Amu
- [ ] Earth Masses to Apothecary Ounces
- [ ] Earth Masses to Atomic Mass Units
- [ ] Earth Masses to Attograms
- [ ] Earth Masses to Carats
- [ ] Earth Masses to Centigrams
- [ ] Earth Masses to Cloves
- [ ] Earth Masses to Daltons
- [ ] Earth Masses to Drams
- [ ] Earth Masses to Femtograms
- [ ] Earth Masses to Gamma (mass)
- [ ] Earth Masses to Grains
- [ ] Earth Masses to Grams
- [ ] Earth Masses to Hundredweight
- [ ] Earth Masses to Hundredweight (cwt)
- [ ] Earth Masses to Long Tons
- [ ] Earth Masses to Metric Tons
- [ ] Earth Masses to Micrograms
- [ ] Earth Masses to Milligrams
- [ ] Earth Masses to Momme
- [ ] Earth Masses to Nanograms
- [ ] Earth Masses to Ounces
- [ ] Earth Masses to Pennyweights
- [ ] Earth Masses to Picograms
- [ ] Earth Masses to Planck Mass
- [ ] Earth Masses to Pounds
- [ ] Earth Masses to Quarters
- [ ] Earth Masses to Scruples
- [ ] Earth Masses to Short Tons
- [ ] Earth Masses to Slugs
- [ ] Earth Masses to Solar Masses
- [ ] Earth Masses to Stones
- [ ] Earth Masses to Tolas
- [ ] Earth Masses to Tons
- [ ] Earth Masses to Troy Ounces
- [ ] Earth Masses to Yoctograms
- [ ] Earth Masses to Zeptograms
- [x] Earth Masses to Amu
- [x] Earth Masses to Apothecary Ounces
- [x] Earth Masses to Atomic Mass Units
- [x] Earth Masses to Attograms
- [x] Earth Masses to Carats
- [x] Earth Masses to Centigrams
- [x] Earth Masses to Cloves
- [x] Earth Masses to Daltons
- [x] Earth Masses to Drams
- [x] Earth Masses to Femtograms
- [x] Earth Masses to Gamma (mass)
- [x] Earth Masses to Grains
- [x] Earth Masses to Grams
- [x] Earth Masses to Hundredweight
- [x] Earth Masses to Hundredweight (cwt)
- [x] Earth Masses to Long Tons
- [x] Earth Masses to Metric Tons
- [x] Earth Masses to Micrograms
- [x] Earth Masses to Milligrams
- [x] Earth Masses to Momme
- [x] Earth Masses to Nanograms
- [x] Earth Masses to Ounces
- [x] Earth Masses to Pennyweights
- [x] Earth Masses to Picograms
- [x] Earth Masses to Planck Mass
- [x] Earth Masses to Pounds
- [x] Earth Masses to Quarters
- [x] Earth Masses to Scruples
- [x] Earth Masses to Short Tons
- [x] Earth Masses to Slugs
- [x] Earth Masses to Solar Masses
- [x] Earth Masses to Stones
- [x] Earth Masses to Tolas
- [x] Earth Masses to Tons
- [x] Earth Masses to Troy Ounces
- [x] Earth Masses to Yoctograms
- [x] Earth Masses to Zeptograms
- [x] Electrical Horsepower to Boiler Horsepower
- [x] Electrical Horsepower to btu/hour
- [x] Electrical Horsepower to btu/min

View File

@@ -2461,6 +2461,46 @@ export const calculators: CalculatorDef[] = [
{"slug": "drams-to-us-pints", "name": "Drams (fluid) to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Us Pints"}, "factor": 0.0078125, "hidden": true},
{"slug": "drams-to-yoctograms", "name": "Drams to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Yoctograms"}, "factor": 1.7718451953125e+24},
{"slug": "drams-to-zeptograms", "name": "Drams to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Zeptograms"}, "factor": 1.7718451953125e+21},
{"slug": "dynes-per-sq-cm-to-technical-atmosphere", "name": "Dynes Per Sq Cm to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Technical Atmosphere"}, "factor": 1.0197162129779282e-06},
{"slug": "dynes-per-sq-cm-to-technical-atmosphere-at", "name": "Dynes Per Sq Cm to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Technical Atmosphere (at)"}, "factor": 1.0197162129779282e-06},
{"slug": "dynes-per-sq-cm-to-torr", "name": "Dynes Per Sq Cm to Torr", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Torr"}, "factor": 0.000750062},
{"slug": "earth-masses-to-amu", "name": "Earth Masses to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Amu"}, "factor": 3.596542905930088e+51},
{"slug": "earth-masses-to-apothecary-ounces", "name": "Earth Masses to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Apothecary Ounces"}, "factor": 1.9201068865716004e+26},
{"slug": "earth-masses-to-atomic-mass-units", "name": "Earth Masses to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Atomic Mass Units"}, "factor": 3.596542905930088e+51},
{"slug": "earth-masses-to-attograms", "name": "Earth Masses to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Attograms"}, "factor": 5.9722e+45},
{"slug": "earth-masses-to-carats", "name": "Earth Masses to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Carats"}, "factor": 2.9860999999999998e+28},
{"slug": "earth-masses-to-centigrams", "name": "Earth Masses to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Centigrams"}, "factor": 5.9722e+29},
{"slug": "earth-masses-to-cloves", "name": "Earth Masses to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Cloves"}, "factor": 1.6458059027756572e+24},
{"slug": "earth-masses-to-daltons", "name": "Earth Masses to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Daltons"}, "factor": 3.596542905930088e+51},
{"slug": "earth-masses-to-drams", "name": "Earth Masses to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Drams"}, "factor": 3.370610488884546e+27},
{"slug": "earth-masses-to-femtograms", "name": "Earth Masses to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Femtograms"}, "factor": 5.9722e+42},
{"slug": "earth-masses-to-gamma-mass", "name": "Earth Masses to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Gamma (mass)"}, "factor": 5.9722e+33},
{"slug": "earth-masses-to-grains", "name": "Earth Masses to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Grains"}, "factor": 9.216513055543681e+28},
{"slug": "earth-masses-to-grams", "name": "Earth Masses to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Grams"}, "factor": 5.9722e+27},
{"slug": "earth-masses-to-hundredweight", "name": "Earth Masses to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Hundredweight"}, "factor": 1.3166447222205259e+23},
{"slug": "earth-masses-to-hundredweight-cwt", "name": "Earth Masses to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Hundredweight (cwt)"}, "factor": 1.1755756448397552e+23},
{"slug": "earth-masses-to-long-tons", "name": "Earth Masses to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Long Tons"}, "factor": 5.877878224198777e+21},
{"slug": "earth-masses-to-metric-tons", "name": "Earth Masses to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Metric Tons"}, "factor": 5.9722e+21},
{"slug": "earth-masses-to-micrograms", "name": "Earth Masses to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Micrograms"}, "factor": 5.9722e+33},
{"slug": "earth-masses-to-milligrams", "name": "Earth Masses to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Milligrams"}, "factor": 5.9722e+30},
{"slug": "earth-masses-to-momme", "name": "Earth Masses to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Momme"}, "factor": 1.5925866666666665e+27},
{"slug": "earth-masses-to-nanograms", "name": "Earth Masses to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Nanograms"}, "factor": 5.972200000000001e+36},
{"slug": "earth-masses-to-ounces", "name": "Earth Masses to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Ounces"}, "factor": 2.1066315555528412e+26},
{"slug": "earth-masses-to-pennyweights", "name": "Earth Masses to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Pennyweights"}, "factor": 3.840213773143201e+27},
{"slug": "earth-masses-to-picograms", "name": "Earth Masses to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Picograms"}, "factor": 5.9722e+39},
{"slug": "earth-masses-to-planck-mass", "name": "Earth Masses to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Planck Mass"}, "factor": 2.744029913151513e+32},
{"slug": "earth-masses-to-pounds", "name": "Earth Masses to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Pounds"}, "factor": 1.3166447222205258e+25},
{"slug": "earth-masses-to-quarters", "name": "Earth Masses to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Quarters"}, "factor": 4.702302579359021e+23},
{"slug": "earth-masses-to-scruples", "name": "Earth Masses to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Scruples"}, "factor": 4.6082565277718406e+27},
{"slug": "earth-masses-to-short-tons", "name": "Earth Masses to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Short Tons"}, "factor": 6.58322361110263e+21},
{"slug": "earth-masses-to-slugs", "name": "Earth Masses to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Slugs"}, "factor": 4.0922569005011026e+23},
{"slug": "earth-masses-to-solar-masses", "name": "Earth Masses to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Solar Masses"}, "factor": 3.0034146856628466e-06},
{"slug": "earth-masses-to-stones", "name": "Earth Masses to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Stones"}, "factor": 9.404605158718042e+23},
{"slug": "earth-masses-to-tolas", "name": "Earth Masses to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Tolas"}, "factor": 5.120281211653565e+26},
{"slug": "earth-masses-to-tons", "name": "Earth Masses to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Tons"}, "factor": 5.9722e+21},
{"slug": "earth-masses-to-troy-ounces", "name": "Earth Masses to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Troy Ounces"}, "factor": 1.9201068865716004e+26},
{"slug": "earth-masses-to-yoctograms", "name": "Earth Masses to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Yoctograms"}, "factor": 5.9722e+51},
{"slug": "earth-masses-to-zeptograms", "name": "Earth Masses to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Zeptograms"}, "factor": 5.9722e+48},
];