Add area and speed conversions
This commit is contained in:
@@ -42,12 +42,12 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "kilograms-to-pounds", "name": "Kilograms to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Kilograms", "in2": "Pounds"}, "factor": 2.20462262},
|
||||
{"slug": "miles-to-kilometers", "name": "Miles to Kilometers", "category": "length", "type": "standard", "teaser": "Planning a road trip, how many kilometers will 120 miles travel?", "labels": {"in1": "Miles", "in2": "Kilometers"}, "factor": 0.62137119, "hidden": true},
|
||||
{"slug": "acres-to-hectares", "name": "Acres to Hectares", "category": "area", "type": "standard", "teaser": "A 50-acre farm prompts the question: how many hectares does it include?", "labels": {"in1": "Acres", "in2": "Hectares"}, "factor": 0.404686},
|
||||
{"slug": "acres-to-square-feet", "name": "Acres to Square Feet", "category": "length", "type": "standard", "teaser": "For the listing, convert 2 acres into square feet to describe the lot size.", "labels": {"in1": "Acres", "in2": "Square Feet"}, "factor": 43560.0},
|
||||
{"slug": "acre-feet-to-liters", "name": "Acre-feet to Liters", "category": "length", "type": "standard", "teaser": "A lake holds 1 acre-foot; how many liters of water is that?", "labels": {"in1": "Acre-feet", "in2": "Liters"}, "factor": 1233481.8375476},
|
||||
{"slug": "acres-to-square-kilometers", "name": "Acres to Square Kilometers", "category": "length", "type": "standard", "teaser": "How many square kilometers cover one acre?", "labels": {"in1": "Acres", "in2": "Square Kilometers"}, "factor": 0.0040468564224, "hidden": true},
|
||||
{"slug": "acres-to-square-meters", "name": "Acres to Square Meters", "category": "length", "type": "standard", "teaser": "Convert a single acre into square meters.", "labels": {"in1": "Acres", "in2": "Square Meters"}, "factor": 4046.8564224},
|
||||
{"slug": "acres-to-square-miles", "name": "Acres to Square Miles", "category": "length", "type": "standard", "teaser": "See how many square miles equal one acre.", "labels": {"in1": "Acres", "in2": "Square Miles"}, "factor": 0.0015625, "hidden": true},
|
||||
{"slug": "acres-to-square-yards", "name": "Acres to Square Yards", "category": "length", "type": "standard", "teaser": "Turn acre measurements into square yards.", "labels": {"in1": "Acres", "in2": "Square Yards"}, "factor": 4840.0},
|
||||
{"slug": "acres-to-square-feet", "name": "Acres to Square Feet", "category": "area", "type": "standard", "teaser": "For the listing, convert 2 acres into square feet to describe the lot size.", "labels": {"in1": "Acres", "in2": "Square Feet"}, "factor": 43560.0},
|
||||
{"slug": "acre-feet-to-liters", "name": "Acre-feet to Liters", "category": "area", "type": "standard", "teaser": "A lake holds 1 acre-foot; how many liters of water is that?", "labels": {"in1": "Acre-feet", "in2": "Liters"}, "factor": 1233481.8375476},
|
||||
{"slug": "acres-to-square-kilometers", "name": "Acres to Square Kilometers", "category": "area", "type": "standard", "teaser": "How many square kilometers cover one acre?", "labels": {"in1": "Acres", "in2": "Square Kilometers"}, "factor": 0.0040468564224, "hidden": true},
|
||||
{"slug": "acres-to-square-meters", "name": "Acres to Square Meters", "category": "area", "type": "standard", "teaser": "Convert a single acre into square meters.", "labels": {"in1": "Acres", "in2": "Square Meters"}, "factor": 4046.8564224},
|
||||
{"slug": "acres-to-square-miles", "name": "Acres to Square Miles", "category": "area", "type": "standard", "teaser": "See how many square miles equal one acre.", "labels": {"in1": "Acres", "in2": "Square Miles"}, "factor": 0.0015625, "hidden": true},
|
||||
{"slug": "acres-to-square-yards", "name": "Acres to Square Yards", "category": "area", "type": "standard", "teaser": "Turn acre measurements into square yards.", "labels": {"in1": "Acres", "in2": "Square Yards"}, "factor": 4840.0},
|
||||
{"slug": "angstroms-to-nanometers", "name": "Angstroms to Nanometers", "category": "length", "type": "standard", "teaser": "A materials scientist changes 25 angstroms into nanometers to describe a film thickness.", "labels": {"in1": "Angstroms", "in2": "Nanometers"}, "factor": 0.1, "hidden": true},
|
||||
{"slug": "apothecary-ounces-to-grams", "name": "Apothecary Ounces to Grams", "category": "weight", "type": "standard", "teaser": "Preparing a tincture, how many grams are packed in 8 apothecary ounces?", "labels": {"in1": "Apothecary Ounces", "in2": "Grams"}, "factor": 31.1034768},
|
||||
{"slug": "atomic-mass-units-to-kilograms", "name": "Atomic Mass Units to Kilograms", "category": "weight", "type": "standard", "teaser": "Express an amu in kilograms while working with nuclear scales.", "labels": {"in1": "Atomic Mass Units", "in2": "Kilograms"}, "factor": 1.6605390666e-27},
|
||||
@@ -118,7 +118,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "coulombs-to-ampere-hours", "name": "Coulombs to Ampere-hours", "category": "time", "type": "standard", "teaser": "Express a charge in coulombs as ampere-hours.", "labels": {"in1": "Coulombs", "in2": "Ampere-hours"}, "factor": 0.0002777777777777778, "hidden": true},
|
||||
{"slug": "cups-to-milliliters", "name": "Cups to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Milliliters"}, "factor": 236.588237},
|
||||
{"slug": "cups-to-ounces-weight", "name": "Cups to Ounces (weight)", "category": "weight", "type": "standard", "teaser": "Convert a cup\u2019s weight into ounces for baking measurements.", "labels": {"in1": "Cups", "in2": "Ounces (weight)"}, "factor": 8.0},
|
||||
{"slug": "cups-to-acre-feet", "name": "Cups to Acre-feet", "category": "length", "type": "standard", "teaser": "Translate kitchen cups into acre-feet when planning irrigation.", "labels": {"in1": "Cups", "in2": "Acre-feet"}, "factor": 1.918052048260257e-07, "hidden": true},
|
||||
{"slug": "cups-to-acre-feet", "name": "Cups to Acre-feet", "category": "area", "type": "standard", "teaser": "Translate kitchen cups into acre-feet when planning irrigation.", "labels": {"in1": "Cups", "in2": "Acre-feet"}, "factor": 1.918052048260257e-07, "hidden": true},
|
||||
{"slug": "cups-to-barrel-us-oil", "name": "Cups to Barrel (US oil)", "category": "volume", "type": "standard", "teaser": "Express cup volumes as US oil barrels.", "labels": {"in1": "Cups", "in2": "Barrel (US oil)"}, "factor": 0.001488095238095238},
|
||||
{"slug": "cups-to-bushels", "name": "Cups to Bushels", "category": "volume", "type": "standard", "teaser": "Count how many cups sit inside a dry bushel.", "labels": {"in1": "Cups", "in2": "Bushels"}, "factor": 0.006713804745119558},
|
||||
{"slug": "cups-to-centiliters", "name": "Cups to Centiliters", "category": "volume", "type": "standard", "teaser": "Convert cups into centiliters for precision cooking.", "labels": {"in1": "Cups", "in2": "Centiliters"}, "factor": 23.65882365},
|
||||
@@ -411,81 +411,121 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "sticks-of-butter-to-tablespoons", "name": "Sticks of Butter to Tablespoons", "category": "volume", "type": "standard", "teaser": "Translate butter sticks into tablespoons.", "labels": {"in1": "Sticks of Butter", "in2": "Tablespoons"}, "factor": 8.0},
|
||||
{"slug": "stones-to-pounds", "name": "Stones to pounds", "category": "weight", "type": "standard", "labels": {"in1": "Stones", "in2": "pounds"}, "factor": 14.0},
|
||||
{"slug": "stones-to-kilograms", "name": "Stones to Kilograms", "category": "weight", "type": "standard", "teaser": "Convert stones into kilograms for weight discussions.", "labels": {"in1": "Stones", "in2": "Kilograms"}, "factor": 6.35029318},
|
||||
{"slug": "square-yards-to-square-miles", "name": "Square yards to square miles", "category": "length", "type": "standard", "labels": {"in1": "Square yards", "in2": "square miles"}, "factor": 3.228e-07, "hidden": true},
|
||||
{"slug": "square-miles-to-square-yards", "name": "Square miles to square yards", "category": "length", "type": "standard", "labels": {"in1": "Square miles", "in2": "square yards"}, "factor": 3097600.0},
|
||||
{"slug": "square-meters-to-square-kilometers", "name": "Square meters to square kilometers", "category": "length", "type": "standard", "labels": {"in1": "Square meters", "in2": "square kilometers"}, "factor": 1e-06, "hidden": true},
|
||||
{"slug": "square-meters-to-square-feet", "name": "Square meters to square feet", "category": "length", "type": "standard", "labels": {"in1": "Square meters", "in2": "square feet"}, "factor": 10.7639},
|
||||
{"slug": "square-kilometers-to-square-meters", "name": "Square kilometers to square meters", "category": "length", "type": "standard", "labels": {"in1": "Square kilometers", "in2": "square meters"}, "factor": 1000000.0},
|
||||
{"slug": "square-inches-to-square-centimeters", "name": "Square inches to square centimeters", "category": "length", "type": "standard", "labels": {"in1": "Square inches", "in2": "square centimeters"}, "factor": 6.4516},
|
||||
{"slug": "square-inches-to-square-mils", "name": "Square inches to square mils", "category": "length", "type": "standard", "teaser": "Convert square inches into square mils for wire insulation areas.", "labels": {"in1": "Square inches", "in2": "square mils"}, "factor": 1000000.0},
|
||||
{"slug": "square-feet-to-square-meters", "name": "Square feet to square meters", "category": "length", "type": "standard", "labels": {"in1": "Square feet", "in2": "square meters"}, "factor": 0.092903, "hidden": true},
|
||||
{"slug": "square-feet-to-square-mils", "name": "Square feet to square mils", "category": "length", "type": "standard", "teaser": "Express square feet in square mils for fine area calculations.", "labels": {"in1": "Square feet", "in2": "square mils"}, "factor": 144000000.0},
|
||||
{"slug": "square-feet-to-acres", "name": "Square feet to acres", "category": "length", "type": "standard", "labels": {"in1": "Square feet", "in2": "acres"}, "factor": 2.295e-05, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-inches", "name": "Square centimeters to square inches", "category": "length", "type": "standard", "labels": {"in1": "Square centimeters", "in2": "square inches"}, "factor": 0.155, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-meters", "name": "Square Centimeters to Square Meters", "category": "length", "type": "standard", "teaser": "Turn tiny square-centimeter patches into square meters.", "labels": {"in1": "Square Centimeters", "in2": "Square Meters"}, "factor": 0.0001, "hidden": true},
|
||||
{"slug": "square-feet-to-square-inches", "name": "Square Feet to Square Inches", "category": "length", "type": "standard", "teaser": "Break square feet into square inches when detailing layouts.", "labels": {"in1": "Square Feet", "in2": "Square Inches"}, "factor": 144.0},
|
||||
{"slug": "square-feet-to-square-yards", "name": "Square Feet to Square Yards", "category": "length", "type": "standard", "teaser": "Describe a backyard in square yards instead of square feet.", "labels": {"in1": "Square Feet", "in2": "Square Yards"}, "factor": 0.1111111111, "hidden": true},
|
||||
{"slug": "square-inches-to-square-feet", "name": "Square Inches to Square Feet", "category": "length", "type": "standard", "teaser": "Turn square inches into square feet for tile planning.", "labels": {"in1": "Square Inches", "in2": "Square Feet"}, "factor": 0.006944444444444444, "hidden": true},
|
||||
{"slug": "square-kilometers-to-acres", "name": "Square Kilometers to Acres", "category": "length", "type": "standard", "teaser": "Convert square kilometers into acres for acreage reports.", "labels": {"in1": "Square Kilometers", "in2": "Acres"}, "factor": 247.105381},
|
||||
{"slug": "square-kilometers-to-hectares", "name": "Square Kilometers to Hectares", "category": "length", "type": "standard", "teaser": "Switch between square kilometers and hectares.", "labels": {"in1": "Square Kilometers", "in2": "Hectares"}, "factor": 100.0},
|
||||
{"slug": "square-kilometers-to-square-miles", "name": "Square Kilometers to Square Miles", "category": "length", "type": "standard", "teaser": "Compare square kilometers with square miles.", "labels": {"in1": "Square Kilometers", "in2": "Square Miles"}, "factor": 0.386102159, "hidden": true},
|
||||
{"slug": "square-meters-to-acres", "name": "Square Meters to Acres", "category": "length", "type": "standard", "teaser": "Translate square meters into acres for large parcels.", "labels": {"in1": "Square Meters", "in2": "Acres"}, "factor": 0.000247105381, "hidden": true},
|
||||
{"slug": "square-meters-to-ares", "name": "Square Meters to Ares", "category": "length", "type": "standard", "teaser": "Convert square meters into ares when talking metric land units.", "labels": {"in1": "Square Meters", "in2": "Ares"}, "factor": 0.01},
|
||||
{"slug": "square-meters-to-barns", "name": "Square Meters to Barns", "category": "length", "type": "standard", "teaser": "Express square meters as barns for particle physics scales.", "labels": {"in1": "Square Meters", "in2": "Barns"}, "factor": 1e+28},
|
||||
{"slug": "square-meters-to-hectares", "name": "Square Meters to Hectares", "category": "length", "type": "standard", "teaser": "Turn square meters into hectares on property summaries.", "labels": {"in1": "Square Meters", "in2": "Hectares"}, "factor": 0.0001, "hidden": true},
|
||||
{"slug": "square-meters-to-square-centimeters", "name": "Square Meters to Square Centimeters", "category": "length", "type": "standard", "teaser": "Break square meters into square centimeters for precision.", "labels": {"in1": "Square Meters", "in2": "Square Centimeters"}, "factor": 10000.0},
|
||||
{"slug": "square-meters-to-square-yards", "name": "Square Meters to Square Yards", "category": "length", "type": "standard", "teaser": "Translate square meters into square yards.", "labels": {"in1": "Square Meters", "in2": "Square Yards"}, "factor": 1.1959900463},
|
||||
{"slug": "square-meters-to-square-micrometers", "name": "Square Meters to Square Micrometers", "category": "length", "type": "standard", "teaser": "Expand square meters into square micrometer counts for precision etching.", "labels": {"in1": "Square Meters", "in2": "Square Micrometers"}, "factor": 1000000000000.0},
|
||||
{"slug": "square-micrometers-to-square-meters", "name": "Square Micrometers to Square Meters", "category": "length", "type": "standard", "teaser": "Compress micro-areas back into square meters for macro comparisons.", "labels": {"in1": "Square Micrometers", "in2": "Square Meters"}, "factor": 1e-12, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-micrometers", "name": "Square Centimeters to Square Micrometers", "category": "length", "type": "standard", "teaser": "Convert square centimeters into square micrometers for fine detail.", "labels": {"in1": "Square Centimeters", "in2": "Square Micrometers"}, "factor": 100000000.0},
|
||||
{"slug": "square-micrometers-to-square-centimeters", "name": "Square Micrometers to Square Centimeters", "category": "length", "type": "standard", "teaser": "Scale square micrometers back into square centimeters for lab notes.", "labels": {"in1": "Square Micrometers", "in2": "Square Centimeters"}, "factor": 1e-08, "hidden": true},
|
||||
{"slug": "square-millimeters-to-square-micrometers", "name": "Square Millimeters to Square Micrometers", "category": "length", "type": "standard", "teaser": "Expand square millimeters to square micrometers (1 mm\u00b2 = 1,000,000 \u00b5m\u00b2).", "labels": {"in1": "Square Millimeters", "in2": "Square Micrometers"}, "factor": 1000000.0},
|
||||
{"slug": "square-micrometers-to-square-millimeters", "name": "Square Micrometers to Square Millimeters", "category": "length", "type": "standard", "teaser": "Collapse square micrometers into square millimeters (1 \u00b5m\u00b2 = 0.000001 mm\u00b2).", "labels": {"in1": "Square Micrometers", "in2": "Square Millimeters"}, "factor": 1e-06, "hidden": true},
|
||||
{"slug": "square-micrometers-to-square-inches", "name": "Square Micrometers to Square Inches", "category": "length", "type": "standard", "teaser": "Bring microscopic areas into square inches for legacy specs.", "labels": {"in1": "Square Micrometers", "in2": "Square Inches"}, "factor": 1.5500031000062001e-09, "hidden": true},
|
||||
{"slug": "square-miles-to-acres", "name": "Square Miles to Acres", "category": "length", "type": "standard", "teaser": "Convert square miles into acres for field maps.", "labels": {"in1": "Square Miles", "in2": "Acres"}, "factor": 640.0},
|
||||
{"slug": "square-miles-to-square-feet", "name": "Square Miles to Square Feet", "category": "length", "type": "standard", "teaser": "Expand square miles into square feet for big-picture math.", "labels": {"in1": "Square Miles", "in2": "Square Feet"}, "factor": 27878400.0},
|
||||
{"slug": "square-miles-to-square-kilometers", "name": "Square Miles to Square Kilometers", "category": "length", "type": "standard", "teaser": "Compare square miles with square kilometers.", "labels": {"in1": "Square Miles", "in2": "Square Kilometers"}, "factor": 2.58998811},
|
||||
{"slug": "square-miles-to-square-meters", "name": "Square Miles to Square Meters", "category": "length", "type": "standard", "teaser": "Show square miles in square meters.", "labels": {"in1": "Square Miles", "in2": "Square Meters"}, "factor": 2589988.110336},
|
||||
{"slug": "square-miles-to-square-inches", "name": "Square Miles to Square Inches", "category": "length", "type": "standard", "teaser": "Translate large land areas into square inches for extreme precision.", "labels": {"in1": "Square Miles", "in2": "Square Inches"}, "factor": 144520972800.0},
|
||||
{"slug": "square-miles-to-square-centimeters", "name": "Square Miles to Square Centimeters", "category": "length", "type": "standard", "teaser": "Express square miles in square centimeters with SI detail.", "labels": {"in1": "Square Miles", "in2": "Square Centimeters"}, "factor": 25899881103.36},
|
||||
{"slug": "square-miles-to-square-millimeters", "name": "Square Miles to Square Millimeters", "category": "length", "type": "standard", "teaser": "Push square miles into square millimeters for nano-scale area analogies.", "labels": {"in1": "Square Miles", "in2": "Square Millimeters"}, "factor": 2589988110336.0},
|
||||
{"slug": "square-yards-to-square-miles", "name": "Square yards to square miles", "category": "area", "type": "standard", "labels": {"in1": "Square yards", "in2": "square miles"}, "factor": 3.228e-07, "hidden": true},
|
||||
{"slug": "square-miles-to-square-yards", "name": "Square miles to square yards", "category": "area", "type": "standard", "labels": {"in1": "Square miles", "in2": "square yards"}, "factor": 3097600.0},
|
||||
{"slug": "square-meters-to-square-kilometers", "name": "Square meters to square kilometers", "category": "area", "type": "standard", "labels": {"in1": "Square meters", "in2": "square kilometers"}, "factor": 1e-06, "hidden": true},
|
||||
{"slug": "square-meters-to-square-feet", "name": "Square meters to square feet", "category": "area", "type": "standard", "labels": {"in1": "Square meters", "in2": "square feet"}, "factor": 10.7639},
|
||||
{"slug": "square-kilometers-to-square-meters", "name": "Square kilometers to square meters", "category": "area", "type": "standard", "labels": {"in1": "Square kilometers", "in2": "square meters"}, "factor": 1000000.0},
|
||||
{"slug": "square-inches-to-square-centimeters", "name": "Square inches to square centimeters", "category": "area", "type": "standard", "labels": {"in1": "Square inches", "in2": "square centimeters"}, "factor": 6.4516},
|
||||
{"slug": "square-inches-to-square-mils", "name": "Square inches to square mils", "category": "area", "type": "standard", "teaser": "Convert square inches into square mils for wire insulation areas.", "labels": {"in1": "Square inches", "in2": "square mils"}, "factor": 1000000.0},
|
||||
{"slug": "square-feet-to-square-meters", "name": "Square feet to square meters", "category": "area", "type": "standard", "labels": {"in1": "Square feet", "in2": "square meters"}, "factor": 0.092903, "hidden": true},
|
||||
{"slug": "square-feet-to-square-mils", "name": "Square feet to square mils", "category": "area", "type": "standard", "teaser": "Express square feet in square mils for fine area calculations.", "labels": {"in1": "Square feet", "in2": "square mils"}, "factor": 144000000.0},
|
||||
{"slug": "square-feet-to-acres", "name": "Square feet to acres", "category": "area", "type": "standard", "labels": {"in1": "Square feet", "in2": "acres"}, "factor": 2.295e-05, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-inches", "name": "Square centimeters to square inches", "category": "area", "type": "standard", "labels": {"in1": "Square centimeters", "in2": "square inches"}, "factor": 0.155, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-meters", "name": "Square Centimeters to Square Meters", "category": "area", "type": "standard", "teaser": "Turn tiny square-centimeter patches into square meters.", "labels": {"in1": "Square Centimeters", "in2": "Square Meters"}, "factor": 0.0001, "hidden": true},
|
||||
{"slug": "square-feet-to-square-inches", "name": "Square Feet to Square Inches", "category": "area", "type": "standard", "teaser": "Break square feet into square inches when detailing layouts.", "labels": {"in1": "Square Feet", "in2": "Square Inches"}, "factor": 144.0},
|
||||
{"slug": "square-feet-to-square-yards", "name": "Square Feet to Square Yards", "category": "area", "type": "standard", "teaser": "Describe a backyard in square yards instead of square feet.", "labels": {"in1": "Square Feet", "in2": "Square Yards"}, "factor": 0.1111111111, "hidden": true},
|
||||
{"slug": "square-inches-to-square-feet", "name": "Square Inches to Square Feet", "category": "area", "type": "standard", "teaser": "Turn square inches into square feet for tile planning.", "labels": {"in1": "Square Inches", "in2": "Square Feet"}, "factor": 0.006944444444444444, "hidden": true},
|
||||
{"slug": "square-kilometers-to-acres", "name": "Square Kilometers to Acres", "category": "area", "type": "standard", "teaser": "Convert square kilometers into acres for acreage reports.", "labels": {"in1": "Square Kilometers", "in2": "Acres"}, "factor": 247.105381},
|
||||
{"slug": "square-kilometers-to-hectares", "name": "Square Kilometers to Hectares", "category": "area", "type": "standard", "teaser": "Switch between square kilometers and hectares.", "labels": {"in1": "Square Kilometers", "in2": "Hectares"}, "factor": 100.0},
|
||||
{"slug": "square-kilometers-to-square-miles", "name": "Square Kilometers to Square Miles", "category": "area", "type": "standard", "teaser": "Compare square kilometers with square miles.", "labels": {"in1": "Square Kilometers", "in2": "Square Miles"}, "factor": 0.386102159, "hidden": true},
|
||||
{"slug": "square-meters-to-acres", "name": "Square Meters to Acres", "category": "area", "type": "standard", "teaser": "Translate square meters into acres for large parcels.", "labels": {"in1": "Square Meters", "in2": "Acres"}, "factor": 0.000247105381, "hidden": true},
|
||||
{"slug": "square-meters-to-ares", "name": "Square Meters to Ares", "category": "area", "type": "standard", "teaser": "Convert square meters into ares when talking metric land units.", "labels": {"in1": "Square Meters", "in2": "Ares"}, "factor": 0.01},
|
||||
{"slug": "square-meters-to-barns", "name": "Square Meters to Barns", "category": "area", "type": "standard", "teaser": "Express square meters as barns for particle physics scales.", "labels": {"in1": "Square Meters", "in2": "Barns"}, "factor": 1e+28},
|
||||
{"slug": "square-meters-to-hectares", "name": "Square Meters to Hectares", "category": "area", "type": "standard", "teaser": "Turn square meters into hectares on property summaries.", "labels": {"in1": "Square Meters", "in2": "Hectares"}, "factor": 0.0001, "hidden": true},
|
||||
{"slug": "square-meters-to-square-centimeters", "name": "Square Meters to Square Centimeters", "category": "area", "type": "standard", "teaser": "Break square meters into square centimeters for precision.", "labels": {"in1": "Square Meters", "in2": "Square Centimeters"}, "factor": 10000.0},
|
||||
{"slug": "square-meters-to-square-yards", "name": "Square Meters to Square Yards", "category": "area", "type": "standard", "teaser": "Translate square meters into square yards.", "labels": {"in1": "Square Meters", "in2": "Square Yards"}, "factor": 1.1959900463},
|
||||
{"slug": "square-meters-to-square-micrometers", "name": "Square Meters to Square Micrometers", "category": "area", "type": "standard", "teaser": "Expand square meters into square micrometer counts for precision etching.", "labels": {"in1": "Square Meters", "in2": "Square Micrometers"}, "factor": 1000000000000.0},
|
||||
{"slug": "square-micrometers-to-square-meters", "name": "Square Micrometers to Square Meters", "category": "area", "type": "standard", "teaser": "Compress micro-areas back into square meters for macro comparisons.", "labels": {"in1": "Square Micrometers", "in2": "Square Meters"}, "factor": 1e-12, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-micrometers", "name": "Square Centimeters to Square Micrometers", "category": "area", "type": "standard", "teaser": "Convert square centimeters into square micrometers for fine detail.", "labels": {"in1": "Square Centimeters", "in2": "Square Micrometers"}, "factor": 100000000.0},
|
||||
{"slug": "square-micrometers-to-square-centimeters", "name": "Square Micrometers to Square Centimeters", "category": "area", "type": "standard", "teaser": "Scale square micrometers back into square centimeters for lab notes.", "labels": {"in1": "Square Micrometers", "in2": "Square Centimeters"}, "factor": 1e-08, "hidden": true},
|
||||
{"slug": "square-millimeters-to-square-micrometers", "name": "Square Millimeters to Square Micrometers", "category": "area", "type": "standard", "teaser": "Expand square millimeters to square micrometers (1 mm\u00b2 = 1,000,000 \u00b5m\u00b2).", "labels": {"in1": "Square Millimeters", "in2": "Square Micrometers"}, "factor": 1000000.0},
|
||||
{"slug": "square-micrometers-to-square-millimeters", "name": "Square Micrometers to Square Millimeters", "category": "area", "type": "standard", "teaser": "Collapse square micrometers into square millimeters (1 \u00b5m\u00b2 = 0.000001 mm\u00b2).", "labels": {"in1": "Square Micrometers", "in2": "Square Millimeters"}, "factor": 1e-06, "hidden": true},
|
||||
{"slug": "square-micrometers-to-square-inches", "name": "Square Micrometers to Square Inches", "category": "area", "type": "standard", "teaser": "Bring microscopic areas into square inches for legacy specs.", "labels": {"in1": "Square Micrometers", "in2": "Square Inches"}, "factor": 1.5500031000062001e-09, "hidden": true},
|
||||
{"slug": "square-miles-to-acres", "name": "Square Miles to Acres", "category": "area", "type": "standard", "teaser": "Convert square miles into acres for field maps.", "labels": {"in1": "Square Miles", "in2": "Acres"}, "factor": 640.0},
|
||||
{"slug": "square-miles-to-square-feet", "name": "Square Miles to Square Feet", "category": "area", "type": "standard", "teaser": "Expand square miles into square feet for big-picture math.", "labels": {"in1": "Square Miles", "in2": "Square Feet"}, "factor": 27878400.0},
|
||||
{"slug": "square-miles-to-square-kilometers", "name": "Square Miles to Square Kilometers", "category": "area", "type": "standard", "teaser": "Compare square miles with square kilometers.", "labels": {"in1": "Square Miles", "in2": "Square Kilometers"}, "factor": 2.58998811},
|
||||
{"slug": "square-miles-to-square-meters", "name": "Square Miles to Square Meters", "category": "area", "type": "standard", "teaser": "Show square miles in square meters.", "labels": {"in1": "Square Miles", "in2": "Square Meters"}, "factor": 2589988.110336},
|
||||
{"slug": "square-miles-to-square-inches", "name": "Square Miles to Square Inches", "category": "area", "type": "standard", "teaser": "Translate large land areas into square inches for extreme precision.", "labels": {"in1": "Square Miles", "in2": "Square Inches"}, "factor": 144520972800.0},
|
||||
{"slug": "square-miles-to-square-centimeters", "name": "Square Miles to Square Centimeters", "category": "area", "type": "standard", "teaser": "Express square miles in square centimeters with SI detail.", "labels": {"in1": "Square Miles", "in2": "Square Centimeters"}, "factor": 25899881103.36},
|
||||
{"slug": "square-miles-to-square-millimeters", "name": "Square Miles to Square Millimeters", "category": "area", "type": "standard", "teaser": "Push square miles into square millimeters for nano-scale area analogies.", "labels": {"in1": "Square Miles", "in2": "Square Millimeters"}, "factor": 2589988110336.0},
|
||||
{"slug": "square-mils-to-circular-mils", "name": "Square Mils to Circular Mils", "category": "area", "type": "standard", "teaser": "Convert square mils into circular mils for wire specs.", "labels": {"in1": "Square Mils", "in2": "Circular Mils"}, "factor": 1.273239544735163},
|
||||
{"slug": "square-yards-to-acres", "name": "Square Yards to Acres", "category": "length", "type": "standard", "teaser": "Turn square yards into acres when sizing plots.", "labels": {"in1": "Square Yards", "in2": "Acres"}, "factor": 0.00020661157024793388, "hidden": true},
|
||||
{"slug": "square-yards-to-square-feet", "name": "Square Yards to Square Feet", "category": "length", "type": "standard", "teaser": "Convert square yards into square feet.", "labels": {"in1": "Square Yards", "in2": "Square Feet"}, "factor": 9.0},
|
||||
{"slug": "square-yards-to-square-inches", "name": "Square Yards to Square Inches", "category": "length", "type": "standard", "teaser": "Convert square yards into square inches.", "labels": {"in1": "Square Yards", "in2": "Square Inches"}, "factor": 1296.0},
|
||||
{"slug": "square-yards-to-square-mils", "name": "Square Yards to Square Mils", "category": "length", "type": "standard", "teaser": "Translate square yards into square mils for detailed wire planning.", "labels": {"in1": "Square Yards", "in2": "Square Mils"}, "factor": 1296000000.0},
|
||||
{"slug": "square-yards-to-square-meters", "name": "Square Yards to Square Meters", "category": "length", "type": "standard", "teaser": "Convert square yards into square meters.", "labels": {"in1": "Square Yards", "in2": "Square Meters"}, "factor": 0.83612736, "hidden": true},
|
||||
{"slug": "square-yards-to-square-centimeters", "name": "Square Yards to Square Centimeters", "category": "length", "type": "standard", "teaser": "Express square yards as square centimeters for CTA-level accuracy.", "labels": {"in1": "Square Yards", "in2": "Square Centimeters"}, "factor": 8361.2736},
|
||||
{"slug": "square-yards-to-square-millimeters", "name": "Square Yards to Square Millimeters", "category": "length", "type": "standard", "teaser": "Translate yard-area footprints into square millimeters for fine tooling.", "labels": {"in1": "Square Yards", "in2": "Square Millimeters"}, "factor": 836127.36},
|
||||
{"slug": "square-centimeters-to-square-millimeters", "name": "Square Centimeters to Square Millimeters", "category": "length", "type": "standard", "teaser": "Scale square centimeters up to square millimeters (\u00d7100).", "labels": {"in1": "Square Centimeters", "in2": "Square Millimeters"}, "factor": 100.0},
|
||||
{"slug": "square-feet-to-square-millimeters", "name": "Square Feet to Square Millimeters", "category": "length", "type": "standard", "teaser": "Convert floor areas into square millimeters for CAD detail.", "labels": {"in1": "Square Feet", "in2": "Square Millimeters"}, "factor": 92903.04},
|
||||
{"slug": "square-inches-to-square-millimeters", "name": "Square Inches to Square Millimeters", "category": "length", "type": "standard", "teaser": "Convert small planar areas into square millimeters (\u00d7645.16).", "labels": {"in1": "Square Inches", "in2": "Square Millimeters"}, "factor": 645.16},
|
||||
{"slug": "square-meters-to-square-millimeters", "name": "Square Meters to Square Millimeters", "category": "length", "type": "standard", "teaser": "Expand square meters into square millimeter counts.", "labels": {"in1": "Square Meters", "in2": "Square Millimeters"}, "factor": 1000000.0},
|
||||
{"slug": "square-kilometers-to-square-millimeters", "name": "Square Kilometers to Square Millimeters", "category": "length", "type": "standard", "teaser": "Cover entire districts in square millimeters.", "labels": {"in1": "Square Kilometers", "in2": "Square Millimeters"}, "factor": 1000000000000.0},
|
||||
{"slug": "square-yards-to-hectares", "name": "Square Yards to Hectares", "category": "length", "type": "standard", "teaser": "Estimate how many hectares your yard covers when planning landscaping.", "labels": {"in1": "Square Yards", "in2": "Hectares"}, "factor": 8.3612736e-05},
|
||||
{"slug": "square-yards-to-square-kilometers", "name": "Square Yards to Square Kilometers", "category": "length", "type": "standard", "teaser": "Translate square yards into square kilometers for city planning.", "labels": {"in1": "Square Yards", "in2": "Square Kilometers"}, "factor": 8.3612736e-07, "hidden": true},
|
||||
{"slug": "square-kilometers-to-square-yards", "name": "Square Kilometers to Square Yards", "category": "length", "type": "standard", "teaser": "Convert large urban footprints into square yards for real estate quoting.", "labels": {"in1": "Square Kilometers", "in2": "Square Yards"}, "factor": 1195990.046},
|
||||
{"slug": "square-kilometers-to-square-feet", "name": "Square Kilometers to Square Feet", "category": "length", "type": "standard", "teaser": "Turn square kilometers into square feet for building code checks.", "labels": {"in1": "Square Kilometers", "in2": "Square Feet"}, "factor": 10763910.417},
|
||||
{"slug": "square-kilometers-to-square-inches", "name": "Square Kilometers to Square Inches", "category": "length", "type": "standard", "teaser": "Break city-wide areas into square inches for precise engineering layouts.", "labels": {"in1": "Square Kilometers", "in2": "Square Inches"}, "factor": 1550003100.0},
|
||||
{"slug": "square-kilometers-to-square-centimeters", "name": "Square Kilometers to Square Centimeters", "category": "length", "type": "standard", "teaser": "Express a square kilometer as square centimeters for microscale units.", "labels": {"in1": "Square Kilometers", "in2": "Square Centimeters"}, "factor": 10000000000.0},
|
||||
{"slug": "square-inches-to-square-kilometers", "name": "Square Inches to Square Kilometers", "category": "length", "type": "standard", "teaser": "Scale a tiny square inch back up to square kilometers.", "labels": {"in1": "Square Inches", "in2": "Square Kilometers"}, "factor": 6.4516e-10, "hidden": true},
|
||||
{"slug": "square-inches-to-square-yards", "name": "Square Inches to Square Yards", "category": "length", "type": "standard", "teaser": "Convert square inches to square yards for small-to-medium area comparisons.", "labels": {"in1": "Square Inches", "in2": "Square Yards"}, "factor": 0.000771604938, "hidden": true},
|
||||
{"slug": "square-inches-to-square-meters", "name": "Square Inches to Square Meters", "category": "length", "type": "standard", "teaser": "Convert square inches into square meters for precision part specifications.", "labels": {"in1": "Square Inches", "in2": "Square Meters"}, "factor": 0.00064516},
|
||||
{"slug": "square-inches-to-square-micrometers", "name": "Square Inches to Square Micrometers", "category": "length", "type": "standard", "teaser": "Express square inches as square micrometer areas for microfabrication planning.", "labels": {"in1": "Square Inches", "in2": "Square Micrometers"}, "factor": 645160000.0},
|
||||
{"slug": "square-feet-to-square-kilometers", "name": "Square Feet to Square Kilometers", "category": "length", "type": "standard", "teaser": "Convert building floor area into square kilometers for city-scale planning.", "labels": {"in1": "Square Feet", "in2": "Square Kilometers"}, "factor": 9.290304e-08, "hidden": true},
|
||||
{"slug": "square-feet-to-square-centimeters", "name": "Square Feet to Square Centimeters", "category": "length", "type": "standard", "teaser": "Express floor area in square centimeters for detailed CAD work.", "labels": {"in1": "Square Feet", "in2": "Square Centimeters"}, "factor": 929.0304},
|
||||
{"slug": "square-centimeters-to-square-yards", "name": "Square Centimeters to Square Yards", "category": "length", "type": "standard", "teaser": "Turn centimeter-scale rectangles into square yards with a quick lookup.", "labels": {"in1": "Square Centimeters", "in2": "Square Yards"}, "factor": 0.000119599, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-kilometers", "name": "Square Centimeters to Square Kilometers", "category": "length", "type": "standard", "teaser": "Scale small tiles up to square kilometers for mapping.", "labels": {"in1": "Square Centimeters", "in2": "Square Kilometers"}, "factor": 1e-10, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-feet", "name": "Square Centimeters to Square Feet", "category": "length", "type": "standard", "teaser": "Switch square centimeters into square feet for interior design tasks.", "labels": {"in1": "Square Centimeters", "in2": "Square Feet"}, "factor": 0.001076391041, "hidden": true},
|
||||
{"slug": "townships-to-square-miles", "name": "Townships to Square Miles", "category": "length", "type": "standard", "teaser": "Translate a township into square miles (36 square miles).", "labels": {"in1": "Townships", "in2": "Square Miles"}, "factor": 36.0},
|
||||
{"slug": "townships-to-square-yards", "name": "Townships to Square Yards", "category": "length", "type": "standard", "teaser": "Convert township areas into square yards for local site planning.", "labels": {"in1": "Townships", "in2": "Square Yards"}, "factor": 111513600.0},
|
||||
{"slug": "townships-to-square-feet", "name": "Townships to Square Feet", "category": "length", "type": "standard", "teaser": "Lay out township-scale land in square feet for detailed property math.", "labels": {"in1": "Townships", "in2": "Square Feet"}, "factor": 1003622400.0},
|
||||
{"slug": "townships-to-square-inches", "name": "Townships to Square Inches", "category": "length", "type": "standard", "teaser": "Express a township in square inches for very fine calculations.", "labels": {"in1": "Townships", "in2": "Square Inches"}, "factor": 144521625600.0},
|
||||
{"slug": "townships-to-square-centimeters", "name": "Townships to Square Centimeters", "category": "length", "type": "standard", "teaser": "Capture township footprints in square centimeters for SI-ready reports.", "labels": {"in1": "Townships", "in2": "Square Centimeters"}, "factor": 932395719720.96},
|
||||
{"slug": "square-yards-to-acres", "name": "Square Yards to Acres", "category": "area", "type": "standard", "teaser": "Turn square yards into acres when sizing plots.", "labels": {"in1": "Square Yards", "in2": "Acres"}, "factor": 0.00020661157024793388, "hidden": true},
|
||||
{"slug": "square-yards-to-square-feet", "name": "Square Yards to Square Feet", "category": "area", "type": "standard", "teaser": "Convert square yards into square feet.", "labels": {"in1": "Square Yards", "in2": "Square Feet"}, "factor": 9.0},
|
||||
{"slug": "square-yards-to-square-inches", "name": "Square Yards to Square Inches", "category": "area", "type": "standard", "teaser": "Convert square yards into square inches.", "labels": {"in1": "Square Yards", "in2": "Square Inches"}, "factor": 1296.0},
|
||||
{"slug": "square-yards-to-square-mils", "name": "Square Yards to Square Mils", "category": "area", "type": "standard", "teaser": "Translate square yards into square mils for detailed wire planning.", "labels": {"in1": "Square Yards", "in2": "Square Mils"}, "factor": 1296000000.0},
|
||||
{"slug": "square-yards-to-square-meters", "name": "Square Yards to Square Meters", "category": "area", "type": "standard", "teaser": "Convert square yards into square meters.", "labels": {"in1": "Square Yards", "in2": "Square Meters"}, "factor": 0.83612736, "hidden": true},
|
||||
{"slug": "square-yards-to-square-centimeters", "name": "Square Yards to Square Centimeters", "category": "area", "type": "standard", "teaser": "Express square yards as square centimeters for CTA-level accuracy.", "labels": {"in1": "Square Yards", "in2": "Square Centimeters"}, "factor": 8361.2736},
|
||||
{"slug": "square-yards-to-square-millimeters", "name": "Square Yards to Square Millimeters", "category": "area", "type": "standard", "teaser": "Translate yard-area footprints into square millimeters for fine tooling.", "labels": {"in1": "Square Yards", "in2": "Square Millimeters"}, "factor": 836127.36},
|
||||
{"slug": "square-centimeters-to-square-millimeters", "name": "Square Centimeters to Square Millimeters", "category": "area", "type": "standard", "teaser": "Scale square centimeters up to square millimeters (\u00d7100).", "labels": {"in1": "Square Centimeters", "in2": "Square Millimeters"}, "factor": 100.0},
|
||||
{"slug": "square-feet-to-square-millimeters", "name": "Square Feet to Square Millimeters", "category": "area", "type": "standard", "teaser": "Convert floor areas into square millimeters for CAD detail.", "labels": {"in1": "Square Feet", "in2": "Square Millimeters"}, "factor": 92903.04},
|
||||
{"slug": "square-inches-to-square-millimeters", "name": "Square Inches to Square Millimeters", "category": "area", "type": "standard", "teaser": "Convert small planar areas into square millimeters (\u00d7645.16).", "labels": {"in1": "Square Inches", "in2": "Square Millimeters"}, "factor": 645.16},
|
||||
{"slug": "square-meters-to-square-millimeters", "name": "Square Meters to Square Millimeters", "category": "area", "type": "standard", "teaser": "Expand square meters into square millimeter counts.", "labels": {"in1": "Square Meters", "in2": "Square Millimeters"}, "factor": 1000000.0},
|
||||
{"slug": "square-kilometers-to-square-millimeters", "name": "Square Kilometers to Square Millimeters", "category": "area", "type": "standard", "teaser": "Cover entire districts in square millimeters.", "labels": {"in1": "Square Kilometers", "in2": "Square Millimeters"}, "factor": 1000000000000.0},
|
||||
{"slug": "square-centimeters-to-acres", "name": "Square Centimeters to Acres", "category": "area", "type": "standard", "teaser": "Convert precise square-centimeter measurements into acres for farmland context.", "labels": {"in1": "Square Centimeters", "in2": "Acres"}, "factor": 2.47105381467e-08, "hidden": true},
|
||||
{"slug": "square-centimeters-to-ares", "name": "Square Centimeters to Ares", "category": "area", "type": "standard", "teaser": "Express square centimeters in ares for metric land planning.", "labels": {"in1": "Square Centimeters", "in2": "Ares"}, "factor": 1e-06},
|
||||
{"slug": "square-centimeters-to-barns", "name": "Square Centimeters to Barns", "category": "area", "type": "standard", "teaser": "Bridge centimeter precision and atomic-scale barns when comparing cross-sections.", "labels": {"in1": "Square Centimeters", "in2": "Barns"}, "factor": 1e+24},
|
||||
{"slug": "square-centimeters-to-circular-mils", "name": "Square Centimeters to Circular Mils", "category": "area", "type": "standard", "teaser": "Turn square-centimeter data into circular mils for conductor sizing.", "labels": {"in1": "Square Centimeters", "in2": "Circular Mils"}, "factor": 197352.524139},
|
||||
{"slug": "square-centimeters-to-dunams", "name": "Square Centimeters to Dunams", "category": "area", "type": "standard", "teaser": "Translate tiny plots into dunams for regional surveying.", "labels": {"in1": "Square Centimeters", "in2": "Dunams"}, "factor": 1e-07},
|
||||
{"slug": "square-centimeters-to-hectares", "name": "Square Centimeters to Hectares", "category": "area", "type": "standard", "teaser": "Expand square-centimeter areas into hectares for property summaries.", "labels": {"in1": "Square Centimeters", "in2": "Hectares"}, "factor": 1e-08},
|
||||
{"slug": "square-centimeters-to-roods", "name": "Square Centimeters to Roods", "category": "area", "type": "standard", "teaser": "Convert square centimeters into roods when comparing historical land measures.", "labels": {"in1": "Square Centimeters", "in2": "Roods"}, "factor": 9.88421525869e-08},
|
||||
{"slug": "square-centimeters-to-sections", "name": "Square Centimeters to Sections", "category": "area", "type": "standard", "teaser": "See centimeter details in terms of survey sections (1 section = 1 square mile).", "labels": {"in1": "Square Centimeters", "in2": "Sections"}, "factor": 3.86102158542e-11},
|
||||
{"slug": "square-centimeters-to-square-miles", "name": "Square Centimeters to Square Miles", "category": "area", "type": "standard", "teaser": "Express minute squares in square miles for geographic perspective.", "labels": {"in1": "Square Centimeters", "in2": "Square Miles"}, "factor": 3.86102158542e-11, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-mils", "name": "Square Centimeters to Square Mils", "category": "area", "type": "standard", "teaser": "Convert square centimeters into square mils for precision wiring math.", "labels": {"in1": "Square Centimeters", "in2": "Square Mils"}, "factor": 155000.310001},
|
||||
{"slug": "square-centimeters-to-townships", "name": "Square Centimeters to Townships", "category": "area", "type": "standard", "teaser": "Relate micro areas to township-sized land plots.", "labels": {"in1": "Square Centimeters", "in2": "Townships"}, "factor": 1.07250599595e-12, "hidden": true},
|
||||
{"slug": "square-feet-to-ares", "name": "Square Feet to Ares", "category": "area", "type": "standard", "teaser": "Express a square-foot footprint in ares for metric conversions.", "labels": {"in1": "Square Feet", "in2": "Ares"}, "factor": 0.0009290304},
|
||||
{"slug": "square-feet-to-barns", "name": "Square Feet to Barns", "category": "area", "type": "standard", "teaser": "Bridge square feet and atomic barns when you need extreme-range unit comparisons.", "labels": {"in1": "Square Feet", "in2": "Barns"}, "factor": 9.290304e+26},
|
||||
{"slug": "square-feet-to-circular-mils", "name": "Square Feet to Circular Mils", "category": "area", "type": "standard", "teaser": "Translate floor area into circular mil counts used by electrical specs.", "labels": {"in1": "Square Feet", "in2": "Circular Mils"}, "factor": 183346494.442},
|
||||
{"slug": "square-feet-to-dunams", "name": "Square Feet to Dunams", "category": "area", "type": "standard", "teaser": "Convert square feet to dunams for regional area planning.", "labels": {"in1": "Square Feet", "in2": "Dunams"}, "factor": 9.290304e-05},
|
||||
{"slug": "square-feet-to-hectares", "name": "Square Feet to Hectares", "category": "area", "type": "standard", "teaser": "Convert square feet into hectares for international property math.", "labels": {"in1": "Square Feet", "in2": "Hectares"}, "factor": 9.290304e-06, "hidden": true},
|
||||
{"slug": "square-feet-to-roods", "name": "Square Feet to Roods", "category": "area", "type": "standard", "teaser": "Compare square feet with roods when referencing historical land measures.", "labels": {"in1": "Square Feet", "in2": "Roods"}, "factor": 9.18273645546e-05},
|
||||
{"slug": "square-feet-to-sections", "name": "Square Feet to Sections", "category": "area", "type": "standard", "teaser": "See how many survey sections your square-foot parcel represents.", "labels": {"in1": "Square Feet", "in2": "Sections"}, "factor": 3.58700642792e-08},
|
||||
{"slug": "square-feet-to-square-miles", "name": "Square Feet to Square Miles", "category": "area", "type": "standard", "teaser": "Relate a building\u2019s square footage to square miles in one step.", "labels": {"in1": "Square Feet", "in2": "Square Miles"}, "factor": 3.58700642792e-08, "hidden": true},
|
||||
{"slug": "square-feet-to-townships", "name": "Square Feet to Townships", "category": "area", "type": "standard", "teaser": "Express square-feet areas in multiples of townships for massive land holdings.", "labels": {"in1": "Square Feet", "in2": "Townships"}, "factor": 9.96390674421e-10, "hidden": true},
|
||||
{"slug": "square-inches-to-acres", "name": "Square Inches to Acres", "category": "area", "type": "standard", "teaser": "Turn tiny square inches into acres for large-lot conversions.", "labels": {"in1": "Square Inches", "in2": "Acres"}, "factor": 1.59422507907e-07, "hidden": true},
|
||||
{"slug": "square-inches-to-ares", "name": "Square Inches to Ares", "category": "area", "type": "standard", "teaser": "Express square-inch areas in ares for metric summaries.", "labels": {"in1": "Square Inches", "in2": "Ares"}, "factor": 6.4516e-06},
|
||||
{"slug": "square-inches-to-barns", "name": "Square Inches to Barns", "category": "area", "type": "standard", "teaser": "Jump from square inches to barns when comparing electronics to atomic scales.", "labels": {"in1": "Square Inches", "in2": "Barns"}, "factor": 6.4516e+24},
|
||||
{"slug": "square-inches-to-circular-mils", "name": "Square Inches to Circular Mils", "category": "area", "type": "standard", "teaser": "Convert square inches directly into circular mil counts for wiring.", "labels": {"in1": "Square Inches", "in2": "Circular Mils"}, "factor": 1273239.54474},
|
||||
{"slug": "square-inches-to-dunams", "name": "Square Inches to Dunams", "category": "area", "type": "standard", "teaser": "See how many dunams fit into a square-inch footprint.", "labels": {"in1": "Square Inches", "in2": "Dunams"}, "factor": 6.4516e-07},
|
||||
{"slug": "square-inches-to-hectares", "name": "Square Inches to Hectares", "category": "area", "type": "standard", "teaser": "Translate square inches into hectares for global planning.", "labels": {"in1": "Square Inches", "in2": "Hectares"}, "factor": 6.4516e-08},
|
||||
{"slug": "square-inches-to-roods", "name": "Square Inches to Roods", "category": "area", "type": "standard", "teaser": "Compare square inches with roods for vintage land references.", "labels": {"in1": "Square Inches", "in2": "Roods"}, "factor": 6.37690031629e-07},
|
||||
{"slug": "square-inches-to-sections", "name": "Square Inches to Sections", "category": "area", "type": "standard", "teaser": "Express square inches in survey sections when scaling up to miles.", "labels": {"in1": "Square Inches", "in2": "Sections"}, "factor": 2.49097668605e-10},
|
||||
{"slug": "square-inches-to-square-miles", "name": "Square Inches to Square Miles", "category": "area", "type": "standard", "teaser": "Express minute areas as square miles for aerial comparison.", "labels": {"in1": "Square Inches", "in2": "Square Miles"}, "factor": 2.49097668605e-10, "hidden": true},
|
||||
{"slug": "square-inches-to-townships", "name": "Square Inches to Townships", "category": "area", "type": "standard", "teaser": "Translate square inches into township-scale measurements.", "labels": {"in1": "Square Inches", "in2": "Townships"}, "factor": 6.91937968348e-12, "hidden": true},
|
||||
{"slug": "square-kilometers-to-ares", "name": "Square Kilometers to Ares", "category": "area", "type": "standard", "teaser": "Express square kilometers as ares for smaller metric grids.", "labels": {"in1": "Square Kilometers", "in2": "Ares"}, "factor": 10000.0},
|
||||
{"slug": "square-kilometers-to-barns", "name": "Square Kilometers to Barns", "category": "area", "type": "standard", "teaser": "Jump from city-scale square kilometers to atomic barns.", "labels": {"in1": "Square Kilometers", "in2": "Barns"}, "factor": 1e+34},
|
||||
{"slug": "square-kilometers-to-circular-mils", "name": "Square Kilometers to Circular Mils", "category": "area", "type": "standard", "teaser": "Express square kilometers as circular mils for extreme scaling.", "labels": {"in1": "Square Kilometers", "in2": "Circular Mils"}, "factor": 1973525241390000.0},
|
||||
{"slug": "square-kilometers-to-dunams", "name": "Square Kilometers to Dunams", "category": "area", "type": "standard", "teaser": "Convert square kilometers into dunams for regional surveys.", "labels": {"in1": "Square Kilometers", "in2": "Dunams"}, "factor": 1000.0},
|
||||
{"slug": "square-kilometers-to-roods", "name": "Square Kilometers to Roods", "category": "area", "type": "standard", "teaser": "Compare square kilometers to roods for large-area context.", "labels": {"in1": "Square Kilometers", "in2": "Roods"}, "factor": 988.421525869},
|
||||
{"slug": "square-kilometers-to-sections", "name": "Square Kilometers to Sections", "category": "area", "type": "standard", "teaser": "Scale square kilometers into survey sections (1 section = 1 square mile).", "labels": {"in1": "Square Kilometers", "in2": "Sections"}, "factor": 0.386102158542},
|
||||
{"slug": "square-kilometers-to-square-mils", "name": "Square Kilometers to Square Mils", "category": "area", "type": "standard", "teaser": "Translate city-scale areas into square mils for micro-level planning.", "labels": {"in1": "Square Kilometers", "in2": "Square Mils"}, "factor": 1550003100010000.0},
|
||||
{"slug": "square-kilometers-to-townships", "name": "Square Kilometers to Townships", "category": "area", "type": "standard", "teaser": "Express square kilometers as townships when dealing with massive tracts.", "labels": {"in1": "Square Kilometers", "in2": "Townships"}, "factor": 0.0107250599595, "hidden": true},
|
||||
{"slug": "square-meters-to-circular-mils", "name": "Square Meters to Circular Mils", "category": "area", "type": "standard", "teaser": "Express square meters as circular mils for conductor-area comparisons.", "labels": {"in1": "Square Meters", "in2": "Circular Mils"}, "factor": 1973525241.39},
|
||||
{"slug": "square-meters-to-dunams", "name": "Square Meters to Dunams", "category": "area", "type": "standard", "teaser": "Convert square meters into dunams for regional planning conversions.", "labels": {"in1": "Square Meters", "in2": "Dunams"}, "factor": 0.001},
|
||||
{"slug": "square-yards-to-hectares", "name": "Square Yards to Hectares", "category": "area", "type": "standard", "teaser": "Estimate how many hectares your yard covers when planning landscaping.", "labels": {"in1": "Square Yards", "in2": "Hectares"}, "factor": 8.3612736e-05},
|
||||
{"slug": "square-yards-to-square-kilometers", "name": "Square Yards to Square Kilometers", "category": "area", "type": "standard", "teaser": "Translate square yards into square kilometers for city planning.", "labels": {"in1": "Square Yards", "in2": "Square Kilometers"}, "factor": 8.3612736e-07, "hidden": true},
|
||||
{"slug": "square-kilometers-to-square-yards", "name": "Square Kilometers to Square Yards", "category": "area", "type": "standard", "teaser": "Convert large urban footprints into square yards for real estate quoting.", "labels": {"in1": "Square Kilometers", "in2": "Square Yards"}, "factor": 1195990.046},
|
||||
{"slug": "square-kilometers-to-square-feet", "name": "Square Kilometers to Square Feet", "category": "area", "type": "standard", "teaser": "Turn square kilometers into square feet for building code checks.", "labels": {"in1": "Square Kilometers", "in2": "Square Feet"}, "factor": 10763910.417},
|
||||
{"slug": "square-kilometers-to-square-inches", "name": "Square Kilometers to Square Inches", "category": "area", "type": "standard", "teaser": "Break city-wide areas into square inches for precise engineering layouts.", "labels": {"in1": "Square Kilometers", "in2": "Square Inches"}, "factor": 1550003100.0},
|
||||
{"slug": "square-kilometers-to-square-centimeters", "name": "Square Kilometers to Square Centimeters", "category": "area", "type": "standard", "teaser": "Express a square kilometer as square centimeters for microscale units.", "labels": {"in1": "Square Kilometers", "in2": "Square Centimeters"}, "factor": 10000000000.0},
|
||||
{"slug": "square-inches-to-square-kilometers", "name": "Square Inches to Square Kilometers", "category": "area", "type": "standard", "teaser": "Scale a tiny square inch back up to square kilometers.", "labels": {"in1": "Square Inches", "in2": "Square Kilometers"}, "factor": 6.4516e-10, "hidden": true},
|
||||
{"slug": "square-inches-to-square-yards", "name": "Square Inches to Square Yards", "category": "area", "type": "standard", "teaser": "Convert square inches to square yards for small-to-medium area comparisons.", "labels": {"in1": "Square Inches", "in2": "Square Yards"}, "factor": 0.000771604938, "hidden": true},
|
||||
{"slug": "square-inches-to-square-meters", "name": "Square Inches to Square Meters", "category": "area", "type": "standard", "teaser": "Convert square inches into square meters for precision part specifications.", "labels": {"in1": "Square Inches", "in2": "Square Meters"}, "factor": 0.00064516},
|
||||
{"slug": "square-inches-to-square-micrometers", "name": "Square Inches to Square Micrometers", "category": "area", "type": "standard", "teaser": "Express square inches as square micrometer areas for microfabrication planning.", "labels": {"in1": "Square Inches", "in2": "Square Micrometers"}, "factor": 645160000.0},
|
||||
{"slug": "square-feet-to-square-kilometers", "name": "Square Feet to Square Kilometers", "category": "area", "type": "standard", "teaser": "Convert building floor area into square kilometers for city-scale planning.", "labels": {"in1": "Square Feet", "in2": "Square Kilometers"}, "factor": 9.290304e-08, "hidden": true},
|
||||
{"slug": "square-feet-to-square-centimeters", "name": "Square Feet to Square Centimeters", "category": "area", "type": "standard", "teaser": "Express floor area in square centimeters for detailed CAD work.", "labels": {"in1": "Square Feet", "in2": "Square Centimeters"}, "factor": 929.0304},
|
||||
{"slug": "square-centimeters-to-square-yards", "name": "Square Centimeters to Square Yards", "category": "area", "type": "standard", "teaser": "Turn centimeter-scale rectangles into square yards with a quick lookup.", "labels": {"in1": "Square Centimeters", "in2": "Square Yards"}, "factor": 0.000119599, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-kilometers", "name": "Square Centimeters to Square Kilometers", "category": "area", "type": "standard", "teaser": "Scale small tiles up to square kilometers for mapping.", "labels": {"in1": "Square Centimeters", "in2": "Square Kilometers"}, "factor": 1e-10, "hidden": true},
|
||||
{"slug": "square-centimeters-to-square-feet", "name": "Square Centimeters to Square Feet", "category": "area", "type": "standard", "teaser": "Switch square centimeters into square feet for interior design tasks.", "labels": {"in1": "Square Centimeters", "in2": "Square Feet"}, "factor": 0.001076391041, "hidden": true},
|
||||
{"slug": "townships-to-square-miles", "name": "Townships to Square Miles", "category": "area", "type": "standard", "teaser": "Translate a township into square miles (36 square miles).", "labels": {"in1": "Townships", "in2": "Square Miles"}, "factor": 36.0},
|
||||
{"slug": "townships-to-square-yards", "name": "Townships to Square Yards", "category": "area", "type": "standard", "teaser": "Convert township areas into square yards for local site planning.", "labels": {"in1": "Townships", "in2": "Square Yards"}, "factor": 111513600.0},
|
||||
{"slug": "townships-to-square-feet", "name": "Townships to Square Feet", "category": "area", "type": "standard", "teaser": "Lay out township-scale land in square feet for detailed property math.", "labels": {"in1": "Townships", "in2": "Square Feet"}, "factor": 1003622400.0},
|
||||
{"slug": "townships-to-square-inches", "name": "Townships to Square Inches", "category": "area", "type": "standard", "teaser": "Express a township in square inches for very fine calculations.", "labels": {"in1": "Townships", "in2": "Square Inches"}, "factor": 144521625600.0},
|
||||
{"slug": "townships-to-square-centimeters", "name": "Townships to Square Centimeters", "category": "area", "type": "standard", "teaser": "Capture township footprints in square centimeters for SI-ready reports.", "labels": {"in1": "Townships", "in2": "Square Centimeters"}, "factor": 932395719720.96},
|
||||
{"slug": "townships-to-square-mils", "name": "Townships to Square Mils", "category": "area", "type": "standard", "teaser": "Translate township areas into square mils for spec sheets on micrometer-level grids.", "labels": {"in1": "Townships", "in2": "Square Mils"}, "factor": 1.445216256e+17},
|
||||
{"slug": "townships-to-acres", "name": "Townships to Acres", "category": "area", "type": "standard", "teaser": "Convert a township into acres for agricultural estimates.", "labels": {"in1": "Townships", "in2": "Acres"}, "factor": 23040.0},
|
||||
{"slug": "townships-to-square-kilometers", "name": "Townships to Square Kilometers", "category": "length", "type": "standard", "teaser": "Scale township areas into square kilometers for regional planning.", "labels": {"in1": "Townships", "in2": "Square Kilometers"}, "factor": 93.239571972096},
|
||||
{"slug": "townships-to-square-meters", "name": "Townships to Square Meters", "category": "length", "type": "standard", "teaser": "Translate a township into square meters for detailed surveys.", "labels": {"in1": "Townships", "in2": "Square Meters"}, "factor": 93239571.972096},
|
||||
{"slug": "townships-to-square-kilometers", "name": "Townships to Square Kilometers", "category": "area", "type": "standard", "teaser": "Scale township areas into square kilometers for regional planning.", "labels": {"in1": "Townships", "in2": "Square Kilometers"}, "factor": 93.239571972096},
|
||||
{"slug": "townships-to-square-meters", "name": "Townships to Square Meters", "category": "area", "type": "standard", "teaser": "Translate a township into square meters for detailed surveys.", "labels": {"in1": "Townships", "in2": "Square Meters"}, "factor": 93239571.972096},
|
||||
{"slug": "slugs-to-kilograms", "name": "Slugs to kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Slugs", "in2": "kilograms"}, "factor": 14.5939},
|
||||
{"slug": "sievert-to-rem", "name": "Sievert to rem", "category": "radiation", "type": "standard", "labels": {"in1": "Sievert", "in2": "rem"}, "factor": 100.0},
|
||||
{"slug": "seconds-to-minutes", "name": "Seconds to minutes", "category": "time", "type": "standard", "labels": {"in1": "Seconds", "in2": "minutes"}, "factor": 0.016667, "hidden": true},
|
||||
@@ -556,9 +596,9 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "hands-to-inches", "name": "Hands to Inches", "category": "length", "type": "standard", "teaser": "Convert Hands to Inches instantly.", "labels": {"in1": "Hands", "in2": "Inches"}, "factor": 4.0},
|
||||
{"slug": "hartree-to-electron-volts", "name": "Hartree to Electron-volts", "category": "energy", "type": "standard", "teaser": "Convert Hartree to Electron-volts instantly.", "labels": {"in1": "Hartree", "in2": "Electron-volts"}, "factor": 27.2114},
|
||||
{"slug": "hectares-to-ares", "name": "Hectares to Ares", "category": "area", "type": "standard", "teaser": "Convert Hectares to Ares instantly.", "labels": {"in1": "Hectares", "in2": "Ares"}, "factor": 100.0},
|
||||
{"slug": "hectares-to-square-feet", "name": "Hectares to Square Feet", "category": "length", "type": "standard", "teaser": "Convert Hectares to Square Feet instantly.", "labels": {"in1": "Hectares", "in2": "Square Feet"}, "factor": 107639.0},
|
||||
{"slug": "hectares-to-square-kilometers", "name": "Hectares to Square Kilometers", "category": "length", "type": "standard", "teaser": "Convert Hectares to Square Kilometers instantly.", "labels": {"in1": "Hectares", "in2": "Square Kilometers"}, "factor": 0.01, "hidden": true},
|
||||
{"slug": "hectares-to-square-meters", "name": "Hectares to Square Meters", "category": "length", "type": "standard", "teaser": "Convert Hectares to Square Meters instantly.", "labels": {"in1": "Hectares", "in2": "Square Meters"}, "factor": 10000.0},
|
||||
{"slug": "hectares-to-square-feet", "name": "Hectares to Square Feet", "category": "area", "type": "standard", "teaser": "Convert Hectares to Square Feet instantly.", "labels": {"in1": "Hectares", "in2": "Square Feet"}, "factor": 107639.0},
|
||||
{"slug": "hectares-to-square-kilometers", "name": "Hectares to Square Kilometers", "category": "area", "type": "standard", "teaser": "Convert Hectares to Square Kilometers instantly.", "labels": {"in1": "Hectares", "in2": "Square Kilometers"}, "factor": 0.01, "hidden": true},
|
||||
{"slug": "hectares-to-square-meters", "name": "Hectares to Square Meters", "category": "area", "type": "standard", "teaser": "Convert Hectares to Square Meters instantly.", "labels": {"in1": "Hectares", "in2": "Square Meters"}, "factor": 10000.0},
|
||||
{"slug": "hectopascals-to-atmosphere", "name": "Hectopascals to Atmosphere", "category": "pressure", "type": "standard", "teaser": "Convert Hectopascals to Atmosphere instantly.", "labels": {"in1": "Hectopascals", "in2": "Atmosphere"}, "factor": 0.000986923},
|
||||
{"slug": "hectopascals-to-bar", "name": "Hectopascals to Bar", "category": "pressure", "type": "standard", "teaser": "Convert Hectopascals to Bar instantly.", "labels": {"in1": "Hectopascals", "in2": "Bar"}, "factor": 0.001},
|
||||
{"slug": "hectopascals-to-psi", "name": "Hectopascals to PSI", "category": "pressure", "type": "standard", "teaser": "Convert Hectopascals to PSI instantly.", "labels": {"in1": "Hectopascals", "in2": "PSI"}, "factor": 0.0145038},
|
||||
@@ -734,14 +774,14 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "lamberts-to-phot", "name": "Lamberts to Phot", "category": "other", "type": "standard", "teaser": "Flip lamberts back into phots.", "labels": {"in1": "Lamberts", "in2": "Phot"}},
|
||||
{"slug": "phot-to-foot-lamberts", "name": "Phot to Foot-lamberts", "category": "other", "type": "standard", "teaser": "One phot (10,000 lux) equals about 929 foot-lamberts.", "labels": {"in1": "Phot", "in2": "Foot-lamberts"}, "factor": 929.03},
|
||||
{"slug": "foot-lamberts-to-phot", "name": "Foot-lamberts to Phot", "category": "other", "type": "standard", "teaser": "Express foot-lamberts as phots (1 ft-L \u2248 0.0010764 phot).", "labels": {"in1": "Foot-lamberts", "in2": "Phot"}, "factor": 0.00107639, "hidden": true},
|
||||
{"slug": "lumens-to-lux-per-square-meter", "name": "Lumens to Lux per square meter", "category": "length", "type": "standard", "teaser": "Spread lumens over 1 m\u00b2 to get lux.", "labels": {"in1": "Lumens", "in2": "Lux per square meter"}},
|
||||
{"slug": "lux-to-lumens-per-square-meter", "name": "Lux to Lumens per square meter", "category": "length", "type": "standard", "teaser": "Treat lux as lumens on each square meter.", "labels": {"in1": "Lux", "in2": "Lumens per square meter"}},
|
||||
{"slug": "lumens-to-lux-per-square-meter", "name": "Lumens to Lux per square meter", "category": "area", "type": "standard", "teaser": "Spread lumens over 1 m\u00b2 to get lux.", "labels": {"in1": "Lumens", "in2": "Lux per square meter"}},
|
||||
{"slug": "lux-to-lumens-per-square-meter", "name": "Lux to Lumens per square meter", "category": "area", "type": "standard", "teaser": "Treat lux as lumens on each square meter.", "labels": {"in1": "Lux", "in2": "Lumens per square meter"}},
|
||||
{"slug": "foot-candles-to-phot", "name": "Foot-candles to Phot", "category": "other", "type": "standard", "teaser": "Convert foot-candles into phots via the 10,000 lux anchor.", "labels": {"in1": "Foot-candles", "in2": "Phot"}, "factor": 0.00107639, "hidden": true},
|
||||
{"slug": "phot-to-foot-candles", "name": "Phot to Foot-candles", "category": "other", "type": "standard", "teaser": "Express phots as foot-candles for practical light meter use.", "labels": {"in1": "Phot", "in2": "Foot-candles"}, "factor": 929.03},
|
||||
{"slug": "lumens-to-nits-per-square-meter", "name": "Lumens to Nits per square meter", "category": "length", "type": "standard", "teaser": "A lumen/m\u00b2 (lux) equals about 0.31831 nits under Lambertian lighting.", "labels": {"in1": "Lumens", "in2": "Nits per square meter"}, "factor": 0.318309886},
|
||||
{"slug": "nits-to-lumens-per-square-meter", "name": "Nits to Lumens per square meter", "category": "length", "type": "standard", "teaser": "Back-convert nits into lumens/m\u00b2 using \u03c0.", "labels": {"in1": "Nits", "in2": "Lumens per square meter"}, "factor": 3.141592654},
|
||||
{"slug": "lumens-to-foot-lamberts-per-square-meter", "name": "Lumens to Foot-lamberts per square meter", "category": "length", "type": "standard", "teaser": "One lux equals 0.092903 foot-lamberts.", "labels": {"in1": "Lumens", "in2": "Foot-lamberts per square meter"}, "factor": 0.09290304},
|
||||
{"slug": "foot-lamberts-to-lumens-per-square-meter", "name": "Foot-lamberts to Lumens per square meter", "category": "length", "type": "standard", "teaser": "Translate foot-lamberts into lux for metric flux (multiply by 10.7639).", "labels": {"in1": "Foot-lamberts", "in2": "Lumens per square meter"}, "factor": 10.7639},
|
||||
{"slug": "lumens-to-nits-per-square-meter", "name": "Lumens to Nits per square meter", "category": "area", "type": "standard", "teaser": "A lumen/m\u00b2 (lux) equals about 0.31831 nits under Lambertian lighting.", "labels": {"in1": "Lumens", "in2": "Nits per square meter"}, "factor": 0.318309886},
|
||||
{"slug": "nits-to-lumens-per-square-meter", "name": "Nits to Lumens per square meter", "category": "area", "type": "standard", "teaser": "Back-convert nits into lumens/m\u00b2 using \u03c0.", "labels": {"in1": "Nits", "in2": "Lumens per square meter"}, "factor": 3.141592654},
|
||||
{"slug": "lumens-to-foot-lamberts-per-square-meter", "name": "Lumens to Foot-lamberts per square meter", "category": "area", "type": "standard", "teaser": "One lux equals 0.092903 foot-lamberts.", "labels": {"in1": "Lumens", "in2": "Foot-lamberts per square meter"}, "factor": 0.09290304},
|
||||
{"slug": "foot-lamberts-to-lumens-per-square-meter", "name": "Foot-lamberts to Lumens per square meter", "category": "area", "type": "standard", "teaser": "Translate foot-lamberts into lux for metric flux (multiply by 10.7639).", "labels": {"in1": "Foot-lamberts", "in2": "Lumens per square meter"}, "factor": 10.7639},
|
||||
{"slug": "stilbs-to-nits", "name": "Stilbs to Nits", "category": "other", "type": "standard", "teaser": "A stilb equals 10,000 nits for high-luminance scopes.", "labels": {"in1": "Stilbs", "in2": "Nits"}, "factor": 10000.0},
|
||||
{"slug": "nits-to-stilbs", "name": "Nits to Stilbs", "category": "other", "type": "standard", "teaser": "Convert nits into the CGS stilb scale (1 nit = 0.0001 stilb).", "labels": {"in1": "Nits", "in2": "Stilbs"}, "factor": 0.0001, "hidden": true},
|
||||
{"slug": "stilbs-to-lux", "name": "Stilbs to Lux", "category": "light", "type": "standard", "teaser": "Multiply stilbs by \u03c0 to get the matching lux value (\u2248 31,415.93 lux).", "labels": {"in1": "Stilbs", "in2": "Lux"}, "factor": 31415.92654},
|
||||
@@ -821,7 +861,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "liters-to-pecks", "name": "Liters to Pecks", "category": "volume", "type": "standard", "teaser": "Convert liters into US dry pecks for bulk goods.", "labels": {"in1": "Liters", "in2": "Pecks"}, "factor": 0.1099846, "hidden": true},
|
||||
{"slug": "liters-to-acre-feet", "name": "Liters to Acre-feet", "category": "length", "type": "standard", "teaser": "Convert liters to acre-feet.", "labels": {"in1": "Liters", "in2": "Acre-feet"}, "factor": 8.107e-07, "hidden": true},
|
||||
{"slug": "liters-to-acre-feet", "name": "Liters to Acre-feet", "category": "area", "type": "standard", "teaser": "Convert liters to acre-feet.", "labels": {"in1": "Liters", "in2": "Acre-feet"}, "factor": 8.107e-07, "hidden": true},
|
||||
{"slug": "liters-to-barrel-us-oil", "name": "Liters to Barrel (US oil)", "category": "volume", "type": "standard", "teaser": "Convert liters to US oil barrels.", "labels": {"in1": "Liters", "in2": "Barrel (US oil)"}, "factor": 0.00628981077},
|
||||
{"slug": "liters-to-bushels", "name": "Liters to Bushels", "category": "volume", "type": "standard", "teaser": "Convert liters to US dry bushels.", "labels": {"in1": "Liters", "in2": "Bushels"}, "factor": 0.0284130625, "hidden": true},
|
||||
{"slug": "liters-to-centiliters", "name": "Liters to Centiliters", "category": "volume", "type": "standard", "teaser": "Convert liters to centiliters.", "labels": {"in1": "Liters", "in2": "Centiliters"}, "factor": 100.0},
|
||||
@@ -877,7 +917,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "rem-to-rad", "name": "Rem to Rad", "category": "radiation", "type": "standard", "teaser": "Treat rems as rads with a 1:1 ratio.", "labels": {"in1": "Rem", "in2": "Rad"}, "factor": 1.0},
|
||||
{"slug": "rods-to-feet", "name": "Rods to Feet", "category": "length", "type": "standard", "teaser": "Convert rods into feet for land measurement.", "labels": {"in1": "Rods", "in2": "Feet"}, "factor": 16.5},
|
||||
{"slug": "rods-to-meters", "name": "Rods to Meters", "category": "length", "type": "standard", "teaser": "Express rods as meters.", "labels": {"in1": "Rods", "in2": "Meters"}, "factor": 5.0292},
|
||||
{"slug": "roods-to-square-meters", "name": "Roods to Square meters", "category": "length", "type": "standard", "teaser": "Turn roods into square meters.", "labels": {"in1": "Roods", "in2": "Square meters"}, "factor": 1011.7141056},
|
||||
{"slug": "roods-to-square-meters", "name": "Roods to Square meters", "category": "area", "type": "standard", "teaser": "Turn roods into square meters.", "labels": {"in1": "Roods", "in2": "Square meters"}, "factor": 1011.7141056},
|
||||
{"slug": "rpm-to-hertz", "name": "RPM to Hertz", "category": "speed", "type": "standard", "teaser": "Translate RPM into hertz for electrical specs.", "labels": {"in1": "RPM", "in2": "Hertz"}, "factor": 0.016666666666666666, "hidden": true},
|
||||
{"slug": "rutherford-to-curie", "name": "Rutherford to Curie", "category": "radiation", "type": "standard", "teaser": "Convert Rutherford disintegrations per second into curies.", "labels": {"in1": "Rutherford", "in2": "Curie"}, "factor": 2.702702702702703e-05},
|
||||
{"slug": "rydberg-to-joules", "name": "Rydberg to Joules", "category": "energy", "type": "standard", "teaser": "Express a Rydberg energy in joules.", "labels": {"in1": "Rydberg", "in2": "Joules"}, "factor": 2.1798723611035e-18},
|
||||
@@ -893,40 +933,40 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "short-tons-to-long-tons", "name": "Short Tons to Long Tons", "category": "weight", "type": "standard", "teaser": "Express short tons as long tons.", "labels": {"in1": "Short Tons", "in2": "Long Tons"}, "factor": 0.892857, "hidden": true},
|
||||
{"slug": "short-tons-to-metric-tons", "name": "Short Tons to Metric Tons", "category": "weight", "type": "standard", "teaser": "Convert short tons into metric tons.", "labels": {"in1": "Short Tons", "in2": "Metric Tons"}, "factor": 0.90718474, "hidden": true},
|
||||
{"slug": "sidereal-days-to-solar-days", "name": "Sidereal days to Solar days", "category": "time", "type": "standard", "teaser": "Compare a sidereal day with a solar day.", "labels": {"in1": "Sidereal days", "in2": "Solar days"}, "factor": 0.9972695669},
|
||||
{"slug": "acre-feet-to-barrel-us-oil", "name": "Acre-feet to Barrel (US oil)", "category": "length", "type": "standard", "teaser": "Express the acre-foot as barrels of oil for storage comparisons.", "labels": {"in1": "Acre-feet", "in2": "Barrel (US oil)"}, "factor": 7758.367346938776},
|
||||
{"slug": "acre-feet-to-bushels", "name": "Acre-feet to Bushels", "category": "length", "type": "standard", "teaser": "Convert the volume into bushels for agricultural planning.", "labels": {"in1": "Acre-feet", "in2": "Bushels"}, "factor": 35003.2458775495},
|
||||
{"slug": "acre-feet-to-cubic-centimeters", "name": "Acre-feet to Cubic Centimeters", "category": "length", "type": "standard", "teaser": "Translate the acre-foot into cubic centimeters for fine-grain units.", "labels": {"in1": "Acre-feet", "in2": "Cubic Centimeters"}, "factor": 1233481837.54752},
|
||||
{"slug": "acre-feet-to-cubic-feet", "name": "Acre-feet to Cubic Feet", "category": "length", "type": "standard", "teaser": "Express the acre-foot directly as cubic feet for reservoir math.", "labels": {"in1": "Acre-feet", "in2": "Cubic Feet"}, "factor": 43560.0},
|
||||
{"slug": "acre-feet-to-cubic-inches", "name": "Acre-feet to Cubic Inches", "category": "length", "type": "standard", "teaser": "Show the storage volume down in cubic inches.", "labels": {"in1": "Acre-feet", "in2": "Cubic Inches"}, "factor": 75271680.0},
|
||||
{"slug": "acre-feet-to-cubic-meters", "name": "Acre-feet to Cubic Meters", "category": "length", "type": "standard", "teaser": "Convert the irrigation volume into cubic meters.", "labels": {"in1": "Acre-feet", "in2": "Cubic Meters"}, "factor": 1233.48183754752},
|
||||
{"slug": "acre-feet-to-cubic-yards", "name": "Acre-feet to Cubic Yards", "category": "length", "type": "standard", "teaser": "Express the volume in cubic yards for earthwork.", "labels": {"in1": "Acre-feet", "in2": "Cubic Yards"}, "factor": 1613.3333333333333},
|
||||
{"slug": "acre-feet-to-cups", "name": "Acre-feet to Cups", "category": "length", "type": "standard", "teaser": "Break the acre-foot into cups for everyday comparison.", "labels": {"in1": "Acre-feet", "in2": "Cups"}, "factor": 5213622.857142857},
|
||||
{"slug": "acre-feet-to-drams-fluid", "name": "Acre-feet to Drams (fluid)", "category": "length", "type": "standard", "teaser": "Scale the volume into fluid drams for historical measures.", "labels": {"in1": "Acre-feet", "in2": "Drams (fluid)"}, "factor": 333671862.85714287},
|
||||
{"slug": "acre-feet-to-fluid-ounces", "name": "Acre-feet to Fluid Ounces", "category": "length", "type": "standard", "teaser": "Convert the acre-foot into fluid ounces to compare with kitchen volumes.", "labels": {"in1": "Acre-feet", "in2": "Fluid Ounces"}, "factor": 41708982.85714286},
|
||||
{"slug": "acre-feet-to-gallons", "name": "Acre-feet to Gallons", "category": "length", "type": "standard", "teaser": "Translate the acre-foot into gallons.", "labels": {"in1": "Acre-feet", "in2": "Gallons"}, "factor": 325851.4285714286},
|
||||
{"slug": "acre-feet-to-gill", "name": "Acre-feet to Gill", "category": "length", "type": "standard", "teaser": "Express the water quantity as gills.", "labels": {"in1": "Acre-feet", "in2": "Gill"}, "factor": 10427245.714285715},
|
||||
{"slug": "acre-feet-to-hogshead", "name": "Acre-feet to Hogshead", "category": "length", "type": "standard", "teaser": "Compare the acre-foot with brewer\u2019s hogsheads.", "labels": {"in1": "Acre-feet", "in2": "Hogshead"}, "factor": 5172.244897959184},
|
||||
{"slug": "acre-feet-to-imperial-fl-oz", "name": "Acre-feet to Imperial Fl Oz", "category": "length", "type": "standard", "teaser": "Use Imperial fluid ounces for Commonwealth measurement.", "labels": {"in1": "Acre-feet", "in2": "Imperial Fl Oz"}, "factor": 43412491.615344875},
|
||||
{"slug": "acre-feet-to-imperial-gallons", "name": "Acre-feet to Imperial Gallons", "category": "length", "type": "standard", "teaser": "Convert the volume into Imperial gallons.", "labels": {"in1": "Acre-feet", "in2": "Imperial Gallons"}, "factor": 271328.07259590545},
|
||||
{"slug": "acre-feet-to-imperial-pints", "name": "Acre-feet to Imperial Pints", "category": "length", "type": "standard", "teaser": "Express the volume as Imperial pints.", "labels": {"in1": "Acre-feet", "in2": "Imperial Pints"}, "factor": 2170624.5807672436},
|
||||
{"slug": "acre-feet-to-jiggers", "name": "Acre-feet to Jiggers", "category": "length", "type": "standard", "teaser": "Compare the volume to cocktail jiggers.", "labels": {"in1": "Acre-feet", "in2": "Jiggers"}, "factor": 27805988.571428567},
|
||||
{"slug": "acre-feet-to-milliliters", "name": "Acre-feet to Milliliters", "category": "length", "type": "standard", "teaser": "Break the acre-foot into milliliters for metric insight.", "labels": {"in1": "Acre-feet", "in2": "Milliliters"}, "factor": 1233481837.54752},
|
||||
{"slug": "acre-feet-to-minims", "name": "Acre-feet to Minims", "category": "length", "type": "standard", "teaser": "Scale the water volume down to pharmaceutical minims.", "labels": {"in1": "Acre-feet", "in2": "Minims"}, "factor": 20020310146.32624},
|
||||
{"slug": "acre-feet-to-pecks", "name": "Acre-feet to Pecks", "category": "length", "type": "standard", "teaser": "Translate the irrigation volume into pecks for crop planning.", "labels": {"in1": "Acre-feet", "in2": "Pecks"}, "factor": 135664.03629795273},
|
||||
{"slug": "acre-feet-to-pints", "name": "Acre-feet to Pints", "category": "length", "type": "standard", "teaser": "Express the volume as U.S. pints.", "labels": {"in1": "Acre-feet", "in2": "Pints"}, "factor": 2606811.4285714286},
|
||||
{"slug": "acre-feet-to-quarts", "name": "Acre-feet to Quarts", "category": "length", "type": "standard", "teaser": "Convert the acre-foot into quarts.", "labels": {"in1": "Acre-feet", "in2": "Quarts"}, "factor": 1303405.7142857143},
|
||||
{"slug": "acre-feet-to-tablespoons", "name": "Acre-feet to Tablespoons", "category": "length", "type": "standard", "teaser": "Show the volume in tablespoons.", "labels": {"in1": "Acre-feet", "in2": "Tablespoons"}, "factor": 83417965.71428572},
|
||||
{"slug": "acre-feet-to-teaspoons", "name": "Acre-feet to Teaspoons", "category": "length", "type": "standard", "teaser": "Break the volume into teaspoons.", "labels": {"in1": "Acre-feet", "in2": "Teaspoons"}, "factor": 250253897.14285713},
|
||||
{"slug": "acre-feet-to-us-gallons", "name": "Acre-feet to US Gallons", "category": "length", "type": "standard", "teaser": "Express the water quantity in U.S. gallons.", "labels": {"in1": "Acre-feet", "in2": "US Gallons"}, "factor": 325851.4285714286},
|
||||
{"slug": "acre-feet-to-us-pints", "name": "Acre-feet to US Pints", "category": "length", "type": "standard", "teaser": "Express the volume as U.S. pints.", "labels": {"in1": "Acre-feet", "in2": "US Pints"}, "factor": 2606811.4285714286},
|
||||
{"slug": "acre-feet-to-barrel-us-oil", "name": "Acre-feet to Barrel (US oil)", "category": "area", "type": "standard", "teaser": "Express the acre-foot as barrels of oil for storage comparisons.", "labels": {"in1": "Acre-feet", "in2": "Barrel (US oil)"}, "factor": 7758.367346938776},
|
||||
{"slug": "acre-feet-to-bushels", "name": "Acre-feet to Bushels", "category": "area", "type": "standard", "teaser": "Convert the volume into bushels for agricultural planning.", "labels": {"in1": "Acre-feet", "in2": "Bushels"}, "factor": 35003.2458775495},
|
||||
{"slug": "acre-feet-to-cubic-centimeters", "name": "Acre-feet to Cubic Centimeters", "category": "area", "type": "standard", "teaser": "Translate the acre-foot into cubic centimeters for fine-grain units.", "labels": {"in1": "Acre-feet", "in2": "Cubic Centimeters"}, "factor": 1233481837.54752},
|
||||
{"slug": "acre-feet-to-cubic-feet", "name": "Acre-feet to Cubic Feet", "category": "area", "type": "standard", "teaser": "Express the acre-foot directly as cubic feet for reservoir math.", "labels": {"in1": "Acre-feet", "in2": "Cubic Feet"}, "factor": 43560.0},
|
||||
{"slug": "acre-feet-to-cubic-inches", "name": "Acre-feet to Cubic Inches", "category": "area", "type": "standard", "teaser": "Show the storage volume down in cubic inches.", "labels": {"in1": "Acre-feet", "in2": "Cubic Inches"}, "factor": 75271680.0},
|
||||
{"slug": "acre-feet-to-cubic-meters", "name": "Acre-feet to Cubic Meters", "category": "area", "type": "standard", "teaser": "Convert the irrigation volume into cubic meters.", "labels": {"in1": "Acre-feet", "in2": "Cubic Meters"}, "factor": 1233.48183754752},
|
||||
{"slug": "acre-feet-to-cubic-yards", "name": "Acre-feet to Cubic Yards", "category": "area", "type": "standard", "teaser": "Express the volume in cubic yards for earthwork.", "labels": {"in1": "Acre-feet", "in2": "Cubic Yards"}, "factor": 1613.3333333333333},
|
||||
{"slug": "acre-feet-to-cups", "name": "Acre-feet to Cups", "category": "area", "type": "standard", "teaser": "Break the acre-foot into cups for everyday comparison.", "labels": {"in1": "Acre-feet", "in2": "Cups"}, "factor": 5213622.857142857},
|
||||
{"slug": "acre-feet-to-drams-fluid", "name": "Acre-feet to Drams (fluid)", "category": "area", "type": "standard", "teaser": "Scale the volume into fluid drams for historical measures.", "labels": {"in1": "Acre-feet", "in2": "Drams (fluid)"}, "factor": 333671862.85714287},
|
||||
{"slug": "acre-feet-to-fluid-ounces", "name": "Acre-feet to Fluid Ounces", "category": "area", "type": "standard", "teaser": "Convert the acre-foot into fluid ounces to compare with kitchen volumes.", "labels": {"in1": "Acre-feet", "in2": "Fluid Ounces"}, "factor": 41708982.85714286},
|
||||
{"slug": "acre-feet-to-gallons", "name": "Acre-feet to Gallons", "category": "area", "type": "standard", "teaser": "Translate the acre-foot into gallons.", "labels": {"in1": "Acre-feet", "in2": "Gallons"}, "factor": 325851.4285714286},
|
||||
{"slug": "acre-feet-to-gill", "name": "Acre-feet to Gill", "category": "area", "type": "standard", "teaser": "Express the water quantity as gills.", "labels": {"in1": "Acre-feet", "in2": "Gill"}, "factor": 10427245.714285715},
|
||||
{"slug": "acre-feet-to-hogshead", "name": "Acre-feet to Hogshead", "category": "area", "type": "standard", "teaser": "Compare the acre-foot with brewer\u2019s hogsheads.", "labels": {"in1": "Acre-feet", "in2": "Hogshead"}, "factor": 5172.244897959184},
|
||||
{"slug": "acre-feet-to-imperial-fl-oz", "name": "Acre-feet to Imperial Fl Oz", "category": "area", "type": "standard", "teaser": "Use Imperial fluid ounces for Commonwealth measurement.", "labels": {"in1": "Acre-feet", "in2": "Imperial Fl Oz"}, "factor": 43412491.615344875},
|
||||
{"slug": "acre-feet-to-imperial-gallons", "name": "Acre-feet to Imperial Gallons", "category": "area", "type": "standard", "teaser": "Convert the volume into Imperial gallons.", "labels": {"in1": "Acre-feet", "in2": "Imperial Gallons"}, "factor": 271328.07259590545},
|
||||
{"slug": "acre-feet-to-imperial-pints", "name": "Acre-feet to Imperial Pints", "category": "area", "type": "standard", "teaser": "Express the volume as Imperial pints.", "labels": {"in1": "Acre-feet", "in2": "Imperial Pints"}, "factor": 2170624.5807672436},
|
||||
{"slug": "acre-feet-to-jiggers", "name": "Acre-feet to Jiggers", "category": "area", "type": "standard", "teaser": "Compare the volume to cocktail jiggers.", "labels": {"in1": "Acre-feet", "in2": "Jiggers"}, "factor": 27805988.571428567},
|
||||
{"slug": "acre-feet-to-milliliters", "name": "Acre-feet to Milliliters", "category": "area", "type": "standard", "teaser": "Break the acre-foot into milliliters for metric insight.", "labels": {"in1": "Acre-feet", "in2": "Milliliters"}, "factor": 1233481837.54752},
|
||||
{"slug": "acre-feet-to-minims", "name": "Acre-feet to Minims", "category": "area", "type": "standard", "teaser": "Scale the water volume down to pharmaceutical minims.", "labels": {"in1": "Acre-feet", "in2": "Minims"}, "factor": 20020310146.32624},
|
||||
{"slug": "acre-feet-to-pecks", "name": "Acre-feet to Pecks", "category": "area", "type": "standard", "teaser": "Translate the irrigation volume into pecks for crop planning.", "labels": {"in1": "Acre-feet", "in2": "Pecks"}, "factor": 135664.03629795273},
|
||||
{"slug": "acre-feet-to-pints", "name": "Acre-feet to Pints", "category": "area", "type": "standard", "teaser": "Express the volume as U.S. pints.", "labels": {"in1": "Acre-feet", "in2": "Pints"}, "factor": 2606811.4285714286},
|
||||
{"slug": "acre-feet-to-quarts", "name": "Acre-feet to Quarts", "category": "area", "type": "standard", "teaser": "Convert the acre-foot into quarts.", "labels": {"in1": "Acre-feet", "in2": "Quarts"}, "factor": 1303405.7142857143},
|
||||
{"slug": "acre-feet-to-tablespoons", "name": "Acre-feet to Tablespoons", "category": "area", "type": "standard", "teaser": "Show the volume in tablespoons.", "labels": {"in1": "Acre-feet", "in2": "Tablespoons"}, "factor": 83417965.71428572},
|
||||
{"slug": "acre-feet-to-teaspoons", "name": "Acre-feet to Teaspoons", "category": "area", "type": "standard", "teaser": "Break the volume into teaspoons.", "labels": {"in1": "Acre-feet", "in2": "Teaspoons"}, "factor": 250253897.14285713},
|
||||
{"slug": "acre-feet-to-us-gallons", "name": "Acre-feet to US Gallons", "category": "area", "type": "standard", "teaser": "Express the water quantity in U.S. gallons.", "labels": {"in1": "Acre-feet", "in2": "US Gallons"}, "factor": 325851.4285714286},
|
||||
{"slug": "acre-feet-to-us-pints", "name": "Acre-feet to US Pints", "category": "area", "type": "standard", "teaser": "Express the volume as U.S. pints.", "labels": {"in1": "Acre-feet", "in2": "US Pints"}, "factor": 2606811.4285714286},
|
||||
{"slug": "acres-to-ares", "name": "Acres to Ares", "category": "area", "type": "standard", "teaser": "Convert acres into ares for metric contexts.", "labels": {"in1": "Acres", "in2": "Ares"}, "factor": 100.0},
|
||||
{"slug": "acres-to-barns", "name": "Acres to Barns", "category": "area", "type": "standard", "teaser": "Express an acre in barns for atomic-scale perspective.", "labels": {"in1": "Acres", "in2": "Barns"}, "factor": 4.0468564224e+31},
|
||||
{"slug": "acres-to-circular-mils", "name": "Acres to Circular Mils", "category": "area", "type": "standard", "teaser": "Compare acreage with circular mil coverage used in wiring.", "labels": {"in1": "Acres", "in2": "Circular Mils"}, "factor": 7986573297887.571},
|
||||
{"slug": "acres-to-dunams", "name": "Acres to Dunams", "category": "area", "type": "standard", "teaser": "Show acreage using dunams.", "labels": {"in1": "Acres", "in2": "Dunams"}, "factor": 4.0468564224},
|
||||
{"slug": "acres-to-roods", "name": "Acres to Roods", "category": "area", "type": "standard", "teaser": "Translate acres into traditional roods.", "labels": {"in1": "Acres", "in2": "Roods"}, "factor": 4.0},
|
||||
{"slug": "acres-to-sections", "name": "Acres to Sections", "category": "area", "type": "standard", "teaser": "Express acreage as survey sections (1 section = 640 acres).", "labels": {"in1": "Acres", "in2": "Sections"}, "factor": 0.0015625, "hidden": true},
|
||||
{"slug": "acres-to-square-centimeters", "name": "Acres to Square Centimeters", "category": "length", "type": "standard", "teaser": "Convert acres into square centimeters.", "labels": {"in1": "Acres", "in2": "Square Centimeters"}, "factor": 40468564.224},
|
||||
{"slug": "acres-to-square-inches", "name": "Acres to Square Inches", "category": "length", "type": "standard", "teaser": "Show the acreage in square inches.", "labels": {"in1": "Acres", "in2": "Square Inches"}, "factor": 6272640.0},
|
||||
{"slug": "acres-to-square-centimeters", "name": "Acres to Square Centimeters", "category": "area", "type": "standard", "teaser": "Convert acres into square centimeters.", "labels": {"in1": "Acres", "in2": "Square Centimeters"}, "factor": 40468564.224},
|
||||
{"slug": "acres-to-square-inches", "name": "Acres to Square Inches", "category": "area", "type": "standard", "teaser": "Show the acreage in square inches.", "labels": {"in1": "Acres", "in2": "Square Inches"}, "factor": 6272640.0},
|
||||
{"slug": "acres-to-square-mils", "name": "Acres to Square Mils", "category": "area", "type": "standard", "teaser": "Break the acre into square mils for precision electronics.", "labels": {"in1": "Acres", "in2": "Square Mils"}, "factor": 6272640000000.0},
|
||||
{"slug": "acres-to-townships", "name": "Acres to Townships", "category": "area", "type": "standard", "teaser": "Compare the land area with survey townships.", "labels": {"in1": "Acres", "in2": "Townships"}, "factor": 4.340277777777778e-05, "hidden": true},
|
||||
{"slug": "therms-to-btu", "name": "Therms to BTU", "category": "energy", "type": "standard", "teaser": "Translate natural gas therms into BTUs.", "labels": {"in1": "Therms", "in2": "BTU"}, "factor": 100000.0},
|
||||
@@ -944,7 +984,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "bar-to-meters-of-seawater", "name": "Bar to Meters of seawater", "category": "length", "type": "standard", "teaser": "Relate bar pressure to the equivalent depth of seawater.", "labels": {"in1": "Bar", "in2": "Meters of seawater"}, "factor": 10.197162129782},
|
||||
{"slug": "bar-to-mmhg", "name": "Bar to mmHg", "category": "pressure", "type": "standard", "teaser": "Convert bars into millimeters of mercury for clinical settings.", "labels": {"in1": "Bar", "in2": "mmHg"}, "factor": 750.061683},
|
||||
{"slug": "bar-to-torr", "name": "Bar to Torr", "category": "pressure", "type": "standard", "teaser": "Treat bar readings as torr when working with vacuum gauges.", "labels": {"in1": "Bar", "in2": "Torr"}, "factor": 750.061683},
|
||||
{"slug": "barns-to-square-meters", "name": "Barns to Square meters", "category": "length", "type": "standard", "teaser": "Scale nuclear cross-sectional barns up to square meters.", "labels": {"in1": "Barns", "in2": "Square meters"}, "factor": 1e-28, "hidden": true},
|
||||
{"slug": "barns-to-square-meters", "name": "Barns to Square meters", "category": "area", "type": "standard", "teaser": "Scale nuclear cross-sectional barns up to square meters.", "labels": {"in1": "Barns", "in2": "Square meters"}, "factor": 1e-28, "hidden": true},
|
||||
{"slug": "barrel-us-oil-to-gallons", "name": "Barrel (US oil) to Gallons", "category": "volume", "type": "standard", "teaser": "Compare large oil barrels to the gallon counts they contain.", "labels": {"in1": "Barrel (US oil)", "in2": "Gallons"}, "factor": 42.0},
|
||||
{"slug": "barrel-us-oil-to-liters", "name": "Barrel (US oil) to Liters", "category": "volume", "type": "standard", "teaser": "Express a barrel\u2019s oil volume in liters for metric trade.", "labels": {"in1": "Barrel (US oil)", "in2": "Liters"}, "factor": 158.987294928},
|
||||
{"slug": "barye-to-pascal", "name": "Barye to Pascal", "category": "pressure", "type": "standard", "teaser": "Translate barye pressure units into modern pascals.", "labels": {"in1": "Barye", "in2": "Pascal"}, "factor": 0.1, "hidden": true},
|
||||
@@ -979,8 +1019,48 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "solar-masses-to-kilograms", "name": "Solar masses to Kilograms", "category": "weight", "type": "standard", "teaser": "Convert solar masses into kilograms for astrophysical mass checks.", "labels": {"in1": "Solar masses", "in2": "Kilograms"}, "factor": 1.98847e+30},
|
||||
{"slug": "solar-radii-to-kilometers", "name": "Solar radii to Kilometers", "category": "length", "type": "standard", "teaser": "Translate a solar radius into kilometers when sizing stars.", "labels": {"in1": "Solar radii", "in2": "Kilometers"}, "factor": 695700.0},
|
||||
{"slug": "speed-of-light-to-kilometers-per-second", "name": "Speed of Light (c) to Kilometers per Second", "category": "length", "type": "standard", "teaser": "Reflect the speed of light in km/s for high-speed references.", "labels": {"in1": "Speed of Light (c)", "in2": "Kilometers per Second"}, "factor": 299792.458},
|
||||
{"slug": "square-meters-to-ares", "name": "Square meters to Ares", "category": "length", "type": "standard", "teaser": "Convert square meters into ares for metric land surveying.", "labels": {"in1": "Square meters", "in2": "Ares"}, "factor": 0.01},
|
||||
{"slug": "square-meters-to-barns", "name": "Square meters to Barns", "category": "length", "type": "standard", "teaser": "Convert area into barns for particle physics cross-sections.", "labels": {"in1": "Square meters", "in2": "Barns"}, "factor": 1e+28},
|
||||
{"slug": "mach-to-speed-of-light", "name": "Mach to Speed Of Light", "category": "speed", "type": "standard", "teaser": "Express a Mach number as a fraction of the speed of light.", "labels": {"in1": "Mach", "in2": "Speed Of Light"}, "factor": 1.13508525955e-06, "hidden": true},
|
||||
{"slug": "mach-to-speed-of-light-c", "name": "Mach to Speed Of Light (c)", "category": "speed", "type": "standard", "teaser": "Reference a Mach speed using the explicit speed-of-light constant.", "labels": {"in1": "Mach", "in2": "Speed Of Light (c)"}, "factor": 1.13508525955e-06},
|
||||
{"slug": "meters-per-second-to-speed-of-light", "name": "Meters Per Second to Speed Of Light", "category": "length", "type": "standard", "teaser": "Compare meters-per-second velocities with the speed of light.", "labels": {"in1": "Meters Per Second", "in2": "Speed Of Light"}, "factor": 3.33564095198e-09, "hidden": true},
|
||||
{"slug": "meters-per-second-to-speed-of-light-c", "name": "Meters Per Second to Speed Of Light (c)", "category": "length", "type": "standard", "teaser": "The same ratio described with the c symbol.", "labels": {"in1": "Meters Per Second", "in2": "Speed Of Light (c)"}, "factor": 3.33564095198e-09},
|
||||
{"slug": "miles-per-hour-to-speed-of-light", "name": "Miles Per Hour to Speed Of Light", "category": "length", "type": "standard", "teaser": "Turn highway mph values into c fractions.", "labels": {"in1": "Miles Per Hour", "in2": "Speed Of Light"}, "factor": 1.49116493117e-09, "hidden": true},
|
||||
{"slug": "miles-per-hour-to-speed-of-light-c", "name": "Miles Per Hour to Speed Of Light (c)", "category": "length", "type": "standard", "teaser": "Same proportion explicitly referencing c.", "labels": {"in1": "Miles Per Hour", "in2": "Speed Of Light (c)"}, "factor": 1.49116493117e-09},
|
||||
{"slug": "speed-of-light-c-to-centimeters-per-second", "name": "Speed Of Light (c) to Centimeters Per Second", "category": "length", "type": "standard", "teaser": "Express c as centimeters per second for high-precision data.", "labels": {"in1": "Speed Of Light (c)", "in2": "Centimeters Per Second"}, "factor": 29979245800.0},
|
||||
{"slug": "speed-of-light-c-to-cm-per-second", "name": "Speed Of Light (c) to Cm Per Second", "category": "speed", "type": "standard", "teaser": "Alias for the centimeter-per-second comparison with c.", "labels": {"in1": "Speed Of Light (c)", "in2": "Cm Per Second"}, "factor": 29979245800.0},
|
||||
{"slug": "speed-of-light-c-to-feet-per-second", "name": "Speed Of Light (c) to Feet Per Second", "category": "length", "type": "standard", "teaser": "Convert c into feet per second for mechanical comparisons.", "labels": {"in1": "Speed Of Light (c)", "in2": "Feet Per Second"}, "factor": 983571056.43},
|
||||
{"slug": "speed-of-light-c-to-furlongs-per-fortnight", "name": "Speed Of Light (c) to Furlongs Per Fortnight", "category": "speed", "type": "standard", "teaser": "Express c across historic pacing units.", "labels": {"in1": "Speed Of Light (c)", "in2": "Furlongs Per Fortnight"}, "factor": 1802617499790.0},
|
||||
{"slug": "speed-of-light-c-to-inches-per-second", "name": "Speed Of Light (c) to Inches Per Second", "category": "length", "type": "standard", "teaser": "Turn c into inches per second for tight assemblies.", "labels": {"in1": "Speed Of Light (c)", "in2": "Inches Per Second"}, "factor": 11802852677.2},
|
||||
{"slug": "speed-of-light-c-to-kilometers-per-hour", "name": "Speed Of Light (c) to Kilometers Per Hour", "category": "length", "type": "standard", "teaser": "Show c in km/h for broad analogies.", "labels": {"in1": "Speed Of Light (c)", "in2": "Kilometers Per Hour"}, "factor": 1079252848.8},
|
||||
{"slug": "speed-of-light-c-to-knots", "name": "Speed Of Light (c) to Knots", "category": "speed", "type": "standard", "teaser": "Express c in nautical knots for maritime comparisons.", "labels": {"in1": "Speed Of Light (c)", "in2": "Knots"}, "factor": 582749918.359},
|
||||
{"slug": "speed-of-light-c-to-leagues-per-hour", "name": "Speed Of Light (c) to Leagues Per Hour", "category": "length", "type": "standard", "teaser": "Translate c into leagues per hour for antique travel references.", "labels": {"in1": "Speed Of Light (c)", "in2": "Leagues Per Hour"}, "factor": 223538876.461},
|
||||
{"slug": "speed-of-light-c-to-mach", "name": "Speed Of Light (c) to Mach", "category": "speed", "type": "standard", "teaser": "Compare c with the Mach scale for aerospace intuition.", "labels": {"in1": "Speed Of Light (c)", "in2": "Mach"}, "factor": 880991.089953},
|
||||
{"slug": "speed-of-light-c-to-meters-per-second", "name": "Speed Of Light (c) to Meters Per Second", "category": "length", "type": "standard", "teaser": "Keep c in its m/s home base.", "labels": {"in1": "Speed Of Light (c)", "in2": "Meters Per Second"}, "factor": 299792458.0},
|
||||
{"slug": "speed-of-light-c-to-miles-per-hour", "name": "Speed Of Light (c) to Miles Per Hour", "category": "length", "type": "standard", "teaser": "Express c in miles per hour for familiar velocity comparisons.", "labels": {"in1": "Speed Of Light (c)", "in2": "Miles Per Hour"}, "factor": 670616629.384},
|
||||
{"slug": "speed-of-light-c-to-speed-of-light", "name": "Speed Of Light (c) to Speed Of Light", "category": "light", "type": "standard", "teaser": "Reference the c constant as itself.", "labels": {"in1": "Speed Of Light (c)", "in2": "Speed Of Light"}},
|
||||
{"slug": "speed-of-light-c-to-yards-per-second", "name": "Speed Of Light (c) to Yards Per Second", "category": "length", "type": "standard", "teaser": "Show c as yards per second for track-level perspective.", "labels": {"in1": "Speed Of Light (c)", "in2": "Yards Per Second"}, "factor": 327857018.81},
|
||||
{"slug": "speed-of-light-to-centimeters-per-second", "name": "Speed Of Light to Centimeters Per Second", "category": "length", "type": "standard", "teaser": "Express the speed of light as centimeters per second.", "labels": {"in1": "Speed Of Light", "in2": "Centimeters Per Second"}, "factor": 29979245800.0},
|
||||
{"slug": "speed-of-light-to-cm-per-second", "name": "Speed Of Light to Cm Per Second", "category": "speed", "type": "standard", "teaser": "Alias referencing cm/s for the same throughput.", "labels": {"in1": "Speed Of Light", "in2": "Cm Per Second"}, "factor": 29979245800.0},
|
||||
{"slug": "speed-of-light-to-feet-per-second", "name": "Speed Of Light to Feet Per Second", "category": "length", "type": "standard", "teaser": "Show c in feet per second for mechanical intuition.", "labels": {"in1": "Speed Of Light", "in2": "Feet Per Second"}, "factor": 983571056.43},
|
||||
{"slug": "speed-of-light-to-furlongs-per-fortnight", "name": "Speed Of Light to Furlongs Per Fortnight", "category": "speed", "type": "standard", "teaser": "Express c in historically flavored units.", "labels": {"in1": "Speed Of Light", "in2": "Furlongs Per Fortnight"}, "factor": 1802617499790.0},
|
||||
{"slug": "speed-of-light-to-inches-per-second", "name": "Speed Of Light to Inches Per Second", "category": "length", "type": "standard", "teaser": "Turn c into inches per second for precision comparisons.", "labels": {"in1": "Speed Of Light", "in2": "Inches Per Second"}, "factor": 11802852677.2},
|
||||
{"slug": "speed-of-light-to-kilometers-per-hour", "name": "Speed Of Light to Kilometers Per Hour", "category": "length", "type": "standard", "teaser": "Show c in km/h for everyday context.", "labels": {"in1": "Speed Of Light", "in2": "Kilometers Per Hour"}, "factor": 1079252848.8},
|
||||
{"slug": "speed-of-light-to-km-s", "name": "Speed Of Light to km/s", "category": "light", "type": "standard", "teaser": "Express the speed of light as kilometers per second.", "labels": {"in1": "Speed Of Light", "in2": "km/s"}, "factor": 299792.458},
|
||||
{"slug": "speed-of-light-to-knots", "name": "Speed Of Light to Knots", "category": "speed", "type": "standard", "teaser": "Convert c into nautical knots for velocipede analogies.", "labels": {"in1": "Speed Of Light", "in2": "Knots"}, "factor": 582749918.359},
|
||||
{"slug": "speed-of-light-to-leagues-per-hour", "name": "Speed Of Light to Leagues Per Hour", "category": "length", "type": "standard", "teaser": "Turn c into leagues per hour for vintage travel references.", "labels": {"in1": "Speed Of Light", "in2": "Leagues Per Hour"}, "factor": 223538876.461},
|
||||
{"slug": "speed-of-light-to-mach", "name": "Speed Of Light to Mach", "category": "speed", "type": "standard", "teaser": "Express c as a Mach number for supersonic framing.", "labels": {"in1": "Speed Of Light", "in2": "Mach"}, "factor": 880991.089953},
|
||||
{"slug": "speed-of-light-to-meters-per-second", "name": "Speed Of Light to Meters Per Second", "category": "length", "type": "standard", "teaser": "Keep c in its SI velocity.", "labels": {"in1": "Speed Of Light", "in2": "Meters Per Second"}, "factor": 299792458.0},
|
||||
{"slug": "speed-of-light-to-miles-per-hour", "name": "Speed Of Light to Miles Per Hour", "category": "length", "type": "standard", "teaser": "Convert c into miles per hour for road-speed analogies.", "labels": {"in1": "Speed Of Light", "in2": "Miles Per Hour"}, "factor": 670616629.384},
|
||||
{"slug": "speed-of-light-to-speed-of-light", "name": "Speed Of Light to Speed Of Light (c)", "category": "light", "type": "standard", "teaser": "Reference the constant from plain text.", "labels": {"in1": "Speed Of Light", "in2": "Speed Of Light (c)"}},
|
||||
{"slug": "speed-of-light-to-yards-per-second", "name": "Speed Of Light to Yards Per Second", "category": "length", "type": "standard", "teaser": "Express c in yards per second for track-level context.", "labels": {"in1": "Speed Of Light", "in2": "Yards Per Second"}, "factor": 327857018.81},
|
||||
{"slug": "yards-per-second-to-speed-of-light", "name": "Yards Per Second to Speed Of Light", "category": "length", "type": "standard", "teaser": "Express a yard-per-second pace as a tiny fraction of c.", "labels": {"in1": "Yards Per Second", "in2": "Speed Of Light"}, "factor": 3.05011008649e-09, "hidden": true},
|
||||
{"slug": "yards-per-second-to-speed-of-light-c", "name": "Yards Per Second to Speed Of Light (c)", "category": "length", "type": "standard", "teaser": "Reference the same ratio explicitly with c.", "labels": {"in1": "Yards Per Second", "in2": "Speed Of Light (c)"}, "factor": 3.05011008649e-09},
|
||||
{"slug": "centimeters-per-second-to-kilometers-per-hour", "name": "Centimeters Per Second to Kilometers Per Hour", "category": "length", "type": "standard", "teaser": "Turn centimeter-per-second velocities into km/h.", "labels": {"in1": "Centimeters Per Second", "in2": "Kilometers Per Hour"}, "factor": 0.036, "hidden": true},
|
||||
{"slug": "cm-per-second-to-kilometers-per-hour", "name": "Cm Per Second to Kilometers Per Hour", "category": "length", "type": "standard", "teaser": "Alias referencing cm/s for the same ratio.", "labels": {"in1": "Cm Per Second", "in2": "Kilometers Per Hour"}, "factor": 0.036, "hidden": true},
|
||||
{"slug": "kilometers-per-hour-to-centimeters-per-second", "name": "Kilometers Per Hour to Centimeters Per Second", "category": "length", "type": "standard", "teaser": "Express km/h as centimeters per second.", "labels": {"in1": "Kilometers Per Hour", "in2": "Centimeters Per Second"}, "factor": 27.7777777778},
|
||||
{"slug": "kilometers-per-hour-to-cm-per-second", "name": "Kilometers Per Hour to Cm Per Second", "category": "length", "type": "standard", "teaser": "Alias for the same cm/s conversion.", "labels": {"in1": "Kilometers Per Hour", "in2": "Cm Per Second"}, "factor": 27.7777777778},
|
||||
{"slug": "kilometers-per-hour-to-km-s", "name": "Kilometers Per Hour to km/s", "category": "length", "type": "standard", "teaser": "Convert km/h into kilometers per second.", "labels": {"in1": "Kilometers Per Hour", "in2": "km/s"}, "factor": 0.000277777777778},
|
||||
{"slug": "square-meters-to-ares", "name": "Square meters to Ares", "category": "area", "type": "standard", "teaser": "Convert square meters into ares for metric land surveying.", "labels": {"in1": "Square meters", "in2": "Ares"}, "factor": 0.01},
|
||||
{"slug": "square-meters-to-barns", "name": "Square meters to Barns", "category": "area", "type": "standard", "teaser": "Convert area into barns for particle physics cross-sections.", "labels": {"in1": "Square meters", "in2": "Barns"}, "factor": 1e+28},
|
||||
{"slug": "square-mils-to-circular-mils", "name": "Square mils to Circular mils", "category": "area", "type": "standard", "teaser": "Turn square mils into circular mils used for conductor sizing.", "labels": {"in1": "Square mils", "in2": "Circular mils"}, "factor": 1.273239544735163},
|
||||
{"slug": "statamperes-to-amperes", "name": "Statamperes to Amperes", "category": "electrical", "type": "standard", "teaser": "Translate CGS statamperes into modern amperes.", "labels": {"in1": "Statamperes", "in2": "Amperes"}, "factor": 0.333564095},
|
||||
{"slug": "statvolts-to-volts", "name": "Statvolts to Volts", "category": "electrical", "type": "standard", "teaser": "Express CGS statvolts as volts for voltage comparisons.", "labels": {"in1": "Statvolts", "in2": "Volts"}, "factor": 299.792458},
|
||||
@@ -992,7 +1072,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "thou-to-inches", "name": "Thou to Inches", "category": "length", "type": "standard", "teaser": "Convert thou (mil) measurements into inches for shop math.", "labels": {"in1": "Thou", "in2": "Inches"}, "factor": 0.001},
|
||||
{"slug": "tolas-to-grams", "name": "Tolas to Grams", "category": "weight", "type": "standard", "teaser": "Turn traditional tolas into grams when weighing precious metals.", "labels": {"in1": "Tolas", "in2": "Grams"}, "factor": 11.6638038},
|
||||
{"slug": "torr-to-mmhg", "name": "Torr to mmHg", "category": "pressure", "type": "standard", "teaser": "Relate torr to millimeters of mercury for vacuum work.", "labels": {"in1": "Torr", "in2": "mmHg"}, "hidden": true},
|
||||
{"slug": "townships-to-square-miles", "name": "Townships to Square Miles", "category": "length", "type": "standard", "teaser": "Convert survey townships into square miles.", "labels": {"in1": "Townships", "in2": "Square Miles"}, "factor": 36.0},
|
||||
{"slug": "townships-to-square-miles", "name": "Townships to Square Miles", "category": "area", "type": "standard", "teaser": "Convert survey townships into square miles.", "labels": {"in1": "Townships", "in2": "Square Miles"}, "factor": 36.0},
|
||||
{"slug": "troy-ounces-to-ounces", "name": "Troy Ounces to Ounces", "category": "weight", "type": "standard", "teaser": "Translate troy ounces into avoirdupois ounces for bullion.", "labels": {"in1": "Troy Ounces", "in2": "Ounces"}, "factor": 1.097142857},
|
||||
{"slug": "troy-ounces-to-pennyweights", "name": "Troy Ounces to Pennyweights", "category": "weight", "type": "standard", "teaser": "Convert troy ounces into pennyweights for numismatic work.", "labels": {"in1": "Troy Ounces", "in2": "Pennyweights"}, "factor": 20.0},
|
||||
{"slug": "turns-to-degrees", "name": "Turns to Degrees", "category": "angle", "type": "standard", "teaser": "Convert full turns into degrees for circular motion math.", "labels": {"in1": "Turns", "in2": "Degrees"}, "factor": 360.0},
|
||||
@@ -1015,32 +1095,32 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "yards-to-inches", "name": "Yards to Inches", "category": "length", "type": "standard", "teaser": "Convert yards into inches for finer measurements.", "labels": {"in1": "Yards", "in2": "Inches"}, "factor": 36.0},
|
||||
{"slug": "angstroms-to-light-years", "name": "Angstroms to Light Years", "category": "light", "type": "standard", "teaser": "Convert atomic-scale lengths into cosmic light-year spans.", "labels": {"in1": "Angstroms", "in2": "Light Years"}, "factor": 1.05700083402e-26, "hidden": true},
|
||||
{"slug": "cables-to-light-years", "name": "Cables to Light Years", "category": "length", "type": "standard", "teaser": "Compare nautical cable graduations with interstellar distances.", "labels": {"in1": "Cables", "in2": "Light Years"}, "factor": 1.95756554461e-14, "hidden": true},
|
||||
{"slug": "centimeters-per-second-to-speed-of-light", "name": "Centimeters Per Second to Speed Of Light", "category": "length", "type": "standard", "teaser": "Show a centimeter-per-second pace as a fraction of c.", "labels": {"in1": "Centimeters Per Second", "in2": "Speed Of Light"}, "factor": 3.33564095198e-11},
|
||||
{"slug": "centimeters-per-second-to-speed-of-light", "name": "Centimeters Per Second to Speed Of Light", "category": "length", "type": "standard", "teaser": "Show a centimeter-per-second pace as a fraction of c.", "labels": {"in1": "Centimeters Per Second", "in2": "Speed Of Light"}, "factor": 3.33564095198e-11, "hidden": true},
|
||||
{"slug": "centimeters-per-second-to-speed-of-light-c", "name": "Centimeters Per Second to Speed Of Light (c)", "category": "length", "type": "standard", "teaser": "Reference the same ratio explicitly with c.", "labels": {"in1": "Centimeters Per Second", "in2": "Speed Of Light (c)"}, "factor": 3.33564095198e-11},
|
||||
{"slug": "centimeters-to-light-years", "name": "Centimeters to Light Years", "category": "length", "type": "standard", "teaser": "Translate tiled centimeters into the light-year scale.", "labels": {"in1": "Centimeters", "in2": "Light Years"}, "factor": 1.05700083402e-18, "hidden": true},
|
||||
{"slug": "chains-to-light-years", "name": "Chains to Light Years", "category": "length", "type": "standard", "teaser": "Turn chain-length surveying units into cosmic distances.", "labels": {"in1": "Chains", "in2": "Light Years"}, "factor": 2.12634743779e-15, "hidden": true},
|
||||
{"slug": "cm-per-second-to-speed-of-light", "name": "Cm Per Second to Speed Of Light", "category": "speed", "type": "standard", "teaser": "Alias centimeters per second compared to c.", "labels": {"in1": "Cm Per Second", "in2": "Speed Of Light"}, "factor": 3.33564095198e-11},
|
||||
{"slug": "cm-per-second-to-speed-of-light", "name": "Cm Per Second to Speed Of Light", "category": "speed", "type": "standard", "teaser": "Alias centimeters per second compared to c.", "labels": {"in1": "Cm Per Second", "in2": "Speed Of Light"}, "factor": 3.33564095198e-11, "hidden": true},
|
||||
{"slug": "cm-per-second-to-speed-of-light-c", "name": "Cm Per Second to Speed Of Light (c)", "category": "speed", "type": "standard", "teaser": "Same as above but referencing the speed-of-light constant.", "labels": {"in1": "Cm Per Second", "in2": "Speed Of Light (c)"}, "factor": 3.33564095198e-11},
|
||||
{"slug": "cubits-to-light-years", "name": "Cubits to Light Years", "category": "data", "type": "standard", "teaser": "Place Egyptian cubit measures beside light-year spans.", "labels": {"in1": "Cubits", "in2": "Light Years"}, "factor": 4.83260781316e-17, "hidden": true},
|
||||
{"slug": "fathoms-to-light-years", "name": "Fathoms to Light Years", "category": "length", "type": "standard", "teaser": "Compare depths in fathoms to the length of a light year.", "labels": {"in1": "Fathoms", "in2": "Light Years"}, "factor": 1.93304312526e-16, "hidden": true},
|
||||
{"slug": "feet-per-second-to-speed-of-light", "name": "Feet Per Second to Speed Of Light", "category": "length", "type": "standard", "teaser": "Convert running speeds into c fractions.", "labels": {"in1": "Feet Per Second", "in2": "Speed Of Light"}, "factor": 1.01670336216e-09},
|
||||
{"slug": "feet-per-second-to-speed-of-light", "name": "Feet Per Second to Speed Of Light", "category": "length", "type": "standard", "teaser": "Convert running speeds into c fractions.", "labels": {"in1": "Feet Per Second", "in2": "Speed Of Light"}, "factor": 1.01670336216e-09, "hidden": true},
|
||||
{"slug": "feet-per-second-to-speed-of-light-c", "name": "Feet Per Second to Speed Of Light (c)", "category": "length", "type": "standard", "teaser": "Same conversion explicitly referencing c.", "labels": {"in1": "Feet Per Second", "in2": "Speed Of Light (c)"}, "factor": 1.01670336216e-09},
|
||||
{"slug": "feet-to-light-years", "name": "Feet to Light Years", "category": "length", "type": "standard", "teaser": "Expand foot measures out to light-year scales.", "labels": {"in1": "Feet", "in2": "Light Years"}, "factor": 3.22173854211e-17, "hidden": true},
|
||||
{"slug": "fermi-to-light-years", "name": "Fermi to Light Years", "category": "light", "type": "standard", "teaser": "Bridge subatomic fermis with light-year distances.", "labels": {"in1": "Fermi", "in2": "Light Years"}, "factor": 1.05700083402e-31, "hidden": true},
|
||||
{"slug": "furlongs-per-fortnight-to-speed-of-light", "name": "Furlongs Per Fortnight to Speed Of Light", "category": "speed", "type": "standard", "teaser": "Express historic pacing as a fraction of c.", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Speed Of Light"}, "factor": 5.54748858324e-13},
|
||||
{"slug": "furlongs-per-fortnight-to-speed-of-light", "name": "Furlongs Per Fortnight to Speed Of Light", "category": "speed", "type": "standard", "teaser": "Express historic pacing as a fraction of c.", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Speed Of Light"}, "factor": 5.54748858324e-13, "hidden": true},
|
||||
{"slug": "furlongs-per-fortnight-to-speed-of-light-c", "name": "Furlongs Per Fortnight to Speed Of Light (c)", "category": "speed", "type": "standard", "teaser": "Alias referencing the constant c.", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Speed Of Light (c)"}, "factor": 5.54748858324e-13},
|
||||
{"slug": "furlongs-to-light-years", "name": "Furlongs to Light Years", "category": "light", "type": "standard", "teaser": "Turn furlongs into astronomical distances.", "labels": {"in1": "Furlongs", "in2": "Light Years"}, "factor": 2.12634743779e-14, "hidden": true},
|
||||
{"slug": "hands-to-light-years", "name": "Hands to Light Years", "category": "light", "type": "standard", "teaser": "Stack horse-hand height units up against light years.", "labels": {"in1": "Hands", "in2": "Light Years"}, "factor": 1.07391284737e-17, "hidden": true},
|
||||
{"slug": "inches-per-second-to-speed-of-light", "name": "Inches Per Second to Speed Of Light", "category": "length", "type": "standard", "teaser": "Express inch-per-second velocities vs c.", "labels": {"in1": "Inches Per Second", "in2": "Speed Of Light"}, "factor": 8.47252801803e-11},
|
||||
{"slug": "inches-per-second-to-speed-of-light", "name": "Inches Per Second to Speed Of Light", "category": "length", "type": "standard", "teaser": "Express inch-per-second velocities vs c.", "labels": {"in1": "Inches Per Second", "in2": "Speed Of Light"}, "factor": 8.47252801803e-11, "hidden": true},
|
||||
{"slug": "inches-per-second-to-speed-of-light-c", "name": "Inches Per Second to Speed Of Light (c)", "category": "length", "type": "standard", "teaser": "Same but referencing c explicitly.", "labels": {"in1": "Inches Per Second", "in2": "Speed Of Light (c)"}, "factor": 8.47252801803e-11},
|
||||
{"slug": "inches-to-light-years", "name": "Inches to Light Years", "category": "length", "type": "standard", "teaser": "Relate inches to light-year scales for minuscule measurements.", "labels": {"in1": "Inches", "in2": "Light Years"}, "factor": 2.68478211842e-18},
|
||||
{"slug": "kilometers-per-hour-to-speed-of-light", "name": "Kilometers Per Hour to Speed Of Light", "category": "length", "type": "standard", "teaser": "Compare highway speeds to the speed of light.", "labels": {"in1": "Kilometers Per Hour", "in2": "Speed Of Light"}, "factor": 9.26566931106e-10},
|
||||
{"slug": "kilometers-per-hour-to-speed-of-light", "name": "Kilometers Per Hour to Speed Of Light", "category": "length", "type": "standard", "teaser": "Compare highway speeds to the speed of light.", "labels": {"in1": "Kilometers Per Hour", "in2": "Speed Of Light"}, "factor": 9.26566931106e-10, "hidden": true},
|
||||
{"slug": "kilometers-per-hour-to-speed-of-light-c", "name": "Kilometers Per Hour to Speed Of Light (c)", "category": "length", "type": "standard", "teaser": "Same ratio referencing c explicitly.", "labels": {"in1": "Kilometers Per Hour", "in2": "Speed Of Light (c)"}, "factor": 9.26566931106e-10},
|
||||
{"slug": "kilometers-to-light-years", "name": "Kilometers to Light Years", "category": "length", "type": "standard", "teaser": "Express kilometer distances in light years.", "labels": {"in1": "Kilometers", "in2": "Light Years"}, "factor": 1.05700083402e-13, "hidden": true},
|
||||
{"slug": "km-s-to-speed-of-light-c", "name": "Km/s to Speed Of Light (c)", "category": "light", "type": "standard", "teaser": "Turn kilometers per second into a fraction of c.", "labels": {"in1": "Km/s", "in2": "Speed Of Light (c)"}, "factor": 3.33564095198e-06},
|
||||
{"slug": "knots-to-speed-of-light", "name": "Knots to Speed Of Light", "category": "speed", "type": "standard", "teaser": "Map nautical knots into c fractions.", "labels": {"in1": "Knots", "in2": "Speed Of Light"}, "factor": 1.7160004739e-09},
|
||||
{"slug": "knots-to-speed-of-light", "name": "Knots to Speed Of Light", "category": "speed", "type": "standard", "teaser": "Map nautical knots into c fractions.", "labels": {"in1": "Knots", "in2": "Speed Of Light"}, "factor": 1.7160004739e-09, "hidden": true},
|
||||
{"slug": "knots-to-speed-of-light-c", "name": "Knots to Speed Of Light (c)", "category": "speed", "type": "standard", "teaser": "Alias referencing the constant c.", "labels": {"in1": "Knots", "in2": "Speed Of Light (c)"}, "factor": 1.7160004739e-09},
|
||||
{"slug": "leagues-per-hour-to-speed-of-light", "name": "Leagues Per Hour to Speed Of Light", "category": "length", "type": "standard", "teaser": "Compare archaic travel speeds to c.", "labels": {"in1": "Leagues Per Hour", "in2": "Speed Of Light"}, "factor": 4.47349479352e-09},
|
||||
{"slug": "leagues-per-hour-to-speed-of-light", "name": "Leagues Per Hour to Speed Of Light", "category": "length", "type": "standard", "teaser": "Compare archaic travel speeds to c.", "labels": {"in1": "Leagues Per Hour", "in2": "Speed Of Light"}, "factor": 4.47349479352e-09, "hidden": true},
|
||||
{"slug": "leagues-per-hour-to-speed-of-light-c", "name": "Leagues Per Hour to Speed Of Light (c)", "category": "length", "type": "standard", "teaser": "Same ratio referencing c explicitly.", "labels": {"in1": "Leagues Per Hour", "in2": "Speed Of Light (c)"}, "factor": 4.47349479352e-09},
|
||||
{"slug": "leagues-to-light-years", "name": "Leagues to Light Years", "category": "length", "type": "standard", "teaser": "Turn leagues into interstellar spans.", "labels": {"in1": "Leagues", "in2": "Light Years"}, "factor": 5.1032338507e-13},
|
||||
{"slug": "light-years-to-angstroms", "name": "Light Years to Angstroms", "category": "light", "type": "standard", "teaser": "Flip a light-year into atomic-scale angstroms.", "labels": {"in1": "Light Years", "in2": "Angstroms"}, "factor": 9.46073047258e+25},
|
||||
|
||||
Reference in New Issue
Block a user