Add next 40 backlog calculators (Fermi + fluid ounces)

This commit is contained in:
Codex Agent
2026-03-08 05:38:39 +00:00
parent e0585422f2
commit 3aecadd755
2 changed files with 123 additions and 41 deletions

View File

@@ -2164,7 +2164,7 @@ export const calculators: CalculatorDef[] = [
{"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, "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-fluid-ounces", "name": "Centiliters to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Fluid Ounces"}, "factor": 0.33814022701843, "hidden": true},
{"slug": "centiliters-to-gallons", "name": "Centiliters to Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gallons"}, "factor": 0.0026417205235814843},
{"slug": "centiliters-to-gill", "name": "Centiliters to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gill"}, "factor": 0.0845350567546075},
{"slug": "centiliters-to-hogshead", "name": "Centiliters to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Hogshead"}, "factor": 4.1932071743098554e-05},
@@ -2294,6 +2294,46 @@ export const calculators: CalculatorDef[] = [
{"slug": "feet-per-second-to-yards-per-second", "name": "Feet Per Second to Yards Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Feet Per Second", "in2": "Yards Per Second"}, "factor": 0.3333333333333333},
{"slug": "fermi-to-angstroms", "name": "Fermi to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Angstroms"}, "factor": 1e-05, "hidden": true},
{"slug": "fermi-to-astronomical-units", "name": "Fermi to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Astronomical Units"}, "factor": 6.684587122268446e-27, "hidden": true},
{"slug": "fermi-to-cables", "name": "Fermi to Cables", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Cables"}, "factor": 5.399568034557236e-18, "hidden": true},
{"slug": "fermi-to-centimeters", "name": "Fermi to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Centimeters"}, "factor": 1e-13},
{"slug": "fermi-to-chains", "name": "Fermi to Chains", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Chains"}, "factor": 4.970969537898672e-17},
{"slug": "fermi-to-cubits", "name": "Fermi to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Cubits"}, "factor": 2.1872265966754156e-15},
{"slug": "fermi-to-fathoms", "name": "Fermi to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Fathoms"}, "factor": 5.468066491688539e-16},
{"slug": "fermi-to-feet", "name": "Fermi to Feet", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Feet"}, "factor": 3.2808398950131234e-15},
{"slug": "fermi-to-furlongs", "name": "Fermi to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Furlongs"}, "factor": 4.970969537898672e-18},
{"slug": "fermi-to-hands", "name": "Fermi to Hands", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Hands"}, "factor": 9.842519685039371e-15},
{"slug": "fermi-to-inches", "name": "Fermi to Inches", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Inches"}, "factor": 3.9370078740157484e-14},
{"slug": "fermi-to-kilometers", "name": "Fermi to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Kilometers"}, "factor": 1e-18},
{"slug": "fermi-to-leagues", "name": "Fermi to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Leagues"}, "factor": 2.07123730745778e-19},
{"slug": "fermi-to-micrometers", "name": "Fermi to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Micrometers"}, "factor": 1e-09},
{"slug": "fermi-to-microns", "name": "Fermi to Microns", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Microns"}, "factor": 1e-09},
{"slug": "fermi-to-miles", "name": "Fermi to Miles", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Miles"}, "factor": 6.21371192237334e-19},
{"slug": "fermi-to-millimeters", "name": "Fermi to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Millimeters"}, "factor": 1e-12},
{"slug": "fermi-to-nanometers", "name": "Fermi to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Nanometers"}, "factor": 1e-06},
{"slug": "fermi-to-nautical-miles", "name": "Fermi to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Nautical Miles"}, "factor": 5.399568034557236e-19},
{"slug": "fermi-to-parsecs", "name": "Fermi to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Parsecs"}, "factor": 3.2407792894443625e-32},
{"slug": "fermi-to-picometers", "name": "Fermi to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Picometers"}, "factor": 0.001},
{"slug": "fermi-to-rods", "name": "Fermi to Rods", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Rods"}, "factor": 1.9883878151594687e-16},
{"slug": "fermi-to-smoots", "name": "Fermi to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Smoots"}, "factor": 5.876131155247386e-16},
{"slug": "fermi-to-thou", "name": "Fermi to Thou", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Thou"}, "factor": 3.9370078740157485e-11},
{"slug": "fermi-to-thou-mil", "name": "Fermi to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Thou (mil)"}, "factor": 3.9370078740157485e-11},
{"slug": "fermi-to-yards", "name": "Fermi to Yards", "category": "length", "type": "standard", "labels": {"in1": "Fermi", "in2": "Yards"}, "factor": 1.0936132983377078e-15},
{"slug": "fluid-ounces-to-acre-feet", "name": "Fluid Ounces to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Acre-feet"}, "factor": 2.3975650603253212e-08},
{"slug": "fluid-ounces-to-barrel-us-oil", "name": "Fluid Ounces to Barrel (US oil)", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Barrel (US oil)"}, "factor": 0.00018601190476190475},
{"slug": "fluid-ounces-to-bushels", "name": "Fluid Ounces to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Bushels"}, "factor": 0.0008392255931399448, "hidden": true},
{"slug": "fluid-ounces-to-centiliters", "name": "Fluid Ounces to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Centiliters"}, "factor": 2.95735295625},
{"slug": "fluid-ounces-to-cubic-centimeters", "name": "Fluid Ounces to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Cubic Centimeters"}, "factor": 29.5735295625},
{"slug": "fluid-ounces-to-cubic-feet", "name": "Fluid Ounces to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Cubic Feet"}, "factor": 0.0010443793402777778},
{"slug": "fluid-ounces-to-cubic-inches", "name": "Fluid Ounces to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Cubic Inches"}, "factor": 1.8046875},
{"slug": "fluid-ounces-to-cubic-meters", "name": "Fluid Ounces to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Cubic Meters"}, "factor": 2.9573529562499998e-05},
{"slug": "fluid-ounces-to-cubic-yards", "name": "Fluid Ounces to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Cubic Yards"}, "factor": 3.868071630658436e-05, "hidden": true},
{"slug": "fluid-ounces-to-drams-fluid", "name": "Fluid Ounces to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Drams (fluid)"}, "factor": 8.0},
{"slug": "fluid-ounces-to-gill", "name": "Fluid Ounces to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Gill"}, "factor": 4.0},
{"slug": "fluid-ounces-to-hogshead", "name": "Fluid Ounces to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Hogshead"}, "factor": 0.0001240079335918272},
{"slug": "fluid-ounces-to-imperial-fl-oz", "name": "Fluid Ounces to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Imperial Fl Oz"}, "factor": 1.040842730786236},
{"slug": "fluid-ounces-to-imperial-gallons", "name": "Fluid Ounces to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Imperial Gallons"}, "factor": 0.006505267067413975},
{"slug": "fluid-ounces-to-imperial-pints", "name": "Fluid Ounces to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Imperial Pints"}, "factor": 0.0520421365393118},
{"slug": "fluid-ounces-to-jiggers", "name": "Fluid Ounces to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Jiggers"}, "factor": 0.6666665816619816},
];