Add US gallon and pint conversions
This commit is contained in:
@@ -1389,8 +1389,8 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "imperial-fl-oz-to-quarts", "name": "Imperial fl oz to Quarts", "category": "volume", "type": "standard", "teaser": "Convert Imperial ounces into Imperial quarts for batch scaling.", "labels": {"in1": "Imperial fl oz", "in2": "Quarts"}, "factor": 0.1},
|
||||
{"slug": "imperial-fl-oz-to-tablespoons", "name": "Imperial fl oz to Tablespoons", "category": "volume", "type": "standard", "teaser": "Translate Imperial ounces into tablespoons for kitchen math.", "labels": {"in1": "Imperial fl oz", "in2": "Tablespoons"}, "factor": 1.9215198808077678},
|
||||
{"slug": "imperial-fl-oz-to-teaspoons", "name": "Imperial fl oz to Teaspoons", "category": "volume", "type": "standard", "teaser": "Convert Imperial ounces into teaspoons for baking conversions.", "labels": {"in1": "Imperial fl oz", "in2": "Teaspoons"}, "factor": 5.764559642423304},
|
||||
{"slug": "imperial-fl-oz-to-us-gallons", "name": "Imperial fl oz to Us Gallons", "category": "volume", "type": "standard", "teaser": "Express Imperial ounces as US gallons for international comparisons.", "labels": {"in1": "Imperial fl oz", "in2": "Us Gallons"}, "factor": 0.007505937034405343},
|
||||
{"slug": "imperial-fl-oz-to-us-pints", "name": "Imperial fl oz to Us Pints", "category": "volume", "type": "standard", "teaser": "Convert Imperial ounces into US pints for mixed recipes.", "labels": {"in1": "Imperial fl oz", "in2": "Us Pints"}, "factor": 0.060047496275242744},
|
||||
{"slug": "imperial-fl-oz-to-us-gallons", "name": "Imperial fl oz to Us Gallons", "category": "volume", "type": "standard", "teaser": "Express Imperial ounces as US gallons for international comparisons.", "labels": {"in1": "Imperial fl oz", "in2": "Us Gallons"}, "factor": 0.007505937034405343, "hidden": true},
|
||||
{"slug": "imperial-fl-oz-to-us-pints", "name": "Imperial fl oz to Us Pints", "category": "volume", "type": "standard", "teaser": "Convert Imperial ounces into US pints for mixed recipes.", "labels": {"in1": "Imperial fl oz", "in2": "Us Pints"}, "factor": 0.060047496275242744, "hidden": true},
|
||||
{"slug": "imperial-gallons-to-liters", "name": "Imperial gallons to Liters", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons to Liters instantly.", "labels": {"in1": "Imperial gallons", "in2": "Liters"}, "factor": 4.54609},
|
||||
{"slug": "imperial-gallons-to-us-gallons", "name": "Imperial gallons to US gallons", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons to US gallons instantly.", "labels": {"in1": "Imperial gallons", "in2": "US gallons"}, "factor": 1.20095},
|
||||
{"slug": "imperial-gallons-to-gallons", "name": "Imperial gallons to Gallons", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons into US Gallons for quick cross-Atlantic pours.", "labels": {"in1": "Imperial gallons", "in2": "Gallons"}, "factor": 1.2009499255048548},
|
||||
@@ -1420,6 +1420,26 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "imperial-gallons-to-drams-fluid", "name": "Imperial gallons to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons into drams when precision is required.", "labels": {"in1": "Imperial gallons", "in2": "Drams (fluid)"}, "factor": 1280.0},
|
||||
{"slug": "imperial-gallons-to-fluid-ounces", "name": "Imperial gallons to Fluid Ounces", "category": "volume", "type": "standard", "teaser": "Express Imperial gallons in fluid ounces for bartender speed.", "labels": {"in1": "Imperial gallons", "in2": "Fluid Ounces"}, "factor": 160.0},
|
||||
{"slug": "us-gallons-to-imperial-gallons", "name": "US gallons to Imperial gallons", "category": "volume", "type": "standard", "teaser": "Flip US gallons into Imperial gallons for volume swaps.", "labels": {"in1": "US gallons", "in2": "Imperial gallons"}, "factor": 0.832674, "hidden": true},
|
||||
{"slug": "us-gallons-to-acre-feet", "name": "US Gallons to Acre-feet", "category": "volume", "type": "standard", "teaser": "Convert watering-gallon volumes into acre-feet to describe reservoir storage.", "labels": {"in1": "US Gallons", "in2": "Acre-feet"}, "factor": 3.0688832772166106e-06},
|
||||
{"slug": "us-gallons-to-barrel-us-oil", "name": "US Gallons to Barrel (us Oil)", "category": "volume", "type": "standard", "teaser": "Translate gallon-level inputs into US oil barrels for pipeline planning.", "labels": {"in1": "US Gallons", "in2": "Barrel (us Oil)"}, "factor": 0.02380952380952381},
|
||||
{"slug": "us-gallons-to-bushels", "name": "US Gallons to Bushels", "category": "volume", "type": "standard", "teaser": "Show gallons as bushels when handling large dry commodities.", "labels": {"in1": "US Gallons", "in2": "Bushels"}, "factor": 0.10742087592191293, "hidden": true},
|
||||
{"slug": "us-gallons-to-centiliters", "name": "US Gallons to Centiliters", "category": "volume", "type": "standard", "teaser": "Rescale gallons into centiliters for detailed lab conversions.", "labels": {"in1": "US Gallons", "in2": "Centiliters"}, "factor": 378.5411784},
|
||||
{"slug": "us-gallons-to-cubic-centimeters", "name": "US Gallons to Cubic Centimeters", "category": "volume", "type": "standard", "teaser": "Express gallon volumes as cubic centimeters for precision engineering.", "labels": {"in1": "US Gallons", "in2": "Cubic Centimeters"}, "factor": 3785.411784},
|
||||
{"slug": "us-gallons-to-cubic-feet", "name": "US Gallons to Cubic Feet", "category": "volume", "type": "standard", "teaser": "Convert gallons into cubic feet for HVAC and plumbing planning.", "labels": {"in1": "US Gallons", "in2": "Cubic Feet"}, "factor": 0.13368055555555555},
|
||||
{"slug": "us-gallons-to-cubic-inches", "name": "US Gallons to Cubic Inches", "category": "volume", "type": "standard", "teaser": "Translate gallons into cubic inches for injector and tooling data.", "labels": {"in1": "US Gallons", "in2": "Cubic Inches"}, "factor": 231.0},
|
||||
{"slug": "us-gallons-to-cubic-meters", "name": "US Gallons to Cubic Meters", "category": "volume", "type": "standard", "teaser": "Shift gallons into cubic meters when referencing SI-compliant volumes.", "labels": {"in1": "US Gallons", "in2": "Cubic Meters"}, "factor": 0.003785411784},
|
||||
{"slug": "us-gallons-to-drams-fluid", "name": "US Gallons to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Break gallons into fluid drams for historical pharmacy records.", "labels": {"in1": "US Gallons", "in2": "Drams (fluid)"}, "factor": 1024.0},
|
||||
{"slug": "us-gallons-to-fluid-ounces", "name": "US Gallons to Fluid Ounces", "category": "volume", "type": "standard", "teaser": "Scale gallons down to fluid ounces for mixology measures.", "labels": {"in1": "US Gallons", "in2": "Fluid Ounces"}, "factor": 128.0},
|
||||
{"slug": "us-gallons-to-hogshead", "name": "US Gallons to Hogshead", "category": "volume", "type": "standard", "teaser": "Convert gallons into hogsheads when sizing barrel-based shipping.", "labels": {"in1": "US Gallons", "in2": "Hogshead"}, "factor": 0.015873015873015872},
|
||||
{"slug": "us-gallons-to-imperial-fl-oz", "name": "US Gallons to Imperial Fl Oz", "category": "volume", "type": "standard", "teaser": "Compare US gallons with Imperial fluid ounces for dual-system reports.", "labels": {"in1": "US Gallons", "in2": "Imperial Fl Oz"}, "factor": 133.2278695406382},
|
||||
{"slug": "us-gallons-to-imperial-pints", "name": "US Gallons to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Express gallons as Imperial pints for UK/US crossover math.", "labels": {"in1": "US Gallons", "in2": "Imperial Pints"}, "factor": 6.661393477031911},
|
||||
{"slug": "us-gallons-to-jiggers", "name": "US Gallons to Jiggers", "category": "volume", "type": "standard", "teaser": "Turn gallons into jiggers when translating bar mixes.", "labels": {"in1": "US Gallons", "in2": "Jiggers"}, "factor": 85.33333333333333},
|
||||
{"slug": "us-gallons-to-liters", "name": "US Gallons to Liters", "category": "volume", "type": "standard", "teaser": "Switch from gallons to liters for SI-friendly discussions.", "labels": {"in1": "US Gallons", "in2": "Liters"}, "factor": 3.785411784},
|
||||
{"slug": "us-gallons-to-milliliters", "name": "US Gallons to Milliliters", "category": "volume", "type": "standard", "teaser": "Push gallon volumes into milliliters for lab-level detail.", "labels": {"in1": "US Gallons", "in2": "Milliliters"}, "factor": 3785.411784},
|
||||
{"slug": "us-gallons-to-minims", "name": "US Gallons to Minims", "category": "volume", "type": "standard", "teaser": "Express gallons in minims for tiny apothecary flows.", "labels": {"in1": "US Gallons", "in2": "Minims"}, "factor": 61440.0},
|
||||
{"slug": "us-gallons-to-pecks", "name": "US Gallons to Pecks", "category": "volume", "type": "standard", "teaser": "Convert gallons into pecks when bridging liquid and dry bulk.", "labels": {"in1": "US Gallons", "in2": "Pecks"}, "factor": 0.4296835036876517},
|
||||
{"slug": "us-gallons-to-pints", "name": "US Gallons to Pints", "category": "volume", "type": "standard", "teaser": "Relate gallons to pints to handle recipe scaling on the fly.", "labels": {"in1": "US Gallons", "in2": "Pints"}, "factor": 8.0},
|
||||
{"slug": "us-gallons-to-quarts", "name": "US Gallons to Quarts", "category": "volume", "type": "standard", "teaser": "Convert gallons into quarts for everyday bartending math.", "labels": {"in1": "US Gallons", "in2": "Quarts"}, "factor": 4.0},
|
||||
{"slug": "imperial-pints-to-us-pints", "name": "Imperial pints to US pints", "category": "volume", "type": "standard", "teaser": "Convert Imperial pints to US pints instantly.", "labels": {"in1": "Imperial pints", "in2": "US pints"}, "factor": 1.20095},
|
||||
{"slug": "inch-pounds-to-foot-pounds", "name": "Inch-Pounds to Foot-Pounds", "category": "force", "type": "standard", "teaser": "Convert Inch-Pounds to Foot-Pounds instantly.", "labels": {"in1": "Inch-Pounds", "in2": "Foot-Pounds"}, "factor": 0.0833333, "hidden": true},
|
||||
{"slug": "inch-pounds-to-newton-meters", "name": "Inch-Pounds to Newton-Meters", "category": "force", "type": "standard", "teaser": "Convert Inch-Pounds to Newton-Meters instantly.", "labels": {"in1": "Inch-Pounds", "in2": "Newton-Meters"}, "factor": 0.112985, "hidden": true},
|
||||
@@ -1456,8 +1476,8 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "jiggers-to-quarts", "name": "Jiggers to Quarts", "category": "volume", "type": "standard", "teaser": "Scale jiggers into US quarts for frequent hospitality conversions.", "labels": {"in1": "Jiggers", "in2": "Quarts"}, "factor": 0.15612642952515238},
|
||||
{"slug": "jiggers-to-tablespoons", "name": "Jiggers to Tablespoons", "category": "volume", "type": "standard", "teaser": "Turn jiggers into tablespoons for battering recipes.", "labels": {"in1": "Jiggers", "in2": "Tablespoons"}, "factor": 3.0000003825211317},
|
||||
{"slug": "jiggers-to-teaspoons", "name": "Jiggers to Teaspoons", "category": "volume", "type": "standard", "teaser": "Convert jiggers into teaspoons for fine baking metrics.", "labels": {"in1": "Jiggers", "in2": "Teaspoons"}, "factor": 9.000001147563395},
|
||||
{"slug": "jiggers-to-us-gallons", "name": "Jiggers to US Gallons", "category": "volume", "type": "standard", "teaser": "Stack jiggers up into US gallons for state-side events.", "labels": {"in1": "Jiggers", "in2": "US Gallons"}, "factor": 0.01171875149422317},
|
||||
{"slug": "jiggers-to-us-pints", "name": "Jiggers to US Pints", "category": "volume", "type": "standard", "teaser": "Flip jiggers into US pints for cross-hemisphere menus.", "labels": {"in1": "Jiggers", "in2": "US Pints"}, "factor": 0.09375001195378536},
|
||||
{"slug": "jiggers-to-us-gallons", "name": "Jiggers to US Gallons", "category": "volume", "type": "standard", "teaser": "Stack jiggers up into US gallons for state-side events.", "labels": {"in1": "Jiggers", "in2": "US Gallons"}, "factor": 0.01171875149422317, "hidden": true},
|
||||
{"slug": "jiggers-to-us-pints", "name": "Jiggers to US Pints", "category": "volume", "type": "standard", "teaser": "Flip jiggers into US pints for cross-hemisphere menus.", "labels": {"in1": "Jiggers", "in2": "US Pints"}, "factor": 0.09375001195378536, "hidden": true},
|
||||
{"slug": "joules-to-btu", "name": "Joules to BTU", "category": "energy", "type": "standard", "teaser": "Convert Joules to BTU instantly.", "labels": {"in1": "Joules", "in2": "BTU"}, "factor": 0.000947817},
|
||||
{"slug": "joules-to-electron-volts", "name": "Joules to Electron-volts", "category": "energy", "type": "standard", "teaser": "Convert Joules to Electron-volts instantly.", "labels": {"in1": "Joules", "in2": "Electron-volts"}, "factor": 6.24151e+18},
|
||||
{"slug": "joules-to-foot-pounds", "name": "Joules to Foot-pounds", "category": "force", "type": "standard", "teaser": "Convert Joules to Foot-pounds instantly.", "labels": {"in1": "Joules", "in2": "Foot-pounds"}, "factor": 0.737562},
|
||||
@@ -1558,7 +1578,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "gill-to-tablespoons", "name": "Gill to Tablespoons", "category": "volume", "type": "standard", "teaser": "Count tablespoons inside a gill (8 tablespoons).", "labels": {"in1": "Gill", "in2": "Tablespoons"}, "factor": 8.0},
|
||||
{"slug": "gill-to-teaspoons", "name": "Gill to Teaspoons", "category": "volume", "type": "standard", "teaser": "Express a gill as 24 US teaspoons.", "labels": {"in1": "Gill", "in2": "Teaspoons"}, "factor": 24.0},
|
||||
{"slug": "gill-to-us-gallons", "name": "Gill to US Gallons", "category": "volume", "type": "standard", "teaser": "Compare a gill with a US gallon for recipe scaling.", "labels": {"in1": "Gill", "in2": "US Gallons"}, "factor": 0.03125},
|
||||
{"slug": "gill-to-us-pints", "name": "Gill to US Pints", "category": "volume", "type": "standard", "teaser": "Express a gill as a fraction of a US pint when scaling drinks.", "labels": {"in1": "Gill", "in2": "US Pints"}, "factor": 0.25},
|
||||
{"slug": "gill-to-us-pints", "name": "Gill to US Pints", "category": "volume", "type": "standard", "teaser": "Express a gill as a fraction of a US pint when scaling drinks.", "labels": {"in1": "Gill", "in2": "US Pints"}, "factor": 0.25, "hidden": true},
|
||||
{"slug": "gill-to-milliliters", "name": "Gill to Milliliters", "category": "volume", "type": "standard", "teaser": "A bartender pours two US gills; how many milliliters should the glass hold?", "labels": {"in1": "Gill", "in2": "Milliliters"}, "factor": 118.294},
|
||||
{"slug": "gradians-to-degrees", "name": "Gradians to Degrees", "category": "angle", "type": "standard", "teaser": "A surveyor logs 100 gradians; what is that angle in degrees?", "labels": {"in1": "Gradians", "in2": "Degrees"}, "factor": 0.9},
|
||||
{"slug": "gradians-to-radians", "name": "Gradians to Radians", "category": "angle", "type": "standard", "teaser": "A control dial sweeps 200 gradians; what is that rotation in radians?", "labels": {"in1": "Gradians", "in2": "Radians"}, "factor": 0.01570796, "hidden": true},
|
||||
@@ -1975,6 +1995,26 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "us-gallons-to-cups", "name": "US Gallons to Cups", "category": "volume", "type": "standard", "teaser": "Turn US gallons into cups for bulk mixing (16 cups per gallon).", "labels": {"in1": "US Gallons", "in2": "Cups"}, "factor": 16.0},
|
||||
{"slug": "barrel-us-oil-to-liters", "name": "Barrel (US oil) to Liters", "category": "volume", "type": "standard", "teaser": "Express a US oil barrel in liters for metric oil reporting.", "labels": {"in1": "Barrel (US oil)", "in2": "Liters"}, "factor": 158.987294928},
|
||||
{"slug": "us-pints-to-cups", "name": "US Pints to Cups", "category": "volume", "type": "standard", "teaser": "Convert US pints into cups (2 cups per pint).", "labels": {"in1": "US Pints", "in2": "Cups"}, "factor": 2.0},
|
||||
{"slug": "us-pints-to-acre-feet", "name": "US Pints to Acre-feet", "category": "volume", "type": "standard", "teaser": "Convert pint-level flows into acre-feet for reservoir-scale comparisons.", "labels": {"in1": "US Pints", "in2": "Acre-feet"}, "factor": 3.8361040965207633e-07},
|
||||
{"slug": "us-pints-to-barrel-us-oil", "name": "US Pints to Barrel (us Oil)", "category": "volume", "type": "standard", "teaser": "Translate pint counts into US oil barrels for pipeline math.", "labels": {"in1": "US Pints", "in2": "Barrel (us Oil)"}, "factor": 0.002976190476190476},
|
||||
{"slug": "us-pints-to-bushels", "name": "US Pints to Bushels", "category": "volume", "type": "standard", "teaser": "Express pints as bushels when planning bulk produce moves.", "labels": {"in1": "US Pints", "in2": "Bushels"}, "factor": 0.013427609490239117, "hidden": true},
|
||||
{"slug": "us-pints-to-centiliters", "name": "US Pints to Centiliters", "category": "volume", "type": "standard", "teaser": "Rescale pint measures into centiliters for lab conversions.", "labels": {"in1": "US Pints", "in2": "Centiliters"}, "factor": 47.3176473},
|
||||
{"slug": "us-pints-to-cubic-centimeters", "name": "US Pints to Cubic Centimeters", "category": "volume", "type": "standard", "teaser": "Turn pints into cubic centimeters for precision tooling.", "labels": {"in1": "US Pints", "in2": "Cubic Centimeters"}, "factor": 473.176473},
|
||||
{"slug": "us-pints-to-cubic-feet", "name": "US Pints to Cubic Feet", "category": "volume", "type": "standard", "teaser": "Convert pint volumes into cubic feet for HVAC planning.", "labels": {"in1": "US Pints", "in2": "Cubic Feet"}, "factor": 0.016710069444444444},
|
||||
{"slug": "us-pints-to-cubic-inches", "name": "US Pints to Cubic Inches", "category": "volume", "type": "standard", "teaser": "Express small pint volumes as cubic inches for equipment specs.", "labels": {"in1": "US Pints", "in2": "Cubic Inches"}, "factor": 28.875},
|
||||
{"slug": "us-pints-to-cubic-meters", "name": "US Pints to Cubic Meters", "category": "volume", "type": "standard", "teaser": "Shift pint numbers into cubic meters for SI friendly reporting.", "labels": {"in1": "US Pints", "in2": "Cubic Meters"}, "factor": 0.000473176473},
|
||||
{"slug": "us-pints-to-drams-fluid", "name": "US Pints to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Break pints into fluid drams for traditional apothecary lists.", "labels": {"in1": "US Pints", "in2": "Drams (fluid)"}, "factor": 128.0},
|
||||
{"slug": "us-pints-to-fluid-ounces", "name": "US Pints to Fluid Ounces", "category": "volume", "type": "standard", "teaser": "Scale pints down to fl oz for beverage pours.", "labels": {"in1": "US Pints", "in2": "Fluid Ounces"}, "factor": 16.0},
|
||||
{"slug": "us-pints-to-gallons", "name": "US Pints to Gallons", "category": "volume", "type": "standard", "teaser": "Relate pints back to gallons (1 pint = 0.125 gallons).", "labels": {"in1": "US Pints", "in2": "Gallons"}, "factor": 0.125},
|
||||
{"slug": "us-pints-to-gill", "name": "US Pints to Gill", "category": "volume", "type": "standard", "teaser": "Express pints in gills for brewer and mixologist reference.", "labels": {"in1": "US Pints", "in2": "Gill"}, "factor": 4.0},
|
||||
{"slug": "us-pints-to-hogshead", "name": "US Pints to Hogshead", "category": "volume", "type": "standard", "teaser": "Convert pint counts into hogsheads for barrel planning.", "labels": {"in1": "US Pints", "in2": "Hogshead"}, "factor": 0.001984126984126984},
|
||||
{"slug": "us-pints-to-imperial-fl-oz", "name": "US Pints to Imperial Fl Oz", "category": "volume", "type": "standard", "teaser": "Compare US pint volumes with Imperial fluid ounces for dual-system tables.", "labels": {"in1": "US Pints", "in2": "Imperial Fl Oz"}, "factor": 16.653483692579776},
|
||||
{"slug": "us-pints-to-imperial-gallons", "name": "US Pints to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Frame US pints as Imperial gallons when thinking across the pond.", "labels": {"in1": "US Pints", "in2": "Imperial Gallons"}, "factor": 0.10408427307862361, "hidden": true},
|
||||
{"slug": "us-pints-to-jiggers", "name": "US Pints to Jiggers", "category": "volume", "type": "standard", "teaser": "Express pint servings as jiggers for cocktail journaling.", "labels": {"in1": "US Pints", "in2": "Jiggers"}, "factor": 10.666666666666666},
|
||||
{"slug": "us-pints-to-liters", "name": "US Pints to Liters", "category": "volume", "type": "standard", "teaser": "Turn pint measures into liters for metric-aligned narratives.", "labels": {"in1": "US Pints", "in2": "Liters"}, "factor": 0.473176473},
|
||||
{"slug": "us-pints-to-milliliters", "name": "US Pints to Milliliters", "category": "volume", "type": "standard", "teaser": "Express pints in milliliters for lab-level documentation.", "labels": {"in1": "US Pints", "in2": "Milliliters"}, "factor": 473.176473},
|
||||
{"slug": "us-pints-to-minims", "name": "US Pints to Minims", "category": "volume", "type": "standard", "teaser": "Convert pint totals into minims for micro-apothecary notes.", "labels": {"in1": "US Pints", "in2": "Minims"}, "factor": 7680.0},
|
||||
{"slug": "us-pints-to-pecks", "name": "US Pints to Pecks", "category": "volume", "type": "standard", "teaser": "Translate pint volumes into pecks to cross dry-bulk conversations.", "labels": {"in1": "US Pints", "in2": "Pecks"}, "factor": 0.05371043796095647},
|
||||
{"slug": "barrel-us-oil-to-cups", "name": "Barrel (US oil) to Cups", "category": "volume", "type": "standard", "teaser": "Compare an oil barrel with cups for refinery math.", "labels": {"in1": "Barrel (US oil)", "in2": "Cups"}, "factor": 672.0},
|
||||
{"slug": "minims-to-cups", "name": "Minims to Cups", "category": "volume", "type": "standard", "teaser": "Step minims up to cups for grander-volume conversions.", "labels": {"in1": "Minims", "in2": "Cups"}, "factor": 0.260416582461825, "hidden": true},
|
||||
{"slug": "liters-to-drams", "name": "Liters to Drams", "category": "volume", "type": "standard", "teaser": "Express liters as fluid drams for compact dosing notes.", "labels": {"in1": "Liters", "in2": "Drams"}, "factor": 270.5121816},
|
||||
@@ -2724,8 +2764,8 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "centiliters-to-quarts", "name": "Centiliters to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Quarts"}, "factor": 0.010566882094325937},
|
||||
{"slug": "centiliters-to-tablespoons", "name": "Centiliters to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Tablespoons"}, "factor": 0.67628045403686},
|
||||
{"slug": "centiliters-to-teaspoons", "name": "Centiliters to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Teaspoons"}, "factor": 2.02884136211058},
|
||||
{"slug": "centiliters-to-us-gallons", "name": "Centiliters to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Gallons"}, "factor": 0.0026417205235814843},
|
||||
{"slug": "centiliters-to-us-pints", "name": "Centiliters to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Pints"}, "factor": 0.021133764188651875},
|
||||
{"slug": "centiliters-to-us-gallons", "name": "Centiliters to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Gallons"}, "factor": 0.0026417205235814843, "hidden": true},
|
||||
{"slug": "centiliters-to-us-pints", "name": "Centiliters to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Pints"}, "factor": 0.021133764188651875, "hidden": true},
|
||||
{"slug": "centimeters-per-second-to-feet-per-second", "name": "Centimeters Per Second to Feet Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Feet Per Second"}, "factor": 0.03280839895013123, "hidden": true},
|
||||
{"slug": "drams-to-zeptograms", "name": "Drams to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Zeptograms"}, "factor": 1.7718451953125003e+21},
|
||||
{"slug": "dtex-to-denier", "name": "Dtex (decitex) to Denier", "category": "other", "type": "standard", "labels": {"in1": "Dtex (decitex)", "in2": "Denier"}, "factor": 0.9},
|
||||
|
||||
Reference in New Issue
Block a user