Add hectopascals and hogshead backlog calculators
This commit is contained in:
@@ -535,6 +535,22 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "grams-to-micrograms", "name": "Grams to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Micrograms"}, "factor": 1000000.0},
|
||||
{"slug": "hectopascals-to-pascals", "name": "Hectopascals to Pascals", "category": "pressure", "type": "standard", "labels": {"in1": "Hectopascals", "in2": "Pascals"}, "factor": 100.0},
|
||||
{"slug": "hectopascals-to-millibars", "name": "Hectopascals to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Hectopascals", "in2": "Millibars"}, "factor": 1.0},
|
||||
{"slug": "hectopascals-to-barye", "name": "Hectopascals to Barye", "category": "pressure", "type": "standard", "teaser": "Translate a barometer reading into barye for CGS reference tables.", "labels": {"in1": "Hectopascals", "in2": "Barye"}, "factor": 1000.0},
|
||||
{"slug": "hectopascals-to-cmhg", "name": "Hectopascals to cmHg", "category": "pressure", "type": "standard", "teaser": "Convert hPa into centimeters of mercury for analog barometers.", "labels": {"in1": "Hectopascals", "in2": "cmHg"}, "factor": 0.0750064},
|
||||
{"slug": "hectopascals-to-dynes-per-sq-cm", "name": "Hectopascals to Dynes Per Sq Cm", "category": "pressure", "type": "standard", "teaser": "Express the same pressure in dynes per square centimeter for historic physics notes.", "labels": {"in1": "Hectopascals", "in2": "Dynes Per Sq Cm"}, "factor": 1000.0},
|
||||
{"slug": "hectopascals-to-feet-of-seawater", "name": "Hectopascals to Feet Of Seawater", "category": "pressure", "type": "standard", "teaser": "Place hPa values into feet of seawater head for subsea planning.", "labels": {"in1": "Hectopascals", "in2": "Feet Of Seawater"}, "factor": 0.0326393},
|
||||
{"slug": "hectopascals-to-feet-of-water", "name": "Hectopascals to Feet Of Water", "category": "pressure", "type": "standard", "teaser": "Show hPa readings as feet of fresh water head when sizing pumps.", "labels": {"in1": "Hectopascals", "in2": "Feet Of Water"}, "factor": 0.0334553, "hidden": true},
|
||||
{"slug": "hectopascals-to-inches-of-mercury", "name": "Hectopascals to Inches Of Mercury", "category": "pressure", "type": "standard", "teaser": "Turn hPa into inches of mercury for HVAC and avionics references.", "labels": {"in1": "Hectopascals", "in2": "Inches Of Mercury"}, "factor": 0.02953},
|
||||
{"slug": "hectopascals-to-inches-of-water", "name": "Hectopascals to Inches Of Water", "category": "pressure", "type": "standard", "teaser": "Convert hPa into inches of water column for ductwork specs.", "labels": {"in1": "Hectopascals", "in2": "Inches Of Water"}, "factor": 0.401463},
|
||||
{"slug": "hectopascals-to-kilopascals", "name": "Hectopascals to Kilopascals", "category": "pressure", "type": "standard", "teaser": "Switch hPa directly into kilopascals for SI-friendly documentation.", "labels": {"in1": "Hectopascals", "in2": "Kilopascals"}, "factor": 0.1},
|
||||
{"slug": "hectopascals-to-kpa", "name": "Hectopascals to Kpa", "category": "pressure", "type": "standard", "teaser": "Honor the uppercase abbreviation while delivering the same value.", "labels": {"in1": "Hectopascals", "in2": "Kpa"}, "factor": 0.1},
|
||||
{"slug": "hectopascals-to-megapascals", "name": "Hectopascals to Megapascals", "category": "pressure", "type": "standard", "teaser": "Drop hPa into megapascals for high-pressure equipment press data.", "labels": {"in1": "Hectopascals", "in2": "Megapascals"}, "factor": 0.0001},
|
||||
{"slug": "hectopascals-to-meters-of-seawater", "name": "Hectopascals to Meters Of Seawater", "category": "pressure", "type": "standard", "teaser": "Express hPa as meters of seawater for dive depth comparisons.", "labels": {"in1": "Hectopascals", "in2": "Meters Of Seawater"}, "factor": 0.00994845},
|
||||
{"slug": "hectopascals-to-millimeters-of-mercury", "name": "Hectopascals to Millimeters Of Mercury", "category": "pressure", "type": "standard", "teaser": "Convert hPa into mmHg for medical pressure units.", "labels": {"in1": "Hectopascals", "in2": "Millimeters Of Mercury"}, "factor": 0.750064},
|
||||
{"slug": "hectopascals-to-mmhg", "name": "Hectopascals to Mmhg", "category": "pressure", "type": "standard", "teaser": "Provide another mmHg alias for comfort with different spellings.", "labels": {"in1": "Hectopascals", "in2": "Mmhg"}, "factor": 0.750064},
|
||||
{"slug": "hectopascals-to-technical-atmosphere", "name": "Hectopascals to Technical Atmosphere", "category": "pressure", "type": "standard", "teaser": "Scale hPa into technical atmospheres (kgf/cm\u00b2) for industrial specs.", "labels": {"in1": "Hectopascals", "in2": "Technical Atmosphere"}, "factor": 0.00101972},
|
||||
{"slug": "hectopascals-to-technical-atmosphere-at", "name": "Hectopascals to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "teaser": "Same conversion referencing the \u201cat\u201d abbreviation.", "labels": {"in1": "Hectopascals", "in2": "Technical Atmosphere (at)"}, "factor": 0.00101972},
|
||||
{"slug": "hectopascals-to-torr", "name": "Hectopascals to Torr", "category": "pressure", "type": "standard", "teaser": "See the torr equivalent of atmospheric pressure for vacuum work.", "labels": {"in1": "Hectopascals", "in2": "Torr"}, "factor": 0.750064},
|
||||
{"slug": "joules-to-kilojoules", "name": "Joules to Kilojoules", "category": "energy", "type": "standard", "labels": {"in1": "Joules", "in2": "Kilojoules"}, "factor": 0.001, "hidden": true},
|
||||
{"slug": "kilojoules-to-joules", "name": "Kilojoules to Joules", "category": "energy", "type": "standard", "labels": {"in1": "Kilojoules", "in2": "Joules"}, "factor": 1000.0},
|
||||
{"slug": "micrograms-to-grams", "name": "Micrograms to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Micrograms", "in2": "Grams"}, "factor": 1e-06, "hidden": true},
|
||||
@@ -1246,7 +1262,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "gill-to-drams-fluid", "name": "Gill to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Count the fluid drams inside a gill (32 drams).", "labels": {"in1": "Gill", "in2": "Drams (fluid)"}, "factor": 32.0},
|
||||
{"slug": "gill-to-fluid-ounces", "name": "Gill to Fluid Ounces", "category": "volume", "type": "standard", "teaser": "That gill fill equals 4 US fluid ounces.", "labels": {"in1": "Gill", "in2": "Fluid Ounces"}, "factor": 4.0},
|
||||
{"slug": "gill-to-gallons", "name": "Gill to Gallons", "category": "volume", "type": "standard", "teaser": "Figure out how many gallons the gill pours.", "labels": {"in1": "Gill", "in2": "Gallons"}, "factor": 0.03125},
|
||||
{"slug": "gill-to-hogshead", "name": "Gill to Hogshead", "category": "volume", "type": "standard", "teaser": "Show the gill's size versus a US hogshead.", "labels": {"in1": "Gill", "in2": "Hogshead"}, "factor": 0.0004960337061808119},
|
||||
{"slug": "gill-to-hogshead", "name": "Gill to Hogshead", "category": "volume", "type": "standard", "teaser": "Show the gill's size versus a US hogshead.", "labels": {"in1": "Gill", "in2": "Hogshead"}, "factor": 0.0004960337061808119, "hidden": true},
|
||||
{"slug": "gill-to-imperial-fl-oz", "name": "Gill to Imperial Fl Oz", "category": "volume", "type": "standard", "teaser": "Convert a US gill into imperial fluid ounces.", "labels": {"in1": "Gill", "in2": "Imperial Fl Oz"}, "factor": 4.163370923144944},
|
||||
{"slug": "gill-to-imperial-gallons", "name": "Gill to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Compare a gill with imperial gallons.", "labels": {"in1": "Gill", "in2": "Imperial Gallons"}, "factor": 0.026021068269655903},
|
||||
{"slug": "gill-to-imperial-pints", "name": "Gill to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Express a gill as a fraction of an imperial pint.", "labels": {"in1": "Gill", "in2": "Imperial Pints"}, "factor": 0.20816854615724723},
|
||||
@@ -1674,6 +1690,29 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "bushels-to-gallons", "name": "Bushels to Gallons", "category": "volume", "type": "standard", "teaser": "Turn bushels into gallons (8 gallons per bushel).", "labels": {"in1": "Bushels", "in2": "Gallons"}, "factor": 8.0},
|
||||
{"slug": "pecks-to-gallons", "name": "Pecks to Gallons", "category": "volume", "type": "standard", "teaser": "Convert pecks into gallons (2 gallons per peck).", "labels": {"in1": "Pecks", "in2": "Gallons"}, "factor": 2.0},
|
||||
{"slug": "hogshead-to-gallons", "name": "Hogshead to Gallons", "category": "volume", "type": "standard", "teaser": "Express hogsheads in gallons for barrel sizing.", "labels": {"in1": "Hogshead", "in2": "Gallons"}, "factor": 63.0},
|
||||
{"slug": "hogshead-to-acre-feet", "name": "Hogshead to Acre-feet", "category": "volume", "type": "standard", "teaser": "Compare a hogshead with an acre-foot when sketching reservoir volumes.", "labels": {"in1": "Hogshead", "in2": "Acre-feet"}, "factor": 0.00019334},
|
||||
{"slug": "hogshead-to-barrel-us-oil", "name": "Hogshead to Barrel (us Oil)", "category": "volume", "type": "standard", "teaser": "Convert hogsheads into US oil barrels for energy reporting.", "labels": {"in1": "Hogshead", "in2": "Barrel (us Oil)"}, "factor": 1.5},
|
||||
{"slug": "hogshead-to-bushels", "name": "Hogshead to Bushels", "category": "volume", "type": "standard", "teaser": "Translate a hogshead of grain into dry bushels for shipping estimates.", "labels": {"in1": "Hogshead", "in2": "Bushels"}, "factor": 6.767517},
|
||||
{"slug": "hogshead-to-centiliters", "name": "Hogshead to Centiliters", "category": "volume", "type": "standard", "teaser": "Spread a hogshead across centiliters when counting bottles.", "labels": {"in1": "Hogshead", "in2": "Centiliters"}, "factor": 23848.1},
|
||||
{"slug": "hogshead-to-cubic-centimeters", "name": "Hogshead to Cubic Centimeters", "category": "volume", "type": "standard", "teaser": "Show a hogshead in cubic centimeters for lab-scale references.", "labels": {"in1": "Hogshead", "in2": "Cubic Centimeters"}, "factor": 238481.0},
|
||||
{"slug": "hogshead-to-cubic-feet", "name": "Hogshead to Cubic Feet", "category": "volume", "type": "standard", "teaser": "Switch a hogshead into cubic feet for storage planning.", "labels": {"in1": "Hogshead", "in2": "Cubic Feet"}, "factor": 8.421877},
|
||||
{"slug": "hogshead-to-cubic-inches", "name": "Hogshead to Cubic Inches", "category": "volume", "type": "standard", "teaser": "Expand a hogshead into cubic inches for detailed packaging math.", "labels": {"in1": "Hogshead", "in2": "Cubic Inches"}, "factor": 14553.0},
|
||||
{"slug": "hogshead-to-cubic-meters", "name": "Hogshead to Cubic Meters", "category": "volume", "type": "standard", "teaser": "Turn a hogshead into cubic meters for container freight planning.", "labels": {"in1": "Hogshead", "in2": "Cubic Meters"}, "factor": 0.238481},
|
||||
{"slug": "hogshead-to-cubic-yards", "name": "Hogshead to Cubic Yards", "category": "volume", "type": "standard", "teaser": "Express a hogshead as cubic yards when moving bulk liquids.", "labels": {"in1": "Hogshead", "in2": "Cubic Yards"}, "factor": 0.311921, "hidden": true},
|
||||
{"slug": "hogshead-to-drams-fluid", "name": "Hogshead to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Scale a hogshead into fluid drams for compounding narratives.", "labels": {"in1": "Hogshead", "in2": "Drams (fluid)"}, "factor": 64512.0},
|
||||
{"slug": "hogshead-to-fluid-ounces", "name": "Hogshead to Fluid Ounces", "category": "volume", "type": "standard", "teaser": "See the same hogshead amount as fluid ounces for large recipes.", "labels": {"in1": "Hogshead", "in2": "Fluid Ounces"}, "factor": 8064.0},
|
||||
{"slug": "hogshead-to-gill", "name": "Hogshead to Gill", "category": "volume", "type": "standard", "teaser": "Compare hogsheads with gills to highlight extreme volume differences.", "labels": {"in1": "Hogshead", "in2": "Gill"}, "factor": 2016.0},
|
||||
{"slug": "hogshead-to-imperial-fl-oz", "name": "Hogshead to Imperial Fl Oz", "category": "volume", "type": "standard", "teaser": "Convert to Imperial fluid ounces for UK shipping contexts.", "labels": {"in1": "Hogshead", "in2": "Imperial Fl Oz"}, "factor": 8393.36},
|
||||
{"slug": "hogshead-to-imperial-gallons", "name": "Hogshead to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Show hogsheads in Imperial gallons for imperial conversions.", "labels": {"in1": "Hogshead", "in2": "Imperial Gallons"}, "factor": 52.458486},
|
||||
{"slug": "hogshead-to-imperial-pints", "name": "Hogshead to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Provide Imperial pint equivalents for recipes.", "labels": {"in1": "Hogshead", "in2": "Imperial Pints"}, "factor": 419.66789},
|
||||
{"slug": "hogshead-to-jiggers", "name": "Hogshead to Jiggers", "category": "volume", "type": "standard", "teaser": "Translate hogsheads into jiggers for beverage batch planning.", "labels": {"in1": "Hogshead", "in2": "Jiggers"}, "factor": 5376.0},
|
||||
{"slug": "hogshead-to-milliliters", "name": "Hogshead to Milliliters", "category": "volume", "type": "standard", "teaser": "Turn a hogshead into milliliters for laboratory reagents.", "labels": {"in1": "Hogshead", "in2": "Milliliters"}, "factor": 238481.0},
|
||||
{"slug": "hogshead-to-minims", "name": "Hogshead to Minims", "category": "volume", "type": "standard", "teaser": "Scale a hogshead into minims when outlining very fine dispensing.", "labels": {"in1": "Hogshead", "in2": "Minims"}, "factor": 3902416.43},
|
||||
{"slug": "hogshead-to-pecks", "name": "Hogshead to Pecks", "category": "volume", "type": "standard", "teaser": "Express a hogshead as dry pecks for agricultural lots.", "labels": {"in1": "Hogshead", "in2": "Pecks"}, "factor": 27.070066},
|
||||
{"slug": "hogshead-to-pints", "name": "Hogshead to Pints", "category": "volume", "type": "standard", "teaser": "Convert hogsheads into US pints for beverage forecasting.", "labels": {"in1": "Hogshead", "in2": "Pints"}, "factor": 504.0},
|
||||
{"slug": "hogshead-to-quarts", "name": "Hogshead to Quarts", "category": "volume", "type": "standard", "teaser": "Translate hogshead volume into quarts for storage planning.", "labels": {"in1": "Hogshead", "in2": "Quarts"}, "factor": 252.0},
|
||||
{"slug": "hogshead-to-tablespoons", "name": "Hogshead to Tablespoons", "category": "volume", "type": "standard", "teaser": "Cover a hogshead amount with tablespoons for playful analogies.", "labels": {"in1": "Hogshead", "in2": "Tablespoons"}, "factor": 16128.0},
|
||||
{"slug": "hogshead-to-teaspoons", "name": "Hogshead to Teaspoons", "category": "volume", "type": "standard", "teaser": "Show a hogshead in teaspoons for whimsical measurement comparisons.", "labels": {"in1": "Hogshead", "in2": "Teaspoons"}, "factor": 48384.0},
|
||||
{"slug": "rad-to-rem", "name": "Rad to Rem", "category": "radiation", "type": "standard", "teaser": "Treat rads and rems as equivalent for gamma exposures.", "labels": {"in1": "Rad", "in2": "Rem"}, "factor": 1.0},
|
||||
{"slug": "radians-to-gradians", "name": "Radians to Gradians", "category": "angle", "type": "standard", "teaser": "Translate radians into gradians.", "labels": {"in1": "Radians", "in2": "Gradians"}, "factor": 63.66197723675814},
|
||||
{"slug": "radians-to-mils", "name": "Radians to Mils", "category": "angle", "type": "standard", "teaser": "Express radians as mils for precision shooting.", "labels": {"in1": "Radians", "in2": "Mils"}, "factor": 1000.0},
|
||||
@@ -2108,7 +2147,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "barye-to-dynes-per-sq-cm", "name": "Barye to Dynes Per Sq Cm", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Dynes Per Sq Cm"}},
|
||||
{"slug": "barye-to-feet-of-seawater", "name": "Barye to Feet Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Barye", "in2": "Feet Of Seawater"}, "factor": 3.2594581222958305e-05},
|
||||
{"slug": "barye-to-feet-of-water", "name": "Barye to Feet Of Water", "category": "length", "type": "standard", "labels": {"in1": "Barye", "in2": "Feet Of Water"}, "factor": 3.349601334800432e-05, "hidden": true},
|
||||
{"slug": "barye-to-hectopascals", "name": "Barye to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Hectopascals"}, "factor": 0.001},
|
||||
{"slug": "barye-to-hectopascals", "name": "Barye to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Hectopascals"}, "factor": 0.001, "hidden": true},
|
||||
{"slug": "barye-to-inches-of-mercury", "name": "Barye to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Inches Of Mercury"}, "factor": 2.9529980164712325e-05},
|
||||
{"slug": "barye-to-inches-of-water", "name": "Barye to Inches Of Water", "category": "length", "type": "standard", "labels": {"in1": "Barye", "in2": "Inches Of Water"}, "factor": 0.0004018645481359964},
|
||||
{"slug": "barye-to-kilopascals", "name": "Barye to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Kilopascals"}, "factor": 0.0001},
|
||||
@@ -2179,7 +2218,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "bushels-to-drams-fluid", "name": "Bushels to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Drams (fluid)"}, "factor": 9532.59774891775},
|
||||
{"slug": "bushels-to-fluid-ounces", "name": "Bushels to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Fluid Ounces"}, "factor": 1191.5747186147187},
|
||||
{"slug": "bushels-to-gill", "name": "Bushels to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Gill"}, "factor": 297.89367965367967},
|
||||
{"slug": "bushels-to-hogshead", "name": "Bushels to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Hogshead"}, "factor": 0.1477647218397696},
|
||||
{"slug": "bushels-to-hogshead", "name": "Bushels to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Hogshead"}, "factor": 0.1477647218397696, "hidden": true},
|
||||
{"slug": "bushels-to-imperial-fl-oz", "name": "Bushels to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Fl Oz"}, "factor": 1240.2418840587845},
|
||||
{"slug": "bushels-to-imperial-gallons", "name": "Bushels to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Gallons"}, "factor": 7.751511775367404},
|
||||
{"slug": "bushels-to-imperial-pints", "name": "Bushels to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Pints"}, "factor": 62.01209420293923},
|
||||
@@ -2325,7 +2364,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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, "hidden": true},
|
||||
{"slug": "centiliters-to-hogshead", "name": "Centiliters to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Hogshead"}, "factor": 4.1932071743098554e-05},
|
||||
{"slug": "centiliters-to-hogshead", "name": "Centiliters to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Hogshead"}, "factor": 4.1932071743098554e-05, "hidden": true},
|
||||
{"slug": "centiliters-to-imperial-fl-oz", "name": "Centiliters to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Fl Oz"}, "factor": 0.35195079727854045},
|
||||
{"slug": "centiliters-to-imperial-gallons", "name": "Centiliters to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Gallons"}, "factor": 0.0021996924829908782},
|
||||
{"slug": "centiliters-to-imperial-pints", "name": "Centiliters to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Pints"}, "factor": 0.017597539863927026},
|
||||
@@ -2365,7 +2404,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "dynes-per-sq-cm-to-cmhg", "name": "Dynes Per Sq Cm to Cmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Cmhg"}, "factor": 7.500637554192107e-05},
|
||||
{"slug": "dynes-per-sq-cm-to-feet-of-seawater", "name": "Dynes Per Sq Cm to Feet Of Seawater", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Feet Of Seawater"}, "factor": 3.2594581222958305e-05},
|
||||
{"slug": "dynes-per-sq-cm-to-feet-of-water", "name": "Dynes Per Sq Cm to Feet Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Feet Of Water"}, "factor": 3.349601334800432e-05, "hidden": true},
|
||||
{"slug": "dynes-per-sq-cm-to-hectopascals", "name": "Dynes Per Sq Cm to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Hectopascals"}, "factor": 0.001},
|
||||
{"slug": "dynes-per-sq-cm-to-hectopascals", "name": "Dynes Per Sq Cm to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Hectopascals"}, "factor": 0.001, "hidden": true},
|
||||
{"slug": "dynes-per-sq-cm-to-inches-of-mercury", "name": "Dynes Per Sq Cm to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Inches Of Mercury"}, "factor": 2.9529980164712325e-05},
|
||||
{"slug": "dynes-per-sq-cm-to-inches-of-water", "name": "Dynes Per Sq Cm to Inches Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Inches Of Water"}, "factor": 0.0004018645481359964},
|
||||
{"slug": "dynes-per-sq-cm-to-kilopascals", "name": "Dynes Per Sq Cm to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Kilopascals"}, "factor": 0.0001},
|
||||
@@ -2487,7 +2526,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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-hogshead", "name": "Fluid Ounces to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Hogshead"}, "factor": 0.0001240079335918272, "hidden": true},
|
||||
{"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},
|
||||
|
||||
Reference in New Issue
Block a user