Add hundredweight, hour, and hertz conversions

This commit is contained in:
Codex Agent
2026-03-08 07:07:02 +00:00
parent ce41c39df5
commit 5bfd6530f0
2 changed files with 130 additions and 50 deletions

View File

@@ -1187,6 +1187,8 @@ export const calculators: CalculatorDef[] = [
{"slug": "henries-to-watts", "name": "Henries / Watts", "category": "power", "type": "3col", "teaser": "Relate inductance to watts using frequency or current data.", "labels": {"in1": "Henries", "in2": "Watts", "in3": "Henries / Watts"}},
{"slug": "millihenries-to-microhenries", "name": "Millihenries to Microhenries", "category": "angle", "type": "standard", "teaser": "Translate millihenries into microhenries for fine tuning.", "labels": {"in1": "Millihenries", "in2": "Microhenries"}, "factor": 1000.0},
{"slug": "hertz-to-kilohertz", "name": "Hertz to Kilohertz", "category": "other", "type": "standard", "teaser": "Convert Hertz to Kilohertz instantly.", "labels": {"in1": "Hertz", "in2": "Kilohertz"}, "factor": 0.001},
{"slug": "hertz-to-megahertz", "name": "Hertz to Megahertz", "category": "other", "type": "standard", "teaser": "Scale Hertz into megahertz for radio-spectrum shorthand.", "labels": {"in1": "Hertz", "in2": "Megahertz"}, "factor": 1e-06},
{"slug": "hertz-to-gigahertz", "name": "Hertz to Gigahertz", "category": "other", "type": "standard", "teaser": "Express Hertz as gigahertz for wireless communications.", "labels": {"in1": "Hertz", "in2": "Gigahertz"}, "factor": 1e-09, "hidden": true},
{"slug": "hertz-to-rpm", "name": "Hertz to RPM", "category": "speed", "type": "standard", "teaser": "Convert Hertz to RPM instantly.", "labels": {"in1": "Hertz", "in2": "RPM"}, "factor": 60.0},
{"slug": "hex-to-octal", "name": "Hex to Octal", "category": "number-systems", "type": "base", "teaser": "Convert Hex to Octal instantly.", "labels": {"in1": "Hex", "in2": "Octal"}, "fromBase": 16, "toBase": 8},
{"slug": "hogshead-to-liters", "name": "Hogshead to Liters", "category": "volume", "type": "standard", "teaser": "Convert Hogshead (US) to Liters instantly.", "labels": {"in1": "Hogshead", "in2": "Liters"}, "factor": 238.481},
@@ -1195,7 +1197,45 @@ export const calculators: CalculatorDef[] = [
{"slug": "horsepower-to-watts", "name": "Horsepower to Watts", "category": "power", "type": "standard", "teaser": "Convert Horsepower to Watts instantly.", "labels": {"in1": "Horsepower", "in2": "Watts"}, "factor": 745.7},
{"slug": "hours-to-seconds", "name": "Hours to Seconds", "category": "time", "type": "standard", "teaser": "Convert Hours to Seconds instantly.", "labels": {"in1": "Hours", "in2": "Seconds"}, "factor": 3600.0},
{"slug": "hours-to-weeks", "name": "Hours to Weeks", "category": "time", "type": "standard", "teaser": "Convert Hours to Weeks instantly.", "labels": {"in1": "Hours", "in2": "Weeks"}, "factor": 0.00595238, "hidden": true},
{"slug": "hours-to-months", "name": "Hours to Months", "category": "time", "type": "standard", "teaser": "Express hours as calendar months (\u224830.44 days per month).", "labels": {"in1": "Hours", "in2": "Months"}, "factor": 0.0013689253935660506},
{"slug": "hundredweight-to-kilograms", "name": "Hundredweight (cwt) to Kilograms", "category": "weight", "type": "standard", "teaser": "Convert Hundredweight (cwt) to Kilograms instantly.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Kilograms"}, "factor": 45.3592},
{"slug": "hundredweight-to-amu", "name": "Hundredweight (cwt) to Amu", "category": "weight", "type": "standard", "teaser": "Convert a 100-pound hundredweight into atomic mass units for molecular-scale stories.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Amu"}, "factor": 2.731594872553901e+28},
{"slug": "hundredweight-to-apothecary-ounces", "name": "Hundredweight (cwt) to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express a hundredweight as apothecary ounces for historic pharmacy tables.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Apothecary Ounces"}, "factor": 1458.3321451787203},
{"slug": "hundredweight-to-atomic-mass-units", "name": "Hundredweight (cwt) to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another way to count particles inside a hundredweight.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Atomic Mass Units"}, "factor": 2.731594872553901e+28},
{"slug": "hundredweight-to-attograms", "name": "Hundredweight (cwt) to Attograms", "category": "weight", "type": "standard", "teaser": "Push a hundredweight into attogram counts to highlight microscopic scales.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Attograms"}, "factor": 4.53592e+22},
{"slug": "hundredweight-to-carats", "name": "Hundredweight (cwt) to Carats", "category": "weight", "type": "standard", "teaser": "Scale 100 pounds into carats for gemstones and agriculture analogies.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Carats"}, "factor": 226796.0},
{"slug": "hundredweight-to-centigrams", "name": "Hundredweight (cwt) to Centigrams", "category": "weight", "type": "standard", "teaser": "Translate a hundredweight into centigrams for lab notes.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Centigrams"}, "factor": 4535920.0},
{"slug": "hundredweight-to-cloves", "name": "Hundredweight (cwt) to Cloves", "category": "weight", "type": "standard", "teaser": "Relate a hundredweight to clove units for niche historical comparisons.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Cloves"}, "factor": 0.012499989803620376},
{"slug": "hundredweight-to-daltons", "name": "Hundredweight (cwt) to Daltons", "category": "weight", "type": "standard", "teaser": "Express the mass in daltons for molecular counting.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Daltons"}, "factor": 2.731594872553901e+28},
{"slug": "hundredweight-to-drams", "name": "Hundredweight (cwt) to Drams", "category": "weight", "type": "standard", "teaser": "Convert hundredweight into drams of weight.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Drams"}, "factor": 25600.0},
{"slug": "hundredweight-to-earth-masses", "name": "Hundredweight (cwt) to Earth Masses", "category": "weight", "type": "standard", "teaser": "Show how small 100 pounds is against Earth\u2019s mass.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Earth Masses"}, "factor": 7.5950698152604e-24},
{"slug": "hundredweight-to-femtograms", "name": "Hundredweight (cwt) to Femtograms", "category": "weight", "type": "standard", "teaser": "Slide 100 pounds into femtogram territory.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Femtograms"}, "factor": 4.535920000000001e+19},
{"slug": "hundredweight-to-gamma-mass", "name": "Hundredweight (cwt) to Gamma (mass)", "category": "weight", "type": "standard", "teaser": "Express a hundredweight in gamma units for microgram-level storytelling.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Gamma (mass)"}, "factor": 45359200000.00001},
{"slug": "hundredweight-to-grains", "name": "Hundredweight (cwt) to Grains", "category": "weight", "type": "standard", "teaser": "Convert the 100-pound load into grains for historic shipping context.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Grains"}, "factor": 699999.4311372801},
{"slug": "hundredweight-to-grams", "name": "Hundredweight (cwt) to Grams", "category": "weight", "type": "standard", "teaser": "Drop the hundredweight into grams for SI clarity.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Grams"}, "factor": 45359.2},
{"slug": "hundredweight-to-hundredweight", "name": "Hundredweight (cwt) to Hundredweight", "category": "weight", "type": "standard", "teaser": "Itself, just in case a self-check is needed.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Hundredweight"}, "factor": 1.0},
{"slug": "hundredweight-to-long-tons", "name": "Hundredweight (cwt) to Long Tons", "category": "weight", "type": "standard", "teaser": "Relate a hundredweight to the UK long ton.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Long Tons"}, "factor": 0.04464282072721563},
{"slug": "hundredweight-to-metric-tons", "name": "Hundredweight (cwt) to Metric Tons", "category": "weight", "type": "standard", "teaser": "Express 100 pounds as metric tons.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Metric Tons"}, "factor": 0.0453592},
{"slug": "hundredweight-to-micrograms", "name": "Hundredweight (cwt) to Micrograms", "category": "weight", "type": "standard", "teaser": "Show a hundredweight in micrograms for ultrafine measurements.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Micrograms"}, "factor": 45359200000.00001},
{"slug": "hundredweight-to-milligrams", "name": "Hundredweight (cwt) to Milligrams", "category": "weight", "type": "standard", "teaser": "Translate 100 pounds into milligrams.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Milligrams"}, "factor": 45359200.00000001},
{"slug": "hundredweight-to-momme", "name": "Hundredweight (cwt) to Momme", "category": "weight", "type": "standard", "teaser": "Frame a hundredweight inside silk momme weights.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Momme"}, "factor": 12095.78817864},
{"slug": "hundredweight-to-nanograms", "name": "Hundredweight (cwt) to Nanograms", "category": "weight", "type": "standard", "teaser": "Convert 100 pounds into nanograms.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Nanograms"}, "factor": 45359200000000.01},
{"slug": "hundredweight-to-ounces", "name": "Hundredweight (cwt) to Ounces", "category": "weight", "type": "standard", "teaser": "Express 100 pounds as ounces for common kitchen math.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Ounces"}, "factor": 1600.0},
{"slug": "hundredweight-to-pennyweights", "name": "Hundredweight (cwt) to Pennyweights", "category": "weight", "type": "standard", "teaser": "Break the weight down into pennyweights for jewelry analogies.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Pennyweights"}, "factor": 29166.6428582152},
{"slug": "hundredweight-to-picograms", "name": "Hundredweight (cwt) to Picograms", "category": "weight", "type": "standard", "teaser": "Push the weight down to picogram levels for physics fun.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Picograms"}, "factor": 4.535920000000001e+16},
{"slug": "hundredweight-to-planck-mass", "name": "Hundredweight (cwt) to Planck Mass", "category": "weight", "type": "standard", "teaser": "Relate 100 pounds to Planck-mass counts.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Planck Mass"}, "factor": 2084106386.869531},
{"slug": "hundredweight-to-pounds", "name": "Hundredweight (cwt) to Pounds", "category": "weight", "type": "standard", "teaser": "Confirm that 100 pounds equals 1 hundredweight.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Pounds"}, "factor": 100.0},
{"slug": "hundredweight-to-quarters", "name": "Hundredweight (cwt) to Quarters", "category": "weight", "type": "standard", "teaser": "Slice the hundredweight into quarters (25 lb sections).", "labels": {"in1": "Hundredweight (cwt)", "in2": "Quarters"}, "factor": 4.0},
{"slug": "hundredweight-to-scruples", "name": "Hundredweight (cwt) to Scruples", "category": "weight", "type": "standard", "teaser": "Express the mass in apothecary scruples.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Scruples"}, "factor": 34999.385516},
{"slug": "hundredweight-to-short-tons", "name": "Hundredweight (cwt) to Short Tons", "category": "weight", "type": "standard", "teaser": "Compare 100 pounds with a US short ton.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Short Tons"}, "factor": 0.05},
{"slug": "hundredweight-to-slugs", "name": "Hundredweight (cwt) to Slugs", "category": "weight", "type": "standard", "teaser": "Convert the hundredweight into slugs for mechanical analogies.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Slugs"}, "factor": 3.108092468478104},
{"slug": "hundredweight-to-solar-masses", "name": "Hundredweight (cwt) to Solar Masses", "category": "weight", "type": "standard", "teaser": "Place 100 pounds beside the Sun\u2019s mass.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Solar Masses"}, "factor": 2.2811106026241286e-29},
{"slug": "hundredweight-to-stones", "name": "Hundredweight (cwt) to Stones", "category": "weight", "type": "standard", "teaser": "Compare 100 pounds to British stones.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Stones"}, "factor": 7.142851316354499},
{"slug": "hundredweight-to-tolas", "name": "Hundredweight (cwt) to Tolas", "category": "weight", "type": "standard", "teaser": "Express the weight in tola units for South Asian contexts.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Tolas"}, "factor": 3888.8710120000005},
{"slug": "hundredweight-to-tons", "name": "Hundredweight (cwt) to Tons", "category": "weight", "type": "standard", "teaser": "Convert 100 pounds into US tons.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Tons"}, "factor": 0.05},
{"slug": "hundredweight-to-troy-ounces", "name": "Hundredweight (cwt) to Troy Ounces", "category": "weight", "type": "standard", "teaser": "Express 100 pounds in troy ounces for precious metals.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Troy Ounces"}, "factor": 1458.3321451787203},
{"slug": "hundredweight-to-yoctograms", "name": "Hundredweight (cwt) to Yoctograms", "category": "weight", "type": "standard", "teaser": "Stretch 100 pounds into yoctograms for extreme scales.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Yoctograms"}, "factor": 4.53592e+28},
{"slug": "hundredweight-to-zeptograms", "name": "Hundredweight (cwt) to Zeptograms", "category": "weight", "type": "standard", "teaser": "Continue the descent into zeptogram counts.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Zeptograms"}, "factor": 4.53592e+25},
{"slug": "imperial-fl-oz-to-us-fl-oz", "name": "Imperial fl oz to US fl oz", "category": "other", "type": "standard", "teaser": "Convert Imperial fl oz to US fl oz instantly.", "labels": {"in1": "Imperial fl oz", "in2": "US fl oz"}, "factor": 1.20095},
{"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},
@@ -1328,7 +1368,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "grains-to-earth-masses", "name": "Grains to Earth Masses", "category": "weight", "type": "standard", "teaser": "Compare a grain with Earth masses to highlight cosmic scale.", "labels": {"in1": "Grains", "in2": "Earth Masses"}, "factor": 1.0850108586632375e-29},
{"slug": "grains-to-femtograms", "name": "Grains to Femtograms", "category": "weight", "type": "standard", "teaser": "Show how many femtograms fit inside a single grain.", "labels": {"in1": "Grains", "in2": "Femtograms"}, "factor": 64798910000000.0},
{"slug": "grains-to-gamma-mass", "name": "Grains to Gamma (mass)", "category": "weight", "type": "standard", "teaser": "Express grains in gamma units for microgram precision.", "labels": {"in1": "Grains", "in2": "Gamma (mass)"}, "factor": 64798.91},
{"slug": "grains-to-hundredweight", "name": "Grains to Hundredweight", "category": "weight", "type": "standard", "teaser": "Fold grains into US hundredweights for bulk grain shipments.", "labels": {"in1": "Grains", "in2": "Hundredweight"}, "factor": 1.4285714285714286e-06},
{"slug": "grains-to-hundredweight", "name": "Grains to Hundredweight", "category": "weight", "type": "standard", "teaser": "Fold grains into US hundredweights for bulk grain shipments.", "labels": {"in1": "Grains", "in2": "Hundredweight"}, "factor": 1.4285714285714286e-06, "hidden": true},
{"slug": "grains-to-hundredweight-cwt", "name": "Grains to Hundredweight (cwt)", "category": "weight", "type": "standard", "teaser": "Use the cwt shorthand when scaling grain barges.", "labels": {"in1": "Grains", "in2": "Hundredweight (cwt)"}, "factor": 1.4285714285714286e-06},
{"slug": "grains-to-kilograms", "name": "Grains to Kilograms", "category": "weight", "type": "standard", "teaser": "Bridge grains and kilograms for metric documentation.", "labels": {"in1": "Grains", "in2": "Kilograms"}, "factor": 6.479891e-05},
{"slug": "grains-to-long-tons", "name": "Grains to Long Tons", "category": "weight", "type": "standard", "teaser": "Convert grains into UK long tons for imperial freight.", "labels": {"in1": "Grains", "in2": "Long Tons"}, "factor": 6.377551020408163e-08},
@@ -1376,7 +1416,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "grams-to-earth-masses", "name": "Grams to Earth Masses", "category": "weight", "type": "standard", "teaser": "Scale grams into Earth masses for cosmic-scale storytelling.", "labels": {"in1": "Grams", "in2": "Earth Masses"}, "factor": 1.6744276387723765e-28},
{"slug": "grams-to-femtograms", "name": "Grams to Femtograms", "category": "weight", "type": "standard", "teaser": "Show how many femtograms hide inside a single gram.", "labels": {"in1": "Grams", "in2": "Femtograms"}, "factor": 1000000000000000.0},
{"slug": "grams-to-gamma-mass", "name": "Grams to Gamma (mass)", "category": "weight", "type": "standard", "teaser": "Express grams in gamma units for microgram-level counts.", "labels": {"in1": "Grams", "in2": "Gamma (mass)"}, "factor": 1000000.0},
{"slug": "grams-to-hundredweight", "name": "Grams to Hundredweight", "category": "weight", "type": "standard", "teaser": "Fit grams into US hundredweights for bulk shipping.", "labels": {"in1": "Grams", "in2": "Hundredweight"}, "factor": 2.2046226218487758e-05},
{"slug": "grams-to-hundredweight", "name": "Grams to Hundredweight", "category": "weight", "type": "standard", "teaser": "Fit grams into US hundredweights for bulk shipping.", "labels": {"in1": "Grams", "in2": "Hundredweight"}, "factor": 2.2046226218487758e-05, "hidden": true},
{"slug": "grams-to-hundredweight-cwt", "name": "Grams to Hundredweight (cwt)", "category": "weight", "type": "standard", "teaser": "Keep the cwt shorthand when documenting freight.", "labels": {"in1": "Grams", "in2": "Hundredweight (cwt)"}, "factor": 2.2046226218487758e-05},
{"slug": "grams-to-long-tons", "name": "Grams to Long Tons", "category": "weight", "type": "standard", "teaser": "Convert grams into UK long tons for imperial comparisons.", "labels": {"in1": "Grams", "in2": "Long Tons"}, "factor": 9.842065276110607e-07},
{"slug": "grams-to-metric-tons", "name": "Grams to Metric Tons", "category": "weight", "type": "standard", "teaser": "Translate grams into metric tons for global shipping.", "labels": {"in1": "Grams", "in2": "Metric Tons"}, "factor": 1e-06},
@@ -1634,7 +1674,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "yoctograms-to-drams", "name": "Yoctograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare yoctogram masses with drams used in detailed apothecary recipes.", "labels": {"in1": "Yoctograms", "in2": "Drams"}, "factor": 5.64383391193e-25},
{"slug": "yoctograms-to-earth-masses", "name": "Yoctograms to Earth Masses", "category": "weight", "type": "standard", "teaser": "Place yoctograms on the cosmic scale by converting into Earth masses.", "labels": {"in1": "Yoctograms", "in2": "Earth Masses"}, "factor": 1.67437717355e-52},
{"slug": "yoctograms-to-grains", "name": "Yoctograms to Grains", "category": "weight", "type": "standard", "teaser": "Convert yoctograms into grains for fine-grained mass tracking.", "labels": {"in1": "Yoctograms", "in2": "Grains"}, "factor": 1.54323583529e-23, "hidden": true},
{"slug": "yoctograms-to-hundredweight", "name": "Yoctograms to Hundredweight", "category": "weight", "type": "standard", "teaser": "Express yoctograms as US hundredweights for larger-scale intuition.", "labels": {"in1": "Yoctograms", "in2": "Hundredweight"}, "factor": 2.20462442018e-29},
{"slug": "yoctograms-to-hundredweight", "name": "Yoctograms to Hundredweight", "category": "weight", "type": "standard", "teaser": "Express yoctograms as US hundredweights for larger-scale intuition.", "labels": {"in1": "Yoctograms", "in2": "Hundredweight"}, "factor": 2.20462442018e-29, "hidden": true},
{"slug": "yoctograms-to-hundredweight-cwt", "name": "Yoctograms to Hundredweight (cwt)", "category": "weight", "type": "standard", "teaser": "Keep the cwt shorthand when converting yoctograms into hundredweights.", "labels": {"in1": "Yoctograms", "in2": "Hundredweight (cwt)"}, "factor": 2.20462442018e-29},
{"slug": "yoctograms-to-long-tons", "name": "Yoctograms to Long Tons", "category": "weight", "type": "standard", "teaser": "Scale yoctogram counts into UK long tons for shipping specs.", "labels": {"in1": "Yoctograms", "in2": "Long Tons"}, "factor": 9.84206527611e-31},
{"slug": "yoctograms-to-metric-tons", "name": "Yoctograms to Metric Tons", "category": "weight", "type": "standard", "teaser": "Express yoctograms as metric tons for SI-compatible summaries.", "labels": {"in1": "Yoctograms", "in2": "Metric Tons"}, "factor": 1e-30},
@@ -1664,7 +1704,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "zeptograms-to-drams", "name": "Zeptograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare zeptogram masses with drams for detailed apothecary conversions.", "labels": {"in1": "Zeptograms", "in2": "Drams"}, "factor": 5.64383391193e-22, "hidden": true},
{"slug": "zeptograms-to-earth-masses", "name": "Zeptograms to Earth Masses", "category": "weight", "type": "standard", "teaser": "Place zeptogram probes on the cosmic chart by converting into Earth masses.", "labels": {"in1": "Zeptograms", "in2": "Earth Masses"}, "factor": 1.67437717355e-49},
{"slug": "zeptograms-to-grains", "name": "Zeptograms to Grains", "category": "weight", "type": "standard", "teaser": "Convert zeptograms into grains for precise mass notes.", "labels": {"in1": "Zeptograms", "in2": "Grains"}, "factor": 1.54323583529e-20, "hidden": true},
{"slug": "zeptograms-to-hundredweight", "name": "Zeptograms to Hundredweight", "category": "weight", "type": "standard", "teaser": "Express zeptogram values as US hundredweights for large-scale comparisons.", "labels": {"in1": "Zeptograms", "in2": "Hundredweight"}, "factor": 2.20462442018e-26},
{"slug": "zeptograms-to-hundredweight", "name": "Zeptograms to Hundredweight", "category": "weight", "type": "standard", "teaser": "Express zeptogram values as US hundredweights for large-scale comparisons.", "labels": {"in1": "Zeptograms", "in2": "Hundredweight"}, "factor": 2.20462442018e-26, "hidden": true},
{"slug": "zeptograms-to-hundredweight-cwt", "name": "Zeptograms to Hundredweight (cwt)", "category": "weight", "type": "standard", "teaser": "Keep the cwt shorthand when converting zeptograms into hundredweights.", "labels": {"in1": "Zeptograms", "in2": "Hundredweight (cwt)"}, "factor": 2.20462442018e-26},
{"slug": "zeptograms-to-long-tons", "name": "Zeptograms to Long Tons", "category": "weight", "type": "standard", "teaser": "Scale zeptograms into UK long tons for shipping approximations.", "labels": {"in1": "Zeptograms", "in2": "Long Tons"}, "factor": 9.84206527611e-28},
{"slug": "zeptograms-to-metric-tons", "name": "Zeptograms to Metric Tons", "category": "weight", "type": "standard", "teaser": "Express zeptograms as metric tons for SI-friendly summaries.", "labels": {"in1": "Zeptograms", "in2": "Metric Tons"}, "factor": 1e-27},
@@ -1884,7 +1924,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "amu-to-gamma-mass", "name": "Amu to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Gamma (mass)"}, "factor": 1.6605390665999998e-18},
{"slug": "amu-to-grains", "name": "Amu to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Grains"}, "factor": 2.5626033934830078e-23, "hidden": true},
{"slug": "amu-to-grams", "name": "Amu to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Grams"}, "factor": 1.6605390666e-24, "hidden": true},
{"slug": "amu-to-hundredweight", "name": "Amu to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Hundredweight"}, "factor": 3.6608619906900106e-29},
{"slug": "amu-to-hundredweight", "name": "Amu to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Hundredweight"}, "factor": 3.6608619906900106e-29, "hidden": true},
{"slug": "amu-to-hundredweight-cwt", "name": "Amu to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Hundredweight (cwt)"}, "factor": 3.2686267774017954e-29},
{"slug": "amu-to-kilograms", "name": "Amu to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Kilograms"}, "factor": 1.6605390666e-27},
{"slug": "amu-to-long-tons", "name": "Amu to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Long Tons"}, "factor": 1.634313388700898e-30},
@@ -1945,7 +1985,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "apothecary-ounces-to-femtograms", "name": "Apothecary Ounces to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Femtograms"}, "factor": 3.11034768e+16},
{"slug": "apothecary-ounces-to-gamma-mass", "name": "Apothecary Ounces to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Gamma (mass)"}, "factor": 31103476.8},
{"slug": "apothecary-ounces-to-grains", "name": "Apothecary Ounces to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Grains"}, "factor": 480.00000000000006},
{"slug": "apothecary-ounces-to-hundredweight", "name": "Apothecary Ounces to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Hundredweight"}, "factor": 0.0006857142857142857},
{"slug": "apothecary-ounces-to-hundredweight", "name": "Apothecary Ounces to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Hundredweight"}, "factor": 0.0006857142857142857, "hidden": true},
{"slug": "apothecary-ounces-to-hundredweight-cwt", "name": "Apothecary Ounces to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Hundredweight (cwt)"}, "factor": 0.0006122448979591836},
{"slug": "apothecary-ounces-to-kilograms", "name": "Apothecary Ounces to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Kilograms"}, "factor": 0.0311034768},
{"slug": "apothecary-ounces-to-long-tons", "name": "Apothecary Ounces to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Long Tons"}, "factor": 3.061224489795919e-05},
@@ -2034,7 +2074,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "atomic-mass-units-to-gamma-mass", "name": "Atomic Mass Units to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Gamma (mass)"}, "factor": 1.6605390665999998e-18},
{"slug": "atomic-mass-units-to-grains", "name": "Atomic Mass Units to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Grains"}, "factor": 2.5626033934830078e-23, "hidden": true},
{"slug": "atomic-mass-units-to-grams", "name": "Atomic Mass Units to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Grams"}, "factor": 1.6605390666e-24, "hidden": true},
{"slug": "atomic-mass-units-to-hundredweight", "name": "Atomic Mass Units to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Hundredweight"}, "factor": 3.6608619906900106e-29},
{"slug": "atomic-mass-units-to-hundredweight", "name": "Atomic Mass Units to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Hundredweight"}, "factor": 3.6608619906900106e-29, "hidden": true},
{"slug": "atomic-mass-units-to-hundredweight-cwt", "name": "Atomic Mass Units to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Hundredweight (cwt)"}, "factor": 3.2686267774017954e-29},
{"slug": "atomic-mass-units-to-long-tons", "name": "Atomic Mass Units to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Long Tons"}, "factor": 1.634313388700898e-30},
{"slug": "atomic-mass-units-to-metric-tons", "name": "Atomic Mass Units to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Metric Tons"}, "factor": 1.6605390666e-30},
@@ -2087,7 +2127,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "attograms-to-gamma-mass", "name": "Attograms to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Gamma (mass)"}, "factor": 9.999999999999998e-13},
{"slug": "attograms-to-grains", "name": "Attograms to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Grains"}, "factor": 1.5432358352941432e-17, "hidden": true},
{"slug": "attograms-to-grams", "name": "Attograms to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Grams"}, "factor": 9.999999999999999e-19, "hidden": true},
{"slug": "attograms-to-hundredweight", "name": "Attograms to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Hundredweight"}, "factor": 2.2046226218487755e-23},
{"slug": "attograms-to-hundredweight", "name": "Attograms to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Hundredweight"}, "factor": 2.2046226218487755e-23, "hidden": true},
{"slug": "attograms-to-hundredweight-cwt", "name": "Attograms to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Hundredweight (cwt)"}, "factor": 1.968413055222121e-23},
{"slug": "attograms-to-kilograms", "name": "Attograms to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Kilograms"}, "factor": 1e-21},
{"slug": "attograms-to-long-tons", "name": "Attograms to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Long Tons"}, "factor": 9.842065276110606e-25},
@@ -2329,7 +2369,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "carats-to-femtograms", "name": "Carats to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Femtograms"}, "factor": 200000000000000.0},
{"slug": "carats-to-gamma-mass", "name": "Carats to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Gamma (mass)"}, "factor": 200000.0},
{"slug": "carats-to-grains", "name": "Carats to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Grains"}, "factor": 3.0864716705882866},
{"slug": "carats-to-hundredweight", "name": "Carats to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Hundredweight"}, "factor": 4.409245243697552e-06},
{"slug": "carats-to-hundredweight", "name": "Carats to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Hundredweight"}, "factor": 4.409245243697552e-06, "hidden": true},
{"slug": "carats-to-hundredweight-cwt", "name": "Carats to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Hundredweight (cwt)"}, "factor": 3.936826110444243e-06},
{"slug": "carats-to-kilograms", "name": "Carats to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Kilograms"}, "factor": 0.0002},
{"slug": "carats-to-long-tons", "name": "Carats to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Long Tons"}, "factor": 1.9684130552221215e-07},
@@ -2365,7 +2405,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "centigrams-to-femtograms", "name": "Centigrams to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Femtograms"}, "factor": 10000000000.0},
{"slug": "centigrams-to-gamma-mass", "name": "Centigrams to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Gamma (mass)"}, "factor": 10000.0},
{"slug": "centigrams-to-grains", "name": "Centigrams to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Grains"}, "factor": 0.15432358352941433, "hidden": true},
{"slug": "centigrams-to-hundredweight", "name": "Centigrams to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Hundredweight"}, "factor": 2.204622621848776e-07},
{"slug": "centigrams-to-hundredweight", "name": "Centigrams to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Hundredweight"}, "factor": 2.204622621848776e-07, "hidden": true},
{"slug": "centigrams-to-hundredweight-cwt", "name": "Centigrams to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Hundredweight (cwt)"}, "factor": 1.9684130552221212e-07},
{"slug": "centigrams-to-kilograms", "name": "Centigrams to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Kilograms"}, "factor": 1e-05},
{"slug": "centigrams-to-long-tons", "name": "Centigrams to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Long Tons"}, "factor": 9.842065276110608e-09},