Added calculators
This commit is contained in:
@@ -140,6 +140,9 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "cups-to-quarts", "name": "Cups to Quarts", "category": "volume", "type": "standard", "teaser": "Convert cups into quarts (4 cups per quart).", "labels": {"in1": "Cups", "in2": "Quarts"}, "factor": 0.25},
|
||||
{"slug": "cups-to-us-gallons", "name": "Cups to US Gallons", "category": "volume", "type": "standard", "teaser": "Express cups in US gallons (16 cups per gallon).", "labels": {"in1": "Cups", "in2": "US Gallons"}, "factor": 0.0625},
|
||||
{"slug": "cups-to-us-pints", "name": "Cups to US Pints", "category": "volume", "type": "standard", "teaser": "Translate cups into US pints (2 cups per pint).", "labels": {"in1": "Cups", "in2": "US Pints"}, "factor": 0.5},
|
||||
{"slug": "cups-to-tablespoons", "name": "Cups to Tablespoons", "category": "volume", "type": "standard", "teaser": "Spread recipe math by converting cups into tablespoons (1 cup = 16 tbsp).", "labels": {"in1": "Cups", "in2": "Tablespoons"}, "factor": 16.0},
|
||||
{"slug": "cups-to-teaspoons", "name": "Cups to Teaspoons", "category": "volume", "type": "standard", "teaser": "Break cups into teaspoons for precision tasting (1 cup = 48 tsp).", "labels": {"in1": "Cups", "in2": "Teaspoons"}, "factor": 48.0},
|
||||
{"slug": "cups-to-sticks-of-butter", "name": "Cups to Sticks of Butter", "category": "volume", "type": "standard", "teaser": "Convert cups into sticks of butter (1 cup = 2 sticks).", "labels": {"in1": "Cups", "in2": "Sticks of Butter"}, "factor": 2.0},
|
||||
{"slug": "drams-to-cups", "name": "Drams (fluid) to Cups", "category": "volume", "type": "standard", "teaser": "Scale drams up to cups for small volumes.", "labels": {"in1": "Drams (fluid)", "in2": "Cups"}, "factor": 0.015625},
|
||||
{"slug": "drams-to-fluid-ounces", "name": "Drams to Fluid Ounces", "category": "weight", "type": "standard", "teaser": "Translate drams into US fluid ounces (8 drams per fl oz).", "labels": {"in1": "Drams", "in2": "Fluid Ounces"}, "factor": 0.125},
|
||||
{"slug": "drams-to-gallons", "name": "Drams to Gallons", "category": "volume", "type": "standard", "teaser": "Express a fluid dram as a fraction of a US gallon.", "labels": {"in1": "Drams", "in2": "Gallons"}, "factor": 0.0009765625},
|
||||
@@ -162,7 +165,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "curie-to-becquerel", "name": "Curie to Becquerel", "category": "radiation", "type": "standard", "labels": {"in1": "Curie", "in2": "Becquerel"}, "factor": 37000000000.0},
|
||||
{"slug": "daltons-to-amu", "name": "Daltons to AMU", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "AMU"}, "factor": 1.0},
|
||||
{"slug": "days-to-hours", "name": "Days to Hours", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Hours"}, "factor": 24.0},
|
||||
{"slug": "days-to-weeks", "name": "Days to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Weeks"}, "factor": 0.142857143},
|
||||
{"slug": "days-to-weeks", "name": "Days to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Weeks"}, "factor": 0.142857143, "hidden": true},
|
||||
{"slug": "days-to-years", "name": "Days to Years", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Years"}, "factor": 0.002737851},
|
||||
{"slug": "months-to-days", "name": "Months to Days", "category": "time", "type": "standard", "teaser": "Convert months into days using the average year length.", "labels": {"in1": "Months", "in2": "Days"}, "factor": 30.436875},
|
||||
{"slug": "months-to-weeks", "name": "Months to Weeks", "category": "time", "type": "standard", "teaser": "Express an average month as weeks.", "labels": {"in1": "Months", "in2": "Weeks"}, "factor": 4.348125},
|
||||
@@ -283,6 +286,10 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "miles-per-hour-to-kilometers-per-hour", "name": "Miles per hour to Kilometers per hour", "category": "length", "type": "standard", "labels": {"in1": "Miles per hour", "in2": "Kilometers per hour"}, "factor": 1.609344},
|
||||
{"slug": "miles-per-hour-to-knots", "name": "Miles per hour to Knots", "category": "length", "type": "standard", "labels": {"in1": "Miles per hour", "in2": "Knots"}, "factor": 0.8689762419, "hidden": true},
|
||||
{"slug": "miles-per-hour-to-meters-per-second", "name": "Miles per hour to Meters per second", "category": "length", "type": "standard", "labels": {"in1": "Miles per hour", "in2": "Meters per second"}, "factor": 0.44704, "hidden": true},
|
||||
{"slug": "kilometers-per-hour-to-miles-per-hour", "name": "Kilometers per hour to Miles per hour", "category": "length", "type": "standard", "teaser": "Flip the perspective back to miles per hour for speed comparisons.", "labels": {"in1": "Kilometers per hour", "in2": "Miles per hour"}, "factor": 0.621371192237334, "hidden": true},
|
||||
{"slug": "kilometers-per-hour-to-feet-per-second", "name": "Kilometers per hour to Feet per second", "category": "length", "type": "standard", "teaser": "Convert highway speeds into feet per second (1 km/h \u2248 0.911344 ft/s).", "labels": {"in1": "Kilometers per hour", "in2": "Feet per second"}, "factor": 0.9113444153},
|
||||
{"slug": "kilometers-per-hour-to-meters-per-second", "name": "Kilometers per hour to Meters per second", "category": "length", "type": "standard", "teaser": "Translate kilometers per hour to meters per second (divide by 3.6).", "labels": {"in1": "Kilometers per hour", "in2": "Meters per second"}, "factor": 0.2777777778},
|
||||
{"slug": "kilometers-per-hour-to-knots", "name": "Kilometers per hour to Knots", "category": "length", "type": "standard", "teaser": "Relate road speeds to nautical knots (1 km/h \u2248 0.5399568034557235 knots).", "labels": {"in1": "Kilometers per hour", "in2": "Knots"}, "factor": 0.5399568034557235, "hidden": true},
|
||||
{"slug": "milliliters-to-centiliters", "name": "Milliliters to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Milliliters", "in2": "Centiliters"}, "factor": 0.01},
|
||||
{"slug": "milliliters-to-drams-fluid", "name": "Milliliters to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Convert milliliters into US fluid drams.", "labels": {"in1": "Milliliters", "in2": "Drams (fluid)"}, "factor": 0.270027},
|
||||
{"slug": "milliliters-to-gill", "name": "Milliliters to Gill", "category": "volume", "type": "standard", "teaser": "Express milliliters as US gills for bartending volumes.", "labels": {"in1": "Milliliters", "in2": "Gill"}, "factor": 0.00845303, "hidden": true},
|
||||
@@ -373,6 +380,12 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "yards-to-meters", "name": "Yards to meters", "category": "length", "type": "standard", "labels": {"in1": "Yards", "in2": "meters"}, "factor": 0.9144, "hidden": true},
|
||||
{"slug": "yards-per-second-to-meters-per-second", "name": "Yards per second to meters per second", "category": "length", "type": "standard", "labels": {"in1": "Yards per second", "in2": "meters per second"}, "factor": 0.9144, "hidden": true},
|
||||
{"slug": "weeks-to-months", "name": "Weeks to months", "category": "time", "type": "standard", "labels": {"in1": "Weeks", "in2": "months"}, "factor": 0.230137, "hidden": true},
|
||||
{"slug": "weeks-to-days", "name": "Weeks to days", "category": "time", "type": "standard", "teaser": "Expand weeks into days when planning schedules (1 week = 7 days).", "labels": {"in1": "Weeks", "in2": "days"}, "factor": 7.0},
|
||||
{"slug": "weeks-to-hours", "name": "Weeks to hours", "category": "time", "type": "standard", "teaser": "Convert weeks into hours for shift planning (1 week = 168 hours).", "labels": {"in1": "Weeks", "in2": "hours"}, "factor": 168.0},
|
||||
{"slug": "weeks-to-minutes", "name": "Weeks to minutes", "category": "time", "type": "standard", "teaser": "Translate weeks into minutes for fine-grained timelines (1 week = 10,080 minutes).", "labels": {"in1": "Weeks", "in2": "minutes"}, "factor": 10080.0},
|
||||
{"slug": "weeks-to-seconds", "name": "Weeks to seconds", "category": "time", "type": "standard", "teaser": "Turn weeks into seconds for precise counting (1 week = 604,800 seconds).", "labels": {"in1": "Weeks", "in2": "seconds"}, "factor": 604800.0},
|
||||
{"slug": "weeks-to-milliseconds", "name": "Weeks to milliseconds", "category": "time", "type": "standard", "teaser": "Express a week\u2019s span as milliseconds for timestamps (1 week = 604,800,000 ms).", "labels": {"in1": "Weeks", "in2": "milliseconds"}, "factor": 604800000.0},
|
||||
{"slug": "weeks-to-microseconds", "name": "Weeks to microseconds", "category": "time", "type": "standard", "teaser": "Convert weeks into microseconds when tagging high-resolution data (1 week = 604,800,000,000 \u00b5s).", "labels": {"in1": "Weeks", "in2": "microseconds"}, "factor": 604800000000.0},
|
||||
{"slug": "watts-to-horsepower", "name": "Watts to horsepower", "category": "power", "type": "standard", "labels": {"in1": "Watts", "in2": "horsepower"}, "factor": 0.001341, "hidden": true},
|
||||
{"slug": "watts-to-btuhour", "name": "Watts to BTU/hour", "category": "energy", "type": "standard", "labels": {"in1": "Watts", "in2": "BTU/hour"}, "factor": 3.41214},
|
||||
{"slug": "troy-ounces-to-grams", "name": "Troy ounces to grams", "category": "weight", "type": "standard", "labels": {"in1": "Troy ounces", "in2": "grams"}, "factor": 31.1034},
|
||||
@@ -385,8 +398,16 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "terabytes-to-petabytes", "name": "Terabytes to petabytes", "category": "data", "type": "standard", "labels": {"in1": "Terabytes", "in2": "petabytes"}, "factor": 0.001},
|
||||
{"slug": "terabytes-to-gigabytes", "name": "Terabytes to gigabytes", "category": "data", "type": "standard", "labels": {"in1": "Terabytes", "in2": "gigabytes"}, "factor": 1000.0},
|
||||
{"slug": "teaspoons-to-milliliters", "name": "Teaspoons to milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Teaspoons", "in2": "milliliters"}, "factor": 4.92892},
|
||||
{"slug": "teaspoons-to-cups", "name": "Teaspoons to Cups", "category": "volume", "type": "standard", "teaser": "Convert teaspoons into cups for small-volume recipes (48 tsp = 1 cup).", "labels": {"in1": "Teaspoons", "in2": "Cups"}, "factor": 0.020833333333333332, "hidden": true},
|
||||
{"slug": "teaspoons-to-fluid-ounces", "name": "Teaspoons to Fluid Ounces", "category": "weight", "type": "standard", "teaser": "Turn teaspoons into fluid ounces (6 tsp = 1 fl oz).", "labels": {"in1": "Teaspoons", "in2": "Fluid Ounces"}, "factor": 0.16666666666666666},
|
||||
{"slug": "teaspoons-to-tablespoons", "name": "Teaspoons to Tablespoons", "category": "volume", "type": "standard", "teaser": "Relate teaspoons and tablespoons (3 tsp = 1 tbsp).", "labels": {"in1": "Teaspoons", "in2": "Tablespoons"}, "factor": 0.3333333333333333, "hidden": true},
|
||||
{"slug": "teaspoons-to-sticks-of-butter", "name": "Teaspoons to Sticks of Butter", "category": "volume", "type": "standard", "teaser": "Convert teaspoons into butter sticks (24 tsp = 1 stick).", "labels": {"in1": "Teaspoons", "in2": "Sticks of Butter"}, "factor": 0.041666666666666664},
|
||||
{"slug": "tablespoons-to-milliliters", "name": "Tablespoons to milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Tablespoons", "in2": "milliliters"}, "factor": 14.78676},
|
||||
{"slug": "sticks-of-butter-to-cups", "name": "Sticks of Butter to Cups", "category": "volume", "type": "standard", "teaser": "Convert sticks of butter into cups for baking.", "labels": {"in1": "Sticks of Butter", "in2": "Cups"}, "factor": 0.5},
|
||||
{"slug": "tablespoons-to-cups", "name": "Tablespoons to Cups", "category": "volume", "type": "standard", "teaser": "Convert tablespoons into cups when scaling recipes (16 tbsp = 1 cup).", "labels": {"in1": "Tablespoons", "in2": "Cups"}, "factor": 0.0625, "hidden": true},
|
||||
{"slug": "tablespoons-to-fluid-ounces", "name": "Tablespoons to Fluid Ounces", "category": "weight", "type": "standard", "teaser": "Relate tablespoons to fluid ounces (2 tbsp = 1 fl oz).", "labels": {"in1": "Tablespoons", "in2": "Fluid Ounces"}, "factor": 0.5},
|
||||
{"slug": "tablespoons-to-sticks-of-butter", "name": "Tablespoons to Sticks of Butter", "category": "volume", "type": "standard", "teaser": "Track baking volumes by converting tablespoons into butter sticks (8 tbsp = 1 stick).", "labels": {"in1": "Tablespoons", "in2": "Sticks of Butter"}, "factor": 0.125, "hidden": true},
|
||||
{"slug": "tablespoons-to-teaspoons", "name": "Tablespoons to Teaspoons", "category": "volume", "type": "standard", "teaser": "Break tablespoons into teaspoons (1 tbsp = 3 tsp).", "labels": {"in1": "Tablespoons", "in2": "Teaspoons"}, "factor": 3.0},
|
||||
{"slug": "sticks-of-butter-to-cups", "name": "Sticks of Butter to Cups", "category": "volume", "type": "standard", "teaser": "Convert sticks of butter into cups for baking.", "labels": {"in1": "Sticks of Butter", "in2": "Cups"}, "factor": 0.5, "hidden": true},
|
||||
{"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},
|
||||
@@ -396,7 +417,9 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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},
|
||||
@@ -412,14 +435,25 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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-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},
|
||||
@@ -437,12 +471,18 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "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},
|
||||
@@ -533,7 +573,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "horsepower-to-tons-of-refrigeration", "name": "Horsepower to Tons of Refrigeration", "category": "weight", "type": "standard", "teaser": "Convert Horsepower to Tons of Refrigeration instantly.", "labels": {"in1": "Horsepower", "in2": "Tons of Refrigeration"}, "factor": 0.284345, "hidden": true},
|
||||
{"slug": "horsepower-to-watts", "name": "Horsepower to Watts", "category": "power", "type": "standard", "teaser": "Convert Horsepower to Watts instantly.", "labels": {"in1": "Horsepower", "in2": "Watts"}, "factor": 745.7},
|
||||
{"slug": "hours-to-seconds", "name": "Hours to Seconds", "category": "time", "type": "standard", "teaser": "Convert Hours to Seconds instantly.", "labels": {"in1": "Hours", "in2": "Seconds"}, "factor": 3600.0},
|
||||
{"slug": "hours-to-weeks", "name": "Hours to Weeks", "category": "time", "type": "standard", "teaser": "Convert Hours to Weeks instantly.", "labels": {"in1": "Hours", "in2": "Weeks"}, "factor": 0.00595238},
|
||||
{"slug": "hours-to-weeks", "name": "Hours to Weeks", "category": "time", "type": "standard", "teaser": "Convert Hours to Weeks instantly.", "labels": {"in1": "Hours", "in2": "Weeks"}, "factor": 0.00595238, "hidden": true},
|
||||
{"slug": "hundredweight-to-kilograms", "name": "Hundredweight (cwt) to Kilograms", "category": "weight", "type": "standard", "teaser": "Convert Hundredweight (cwt) to Kilograms instantly.", "labels": {"in1": "Hundredweight (cwt)", "in2": "Kilograms"}, "factor": 45.3592},
|
||||
{"slug": "imperial-fl-oz-to-us-fl-oz", "name": "Imperial fl oz to US fl oz", "category": "other", "type": "standard", "teaser": "Convert Imperial fl oz to US fl oz instantly.", "labels": {"in1": "Imperial fl oz", "in2": "US fl oz"}, "factor": 1.20095},
|
||||
{"slug": "imperial-gallons-to-liters", "name": "Imperial gallons to Liters", "category": "volume", "type": "standard", "teaser": "Convert Imperial gallons to Liters instantly.", "labels": {"in1": "Imperial gallons", "in2": "Liters"}, "factor": 4.54609},
|
||||
|
||||
Reference in New Issue
Block a user