diff --git a/calculators_list.md b/calculators_list.md index d95b625..ef78c85 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -5479,7 +5479,7 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Exabytes to Tebibytes - [ ] Exabytes to Terabytes - [ ] Exabytes to Words (16-bit) -- [ ] Exabytes to Words (32-bit) +- [x] Exabytes to Words (32-bit) - [x] Fahrenheit to Delisle - [x] Fahrenheit to Réaumur - [x] Fahrenheit to Rømer @@ -5505,46 +5505,46 @@ The registry currently contains 1333 unique calculator slugs. - [x] Farads to Volts - [x] Farads to Watt-hours - [x] Farads to Watts -- [ ] Fathoms to Angstroms -- [ ] Fathoms to Astronomical Units -- [ ] Fathoms to Cables -- [ ] Fathoms to Centimeters -- [ ] Fathoms to Chains -- [ ] Fathoms to Cubits -- [ ] Fathoms to Fermi -- [ ] Fathoms to Furlongs -- [ ] Fathoms to Hands -- [ ] Fathoms to Inches -- [ ] Fathoms to Kilometers -- [ ] Fathoms to Leagues +- [x] Fathoms to Angstroms +- [x] Fathoms to Astronomical Units +- [x] Fathoms to Cables +- [x] Fathoms to Centimeters +- [x] Fathoms to Chains +- [x] Fathoms to Cubits +- [x] Fathoms to Fermi +- [x] Fathoms to Furlongs +- [x] Fathoms to Hands +- [x] Fathoms to Inches +- [x] Fathoms to Kilometers +- [x] Fathoms to Leagues - [x] Fathoms to Light Years -- [ ] Fathoms to Micrometers -- [ ] Fathoms to Microns -- [ ] Fathoms to Miles -- [ ] Fathoms to Millimeters -- [ ] Fathoms to Nanometers -- [ ] Fathoms to Nautical Miles -- [ ] Fathoms to Parsecs -- [ ] Fathoms to Picometers -- [ ] Fathoms to Rods -- [ ] Fathoms to Smoots -- [ ] Fathoms to Thou -- [ ] Fathoms to Thou (mil) -- [ ] Fathoms to Yards -- [ ] Feet Of Seawater to Atmosphere -- [ ] Feet Of Seawater to Bar -- [ ] Feet Of Seawater to Barye -- [ ] Feet Of Seawater to Cmhg -- [ ] Feet Of Seawater to Dynes Per Sq Cm -- [ ] Feet Of Seawater to Feet Of Water -- [ ] Feet Of Seawater to Hectopascals -- [ ] Feet Of Seawater to Inches Of Mercury -- [ ] Feet Of Seawater to Inches Of Water -- [ ] Feet Of Seawater to Kilopascals -- [ ] Feet Of Seawater to Kpa -- [ ] Feet Of Seawater to Megapascals -- [ ] Feet Of Seawater to Meters Of Seawater -- [ ] Feet Of Seawater to Millibars +- [x] Fathoms to Micrometers +- [x] Fathoms to Microns +- [x] Fathoms to Miles +- [x] Fathoms to Millimeters +- [x] Fathoms to Nanometers +- [x] Fathoms to Nautical Miles +- [x] Fathoms to Parsecs +- [x] Fathoms to Picometers +- [x] Fathoms to Rods +- [x] Fathoms to Smoots +- [x] Fathoms to Thou +- [x] Fathoms to Thou (mil) +- [x] Fathoms to Yards +- [x] Feet Of Seawater to Atmosphere +- [x] Feet Of Seawater to Bar +- [x] Feet Of Seawater to Barye +- [x] Feet Of Seawater to Cmhg +- [x] Feet Of Seawater to Dynes Per Sq Cm +- [x] Feet Of Seawater to Feet Of Water +- [x] Feet Of Seawater to Hectopascals +- [x] Feet Of Seawater to Inches Of Mercury +- [x] Feet Of Seawater to Inches Of Water +- [x] Feet Of Seawater to Kilopascals +- [x] Feet Of Seawater to Kpa +- [x] Feet Of Seawater to Megapascals +- [x] Feet Of Seawater to Meters Of Seawater +- [x] Feet Of Seawater to Millibars - [ ] Feet Of Seawater to Millimeters Of Mercury - [ ] Feet Of Seawater to Mmhg - [ ] Feet Of Seawater to Pascal diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index 59507d5..8aca8e0 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -2501,6 +2501,48 @@ export const calculators: CalculatorDef[] = [ {"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}, + {"slug": "exabytes-to-words-32-bit", "name": "Exabytes to Words (32-bit)", "category": "data", "type": "standard", "labels": {"in1": "Exabytes", "in2": "Words (32-bit)"}, "factor": 250000000000000000.0}, + {"slug": "fathoms-to-angstroms", "name": "Fathoms to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Angstroms"}, "factor": 1.8288e+10}, + {"slug": "fathoms-to-astronomical-units", "name": "Fathoms to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Astronomical Units"}, "factor": 1.2220762997417975e-11}, + {"slug": "fathoms-to-cables", "name": "Fathoms to Cables", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Cables"}, "factor": 0.009874110039160087}, + {"slug": "fathoms-to-centimeters", "name": "Fathoms to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Centimeters"}, "factor": 182.88}, + {"slug": "fathoms-to-chains", "name": "Fathoms to Chains", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Chains"}, "factor": 0.09072681704260651}, + {"slug": "fathoms-to-cubits", "name": "Fathoms to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Cubits"}, "factor": 4.0}, + {"slug": "fathoms-to-fermi", "name": "Fathoms to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Fermi"}, "factor": 1.8288e+15}, + {"slug": "fathoms-to-furlongs", "name": "Fathoms to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Furlongs"}, "factor": 0.009084205598455598}, + {"slug": "fathoms-to-hands", "name": "Fathoms to Hands", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Hands"}, "factor": 18.0}, + {"slug": "fathoms-to-inches", "name": "Fathoms to Inches", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Inches"}, "factor": 72.0}, + {"slug": "fathoms-to-kilometers", "name": "Fathoms to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Kilometers"}, "factor": 0.0018288}, + {"slug": "fathoms-to-leagues", "name": "Fathoms to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Leagues"}, "factor": 0.0003787765882201048}, + {"slug": "fathoms-to-micrometers", "name": "Fathoms to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Micrometers"}, "factor": 1828800.0}, + {"slug": "fathoms-to-microns", "name": "Fathoms to Microns", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Microns"}, "factor": 1828800.0}, + {"slug": "fathoms-to-miles", "name": "Fathoms to Miles", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Miles"}, "factor": 0.0011363636363636365}, + {"slug": "fathoms-to-millimeters", "name": "Fathoms to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Millimeters"}, "factor": 1828.8}, + {"slug": "fathoms-to-nanometers", "name": "Fathoms to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Nanometers"}, "factor": 1828800000.0}, + {"slug": "fathoms-to-nautical-miles", "name": "Fathoms to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Nautical Miles"}, "factor": 0.0009878833333333333}, + {"slug": "fathoms-to-parsecs", "name": "Fathoms to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Parsecs"}, "factor": 5.928411534114493e-17}, + {"slug": "fathoms-to-picometers", "name": "Fathoms to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Picometers"}, "factor": 1828800000000.0}, + {"slug": "fathoms-to-rods", "name": "Fathoms to Rods", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Rods"}, "factor": 0.3639976386600145}, + {"slug": "fathoms-to-smoots", "name": "Fathoms to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Smoots"}, "factor": 1.0747644668186313}, + {"slug": "fathoms-to-thou", "name": "Fathoms to Thou", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Thou"}, "factor": 72000.0}, + {"slug": "fathoms-to-thou-mil", "name": "Fathoms to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Thou (mil)"}, "factor": 72000.0}, + {"slug": "fathoms-to-yards", "name": "Fathoms to Yards", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Yards"}, "factor": 2.0}, + {"slug": "feet-of-seawater-to-atmosphere", "name": "Feet Of Seawater to Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Atmosphere"}, "factor": 0.030267312709991823}, + {"slug": "feet-of-seawater-to-bar", "name": "Feet Of Seawater to Bar", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Bar"}, "factor": 0.03068141781287043}, + {"slug": "feet-of-seawater-to-barye", "name": "Feet Of Seawater to Barye", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Barye"}, "factor": 30676.84691075}, + {"slug": "feet-of-seawater-to-cmhg", "name": "Feet Of Seawater to Cmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Cmhg"}, "factor": 2.303315588999051}, + {"slug": "feet-of-seawater-to-dynes-per-sq-cm", "name": "Feet Of Seawater to Dynes Per Sq Cm", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Dynes Per Sq Cm"}, "factor": 30676.84691075}, + {"slug": "feet-of-seawater-to-feet-of-water", "name": "Feet Of Seawater to Feet Of Water", "category": "length", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Feet Of Water"}, "factor": 1.026406561174551}, + {"slug": "feet-of-seawater-to-hectopascals", "name": "Feet Of Seawater to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Hectopascals"}, "factor": 30.6864734231}, + {"slug": "feet-of-seawater-to-inches-of-mercury", "name": "Feet Of Seawater to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Inches Of Mercury"}, "factor": 0.905547025}, + {"slug": "feet-of-seawater-to-inches-of-water", "name": "Feet Of Seawater to Inches Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Inches Of Water"}, "factor": 12.320363205}, + {"slug": "feet-of-seawater-to-kilopascals", "name": "Feet Of Seawater to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Kilopascals"}, "factor": 3.06864734231}, + {"slug": "feet-of-seawater-to-kpa", "name": "Feet Of Seawater to Kpa", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Kpa"}, "factor": 3.06864734231}, + {"slug": "feet-of-seawater-to-megapascals", "name": "Feet Of Seawater to Megapascals", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Megapascals"}, "factor": 0.00306864734231}, + {"slug": "feet-of-seawater-to-meters-of-seawater", "name": "Feet Of Seawater to Meters Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Meters Of Seawater"}, "factor": 0.3048}, + {"slug": "feet-of-seawater-to-millibars", "name": "Feet Of Seawater to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Millibars"}, "factor": 30.6864734231}, + +]; ];