From 6ae2c38b617050a76fb5a71896ec61bbbd076362 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 7 Mar 2026 09:44:27 +0000 Subject: [PATCH] Add new calculators and sync registry --- calculators_list.md | 122 ++++++++++++++++-------- hdyc-svelte/src/lib/data/calculators.ts | 44 ++++++++- 2 files changed, 123 insertions(+), 43 deletions(-) diff --git a/calculators_list.md b/calculators_list.md index 15d5824..3f3caaa 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -302,6 +302,46 @@ The registry currently contains 296 unique calculator slugs. | Grams to Scruples – A pharmacy formula needs 10 grams; what is that in scruples? | grams-to-scruples | 0.771605 | | Grams to Tolas – A gold bar weighs 5 grams; how many tolas is that mass? | grams-to-tolas | 0.085735 | | Gray to Sievert – A gamma exposure is 3 gray; how many sieverts is that for gamma/beta? | gray-to-sievert | 1 | +| Fahrenheit to Newton – Convert Fahrenheit to Newtons on the scale where 0 °C equals 0 °N and 100 °C equals 33 °N. | fahrenheit-to-newton | Linear Offset (0.183333x - 5.867) | +| Fahrenheit to Rankine – Convert Fahrenheit to the absolute Rankine scale. | fahrenheit-to-rankine | Linear Offset (1x + 459.67) | +| Farads to Microfarads – Convert farads to microfarads for capacitor ratings. | farads-to-microfarads | 1000000 | +| Feet of seawater to PSI – A pressure gauge shows depth in feet of seawater; convert that to PSI. | feet-of-seawater-to-psi | 0.444975 | +| Kilometers to Yards – Convert a full kilometer into yards. | kilometers-to-yards | 1093.613298 | +| Kilonewtons to Newtons – Convert kilonewtons into newtons. | kilonewtons-to-newtons | 1000 | +| Kilopascals to Inches of Mercury – Convert pressure from kPa to inHg (standard gravity). | kilopascals-to-inches-of-mercury | 0.2952998 | +| Kilowatt-hours to BTU – Convert electrical energy in kWh to BTU. | kilowatt-hours-to-btu | 3412.142 | +| Kilowatt-hours to Joules – Convert kWh to joules. | kilowatt-hours-to-joules | 3600000 | +| Kilowatt-hours to Kilocalories – Convert kWh to food calories. | kilowatt-hours-to-kilocalories | 860.42065 | +| Kilowatt-hours to Therms – Convert kWh to therms (US natural gas). | kilowatt-hours-to-therms | 0.034121 | +| Kilowatts to BTU/hour – Convert kilowatts to BTU per hour. | kilowatts-to-btuhour | 3412.142 | +| Kilowatts to Megawatts – Convert power from kilowatts to megawatts. | kilowatts-to-megawatts | 0.001 | +| Kilowatts to Watts – Convert kilowatts to watts. | kilowatts-to-watts | 1000 | +| Kilometers per kWh to Miles per kWh – Convert energy efficiency from km/kWh to mi/kWh. | km-per-kwh-to-miles-per-kwh | 0.621371 | +| Kilometers per Second to Speed of Light – Express a speed in kilometers per second as a fraction of c (299,792.458 km/s). | kilometers-per-second-to-speed-of-light | 3.33564095198152e-6 | +| Knots to Feet per Second – Convert a nautical mile per hour into feet per second. | knots-to-feet-per-second | 1.6878098376 | +| Knots to Kilometers per Hour – Convert knots to kilometers per hour. | knots-to-kilometers-per-hour | 1.852 | +| Knots to Meters per Second – Convert knots to meters per second. | knots-to-meters-per-second | 0.5144444444 | +| kPa to Atmosphere – Convert kilopascals to atmospheres. | kpa-to-atmosphere | 0.00986923 | +| kPa to Bar – Convert kilopascals to bar. | kpa-to-bar | 0.01 | +| kPa to Pascal – Convert kilopascals to pascals. | kpa-to-pascal | 1000 | +| kPa to PSI – Convert kilopascals to pounds per square inch. | kpa-to-psi | 0.1450377377 | +| kVA to Kilowatts – Convert apparent power to real power assuming unity power factor. | kva-to-kilowatts | 1 | +| Leagues per Hour to Kilometers per Hour – Convert leagues per hour into kilometers per hour. | leagues-per-hour-to-kmh | 4.82803 | +| Leagues to Kilometers – Convert leagues to kilometers. | leagues-to-kilometers | 4.82803 | +| Leagues to Miles – Convert leagues to miles. | leagues-to-miles | 3 | +| Light Years to Kilometers – Convert light years to kilometers. | light-years-to-kilometers | 9.4607304725808e12 | +| Light Years to Miles – Convert light years to miles. | light-years-to-miles | 5.8786253731808e12 | +| Liters to Imperial gallons – Convert liters to imperial gallons. | liters-to-imperial-gallons | 0.219969158 | +| Liters to Milliliters – Convert liters to milliliters. | liters-to-milliliters | 1000 | +| Long Tons to Kilograms – Convert UK long tons to kilograms. | long-tons-to-kilograms | 1016.0469088 | +| Long Tons to Pounds – Convert long tons to pounds. | long-tons-to-pounds | 2240 | +| Long Tons to Short Tons – Convert long tons to short tons. | long-tons-to-short-tons | 1.12 | +| Lux to Foot-candles – Convert illuminance from lux to foot-candles. | lux-to-foot-candles | 0.09290304 | +| Mach to Feet per Second – Convert Mach number to feet per second (approximate sea-level speed of sound). | mach-to-feet-per-second | 1116.447 | +| Mach to Kilometers per Hour – Convert Mach number to km/h. | mach-to-kilometers-per-hour | 1225.044 | +| Mach to Knots – Convert Mach number to knots. | mach-to-knots | 661.47 | +| Mach to Meters per Second – Convert Mach number to meters per second. | mach-to-meters-per-second | 340.29 | +| Mach to Miles per Hour – Convert Mach number to miles per hour. | mach-to-miles-per-hour | 761.207 | ## Completion Checklist - [x] Inches to Feet (`inches-to-feet`) @@ -887,7 +927,7 @@ The registry currently contains 296 unique calculator slugs. - [x] Acres to Square Miles - [x] Acres to Square Yards - [x] Ampere-hours to Coulombs -- [ ] Ampere-hours to Watt-hours +- [x] Ampere-hours to Watt-hours - [x] Ampere-turns per meter to Oersted - [x] Amps to Milliamps - [x] AMU to Daltons @@ -1020,12 +1060,12 @@ The registry currently contains 296 unique calculator slugs. - [x] Exabytes to Petabytes - [ ] f-stops to T-stops - [x] Fahrenheit to Kelvin -- [ ] Fahrenheit to Newton (temp scale) -- [ ] Fahrenheit to Rankine -- [ ] Farads to Microfarads +- [x] Fahrenheit to Newton (temp scale) +- [x] Fahrenheit to Rankine +- [x] Farads to Microfarads - [x] Fathoms to Feet - [x] Fathoms to Meters -- [ ] Feet of seawater to PSI +- [x] Feet of seawater to PSI - [x] Feet of Water to Atmosphere - [x] Feet of Water to PSI - [x] Feet per second to Kilometers per hour @@ -1045,32 +1085,32 @@ The registry currently contains 296 unique calculator slugs. - [x] Fluid Ounces to Tablespoons - [x] Fluid Ounces to Teaspoons - [ ] Focal length to Angle of view -- [ ] Kilometers to Yards (1 kilometer ≈ 1,093.61 yards) -- [ ] Kilonewtons to Newtons -- [ ] Kilopascals to Inches of Mercury -- [ ] Kilowatt-hours to BTU -- [ ] Kilowatt-hours to Joules -- [ ] Kilowatt-hours to Kilocalories -- [ ] Kilowatt-hours to Therms +- [x] Kilometers to Yards (1 kilometer ≈ 1,093.61 yards) +- [x] Kilonewtons to Newtons +- [x] Kilopascals to Inches of Mercury +- [x] Kilowatt-hours to BTU +- [x] Kilowatt-hours to Joules +- [x] Kilowatt-hours to Kilocalories +- [x] Kilowatt-hours to Therms - [ ] Kilowatts to Amps -- [ ] Kilowatts to BTU/hour +- [x] Kilowatts to BTU/hour - [ ] Kilowatts to kVA -- [ ] Kilowatts to Megawatts -- [ ] Kilowatts to Watts -- [ ] km per kWh to Miles per kWh -- [ ] km/s to Speed of Light -- [ ] Knots to Feet per second -- [ ] Knots to Kilometers per hour -- [ ] Knots to Meters per second -- [ ] kPa to Atmosphere -- [ ] kPa to Bar -- [ ] kPa to Pascal -- [ ] kPa to PSI -- [ ] kVA to Kilowatts -- [ ] Leagues per hour to km/h -- [ ] Leagues to Kilometers -- [ ] Light Years to Kilometers -- [ ] Light Years to Miles +- [x] Kilowatts to Megawatts +- [x] Kilowatts to Watts +- [x] km per kWh to Miles per kWh +- [x] km/s to Speed of Light +- [x] Knots to Feet per second +- [x] Knots to Kilometers per hour +- [x] Knots to Meters per second +- [x] kPa to Atmosphere +- [x] kPa to Bar +- [x] kPa to Pascal +- [x] kPa to PSI +- [x] kVA to Kilowatts +- [x] Leagues per hour to km/h +- [x] Leagues to Kilometers +- [x] Light Years to Kilometers +- [x] Light Years to Miles - [ ] Liters per 100 km to Kilometers per liter - [ ] Liters per 100 km to Miles per gallon - [ ] Liters per minute to Gallons per minute @@ -1082,20 +1122,20 @@ The registry currently contains 296 unique calculator slugs. - [ ] Liters to Cubic inches - [ ] Liters to Cubic Meters - [ ] Liters to Fluid Ounces -- [ ] Liters to Imperial gallons -- [ ] Liters to Milliliters +- [x] Liters to Imperial gallons +- [x] Liters to Milliliters - [ ] Liters to Pecks -- [ ] Long Tons to Kilograms -- [ ] Long Tons to Pounds -- [ ] Long Tons to Short Tons +- [x] Long Tons to Kilograms +- [x] Long Tons to Pounds +- [x] Long Tons to Short Tons - [ ] Lusec to Watts - [ ] Lux to EV -- [ ] Lux to Foot-candles -- [ ] Mach to Feet per second -- [ ] Mach to Kilometers per hour -- [ ] Mach to Knots -- [ ] Mach to Meters per second -- [ ] Mach to Miles per hour +- [x] Lux to Foot-candles +- [x] Mach to Feet per second +- [x] Mach to Kilometers per hour +- [x] Mach to Knots +- [x] Mach to Meters per second +- [x] Mach to Miles per hour - [ ] Maxwell to Weber - [ ] MB/s to Mbps - [ ] Mbps to Gbps @@ -4111,7 +4151,7 @@ The registry currently contains 296 unique calculator slugs. - [ ] Leagues to Meters - [ ] Leagues to Micrometers - [ ] Leagues to Microns -- [ ] Leagues to Miles +- [x] Leagues to Miles - [ ] Leagues to Millimeters - [ ] Leagues to Nanometers - [ ] Leagues to Nautical Miles diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index f941eed..f05c281 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -130,7 +130,7 @@ export const calculators: CalculatorDef[] = [ {"slug": "micrograms-to-milligrams", "name": "Micrograms to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Micrograms", "in2": "Milligrams"}, "factor": 0.001, "hidden": true}, {"slug": "micrometers-to-millimeters", "name": "Micrometers to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Micrometers", "in2": "Millimeters"}, "factor": 0.001}, {"slug": "milligrams-to-micrograms", "name": "Milligrams to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Milligrams", "in2": "Micrograms"}, "factor": 1000.0}, - {"slug": "milliliters-to-liters", "name": "Milliliters to Liters", "category": "volume", "type": "standard", "labels": {"in1": "Milliliters", "in2": "Liters"}, "factor": 0.001}, + {"slug": "milliliters-to-liters", "name": "Milliliters to Liters", "category": "volume", "type": "standard", "labels": {"in1": "Milliliters", "in2": "Liters"}, "factor": 0.001, "hidden": true}, {"slug": "milliliters-to-fluid-ounces", "name": "Milliliters to Fluid Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Milliliters", "in2": "Fluid Ounces"}, "factor": 0.033814, "hidden": true}, {"slug": "millimeters-to-centimeters", "name": "Millimeters to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Millimeters", "in2": "Centimeters"}, "factor": 0.1, "hidden": true}, {"slug": "millimeters-to-inches", "name": "Millimeters to Inches", "category": "length", "type": "standard", "labels": {"in1": "Millimeters", "in2": "Inches"}, "factor": 0.0393701}, @@ -293,7 +293,7 @@ export const calculators: CalculatorDef[] = [ {"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": "weight", "type": "standard", "teaser": "Convert Joules to Foot-pounds instantly.", "labels": {"in1": "Joules", "in2": "Foot-pounds"}, "factor": 0.737562}, - {"slug": "joules-to-kilowatt-hours", "name": "Joules to Kilowatt-hours", "category": "energy", "type": "standard", "teaser": "Convert Joules to Kilowatt-hours instantly.", "labels": {"in1": "Joules", "in2": "Kilowatt-hours"}, "factor": 2.77778e-07}, + {"slug": "joules-to-kilowatt-hours", "name": "Joules to Kilowatt-hours", "category": "energy", "type": "standard", "teaser": "Convert Joules to Kilowatt-hours instantly.", "labels": {"in1": "Joules", "in2": "Kilowatt-hours"}, "factor": 2.77778e-07, "hidden": true}, {"slug": "cubic-feet-to-gallons", "name": "Cubic Feet to Gallons", "category": "length", "type": "standard", "teaser": "If a cistern volume reads three cubic feet, how many US gallons does that store?", "labels": {"in1": "Cubic Feet", "in2": "Gallons"}, "factor": 7.48052}, {"slug": "cubic-meters-to-cubic-feet", "name": "Cubic Meters to Cubic Feet", "category": "length", "type": "standard", "teaser": "A freight crate is two cubic meters; how many cubic feet of cargo space is that?", "labels": {"in1": "Cubic Meters", "in2": "Cubic Feet"}, "factor": 35.3147}, {"slug": "foot-candles-to-lux", "name": "Foot-candles to Lux", "category": "light", "type": "standard", "teaser": "Gallery staff want to match 150 foot-candles; what does that translate to in lux?", "labels": {"in1": "Foot-candles", "in2": "Lux"}, "factor": 10.7639}, @@ -334,6 +334,46 @@ export const calculators: CalculatorDef[] = [ {"slug": "grams-to-scruples", "name": "Grams to Scruples", "category": "weight", "type": "standard", "teaser": "A pharmacy formula needs 10 grams; what is that in scruples?", "labels": {"in1": "Grams", "in2": "Scruples"}, "factor": 0.771605}, {"slug": "grams-to-tolas", "name": "Grams to Tolas", "category": "weight", "type": "standard", "teaser": "A gold bar weighs 5 grams; how many tolas is that mass?", "labels": {"in1": "Grams", "in2": "Tolas"}, "factor": 0.085735}, {"slug": "gray-to-sievert", "name": "Gray to Sievert", "category": "radiation", "type": "standard", "teaser": "A gamma exposure is 3 gray; how many sieverts is that for gamma/beta?", "labels": {"in1": "Gray", "in2": "Sievert"}}, + {"slug": "fahrenheit-to-newton", "name": "Fahrenheit to Newton", "category": "weight", "type": "standard", "teaser": "Convert Fahrenheit to Newtons on the scale where 0\u202f\u00b0C equals 0\u202f\u00b0N and 100\u202f\u00b0C equals 33\u202f\u00b0N.", "labels": {"in1": "Fahrenheit", "in2": "Newton"}, "factor": 0.183333, "offset": -5.867}, + {"slug": "fahrenheit-to-rankine", "name": "Fahrenheit to Rankine", "category": "temperature", "type": "standard", "teaser": "Convert Fahrenheit to the absolute Rankine scale.", "labels": {"in1": "Fahrenheit", "in2": "Rankine"}, "offset": 459.67}, + {"slug": "farads-to-microfarads", "name": "Farads to Microfarads", "category": "radiation", "type": "standard", "teaser": "Convert farads to microfarads for capacitor ratings.", "labels": {"in1": "Farads", "in2": "Microfarads"}, "factor": 1000000.0}, + {"slug": "feet-of-seawater-to-psi", "name": "Feet of seawater to PSI", "category": "length", "type": "standard", "teaser": "A pressure gauge shows depth in feet of seawater; convert that to PSI.", "labels": {"in1": "Feet of seawater", "in2": "PSI"}, "factor": 0.444975}, + {"slug": "kilometers-to-yards", "name": "Kilometers to Yards", "category": "length", "type": "standard", "teaser": "Convert a full kilometer into yards.", "labels": {"in1": "Kilometers", "in2": "Yards"}, "factor": 1093.613298}, + {"slug": "kilonewtons-to-newtons", "name": "Kilonewtons to Newtons", "category": "weight", "type": "standard", "teaser": "Convert kilonewtons into newtons.", "labels": {"in1": "Kilonewtons", "in2": "Newtons"}, "factor": 1000.0}, + {"slug": "kilopascals-to-inches-of-mercury", "name": "Kilopascals to Inches of Mercury", "category": "length", "type": "standard", "teaser": "Convert pressure from kPa to inHg (standard gravity).", "labels": {"in1": "Kilopascals", "in2": "Inches of Mercury"}, "factor": 0.2952998}, + {"slug": "kilowatt-hours-to-btu", "name": "Kilowatt-hours to BTU", "category": "energy", "type": "standard", "teaser": "Convert electrical energy in kWh to BTU.", "labels": {"in1": "Kilowatt-hours", "in2": "BTU"}, "factor": 3412.142}, + {"slug": "kilowatt-hours-to-joules", "name": "Kilowatt-hours to Joules", "category": "energy", "type": "standard", "teaser": "Convert kWh to joules.", "labels": {"in1": "Kilowatt-hours", "in2": "Joules"}, "factor": 3600000.0}, + {"slug": "kilowatt-hours-to-kilocalories", "name": "Kilowatt-hours to Kilocalories", "category": "energy", "type": "standard", "teaser": "Convert kWh to food calories.", "labels": {"in1": "Kilowatt-hours", "in2": "Kilocalories"}, "factor": 860.42065}, + {"slug": "kilowatt-hours-to-therms", "name": "Kilowatt-hours to Therms", "category": "energy", "type": "standard", "teaser": "Convert kWh to therms (US natural gas).", "labels": {"in1": "Kilowatt-hours", "in2": "Therms"}, "factor": 0.034121}, + {"slug": "kilowatts-to-btuhour", "name": "Kilowatts to BTU/hour", "category": "energy", "type": "standard", "teaser": "Convert kilowatts to BTU per hour.", "labels": {"in1": "Kilowatts", "in2": "BTU/hour"}, "factor": 3412.142}, + {"slug": "kilowatts-to-megawatts", "name": "Kilowatts to Megawatts", "category": "power", "type": "standard", "teaser": "Convert power from kilowatts to megawatts.", "labels": {"in1": "Kilowatts", "in2": "Megawatts"}, "factor": 0.001}, + {"slug": "kilowatts-to-watts", "name": "Kilowatts to Watts", "category": "power", "type": "standard", "teaser": "Convert kilowatts to watts.", "labels": {"in1": "Kilowatts", "in2": "Watts"}, "factor": 1000.0}, + {"slug": "km-per-kwh-to-miles-per-kwh", "name": "Kilometers per kWh to Miles per kWh", "category": "length", "type": "standard", "teaser": "Convert energy efficiency from km/kWh to mi/kWh.", "labels": {"in1": "Kilometers per kWh", "in2": "Miles per kWh"}, "factor": 0.621371}, + {"slug": "kilometers-per-second-to-speed-of-light", "name": "Kilometers per Second to Speed of Light", "category": "length", "type": "standard", "teaser": "Express a speed in kilometers per second as a fraction of c (299,792.458 km/s).", "labels": {"in1": "Kilometers per Second", "in2": "Speed of Light"}, "factor": 3.33564095198152e-06}, + {"slug": "knots-to-feet-per-second", "name": "Knots to Feet per Second", "category": "length", "type": "standard", "teaser": "Convert a nautical mile per hour into feet per second.", "labels": {"in1": "Knots", "in2": "Feet per Second"}, "factor": 1.6878098376}, + {"slug": "knots-to-kilometers-per-hour", "name": "Knots to Kilometers per Hour", "category": "length", "type": "standard", "teaser": "Convert knots to kilometers per hour.", "labels": {"in1": "Knots", "in2": "Kilometers per Hour"}, "factor": 1.852}, + {"slug": "knots-to-meters-per-second", "name": "Knots to Meters per Second", "category": "length", "type": "standard", "teaser": "Convert knots to meters per second.", "labels": {"in1": "Knots", "in2": "Meters per Second"}, "factor": 0.5144444444}, + {"slug": "kpa-to-atmosphere", "name": "kPa to Atmosphere", "category": "pressure", "type": "standard", "teaser": "Convert kilopascals to atmospheres.", "labels": {"in1": "kPa", "in2": "Atmosphere"}, "factor": 0.00986923}, + {"slug": "kpa-to-bar", "name": "kPa to Bar", "category": "pressure", "type": "standard", "teaser": "Convert kilopascals to bar.", "labels": {"in1": "kPa", "in2": "Bar"}, "factor": 0.01}, + {"slug": "kpa-to-pascal", "name": "kPa to Pascal", "category": "pressure", "type": "standard", "teaser": "Convert kilopascals to pascals.", "labels": {"in1": "kPa", "in2": "Pascal"}, "factor": 1000.0}, + {"slug": "kpa-to-psi", "name": "kPa to PSI", "category": "pressure", "type": "standard", "teaser": "Convert kilopascals to pounds per square inch.", "labels": {"in1": "kPa", "in2": "PSI"}, "factor": 0.1450377377}, + {"slug": "kva-to-kilowatts", "name": "kVA to Kilowatts", "category": "power", "type": "standard", "teaser": "Convert apparent power to real power assuming unity power factor.", "labels": {"in1": "kVA", "in2": "Kilowatts"}}, + {"slug": "leagues-per-hour-to-kmh", "name": "Leagues per Hour to Kilometers per Hour", "category": "length", "type": "standard", "teaser": "Convert leagues per hour into kilometers per hour.", "labels": {"in1": "Leagues per Hour", "in2": "Kilometers per Hour"}, "factor": 4.82803}, + {"slug": "leagues-to-kilometers", "name": "Leagues to Kilometers", "category": "length", "type": "standard", "teaser": "Convert leagues to kilometers.", "labels": {"in1": "Leagues", "in2": "Kilometers"}, "factor": 4.82803}, + {"slug": "leagues-to-miles", "name": "Leagues to Miles", "category": "length", "type": "standard", "teaser": "Convert leagues to miles.", "labels": {"in1": "Leagues", "in2": "Miles"}, "factor": 3.0}, + {"slug": "light-years-to-kilometers", "name": "Light Years to Kilometers", "category": "length", "type": "standard", "teaser": "Convert light years to kilometers.", "labels": {"in1": "Light Years", "in2": "Kilometers"}, "factor": 9460730472580.8}, + {"slug": "light-years-to-miles", "name": "Light Years to Miles", "category": "length", "type": "standard", "teaser": "Convert light years to miles.", "labels": {"in1": "Light Years", "in2": "Miles"}, "factor": 5878625373180.8}, + {"slug": "liters-to-imperial-gallons", "name": "Liters to Imperial gallons", "category": "volume", "type": "standard", "teaser": "Convert liters to imperial gallons.", "labels": {"in1": "Liters", "in2": "Imperial gallons"}, "factor": 0.219969158, "hidden": true}, + {"slug": "liters-to-milliliters", "name": "Liters to Milliliters", "category": "volume", "type": "standard", "teaser": "Convert liters to milliliters.", "labels": {"in1": "Liters", "in2": "Milliliters"}, "factor": 1000.0}, + {"slug": "long-tons-to-kilograms", "name": "Long Tons to Kilograms", "category": "weight", "type": "standard", "teaser": "Convert UK long tons to kilograms.", "labels": {"in1": "Long Tons", "in2": "Kilograms"}, "factor": 1016.0469088}, + {"slug": "long-tons-to-pounds", "name": "Long Tons to Pounds", "category": "weight", "type": "standard", "teaser": "Convert long tons to pounds.", "labels": {"in1": "Long Tons", "in2": "Pounds"}, "factor": 2240.0}, + {"slug": "long-tons-to-short-tons", "name": "Long Tons to Short Tons", "category": "weight", "type": "standard", "teaser": "Convert long tons to short tons.", "labels": {"in1": "Long Tons", "in2": "Short Tons"}, "factor": 1.12}, + {"slug": "lux-to-foot-candles", "name": "Lux to Foot-candles", "category": "light", "type": "standard", "teaser": "Convert illuminance from lux to foot-candles.", "labels": {"in1": "Lux", "in2": "Foot-candles"}, "factor": 0.09290304, "hidden": true}, + {"slug": "mach-to-feet-per-second", "name": "Mach to Feet per Second", "category": "length", "type": "standard", "teaser": "Convert Mach number to feet per second (approximate sea-level speed of sound).", "labels": {"in1": "Mach", "in2": "Feet per Second"}, "factor": 1116.447}, + {"slug": "mach-to-kilometers-per-hour", "name": "Mach to Kilometers per Hour", "category": "length", "type": "standard", "teaser": "Convert Mach number to km/h.", "labels": {"in1": "Mach", "in2": "Kilometers per Hour"}, "factor": 1225.044}, + {"slug": "mach-to-knots", "name": "Mach to Knots", "category": "speed", "type": "standard", "teaser": "Convert Mach number to knots.", "labels": {"in1": "Mach", "in2": "Knots"}, "factor": 661.47}, + {"slug": "mach-to-meters-per-second", "name": "Mach to Meters per Second", "category": "length", "type": "standard", "teaser": "Convert Mach number to meters per second.", "labels": {"in1": "Mach", "in2": "Meters per Second"}, "factor": 340.29}, + {"slug": "mach-to-miles-per-hour", "name": "Mach to Miles per Hour", "category": "length", "type": "standard", "teaser": "Convert Mach number to miles per hour.", "labels": {"in1": "Mach", "in2": "Miles per Hour"}, "factor": 761.207}, ];