Add next 40 backlog calculators (bushels US measures, bytes, cable conversions)

This commit is contained in:
Codex Agent
2026-03-08 03:16:49 +00:00
parent 58a207222c
commit 10f05d75d2
2 changed files with 354 additions and 299 deletions

View File

@@ -1,5 +1,5 @@
// THIS FILE IS AUTO-GENERATED BY migrate.py
export type CalcType = 'standard' | 'inverse' | '3col' | '3col-mul' | 'base' | 'text-bin' | 'bin-text' | 'dms-dd' | 'dd-dms' | 'dec-frac' | 'db-int' | 'db-spl' | 'db-v' | 'db-w' | 'awg' | 'awg-swg' | 'brinell-rockwell' | 'ev-lux' | 'aov' | 'swg' | 'rockwell-vickers' | 'sus-cst' | 'molarity';
export type CalcType = 'standard' | 'inverse' | '3col' | '3col-mul' | 'base' | 'text-bin' | 'bin-text' | 'dms-dd' | 'dd-dms' | 'dec-frac' | 'db-int' | 'db-spl' | 'db-v' | 'db-w' | 'awg' | 'brinell-rockwell' | 'ev-lux' | 'aov' | 'swg' | 'rockwell-vickers' | 'sus-cst' | 'molarity';
export interface CalculatorDef {
slug: string;
@@ -135,7 +135,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "calories-to-joules", "name": "Calories to Joules", "category": "energy", "type": "standard", "labels": {"in1": "Calories", "in2": "Joules"}, "factor": 4.184},
{"slug": "calories-to-kilojoules", "name": "Calories to Kilojoules", "category": "energy", "type": "standard", "labels": {"in1": "Calories", "in2": "Kilojoules"}, "factor": 4.184},
{"slug": "abamperes-to-amperes", "name": "Abamperes to Amperes", "category": "electrical", "type": "standard", "teaser": "Convert ancient electromagnetic units into modern amperes.", "labels": {"in1": "Abamperes", "in2": "Amperes"}, "factor": 10.0},
{"slug": "abvolts-to-abamperes", "name": "Abvolts to Abamperes", "category": "electrical", "type": "3col", "teaser": "Flip abvolt potentials into CGS abamperes when examining legacy electromagnetism.", "labels": {"in1": "Abvolts", "in2": "Abamperes", "in3": "Result"}, "hidden": true},
{"slug": "abvolts-to-abamperes", "name": "Abvolts \u00f7 Abamperes", "category": "electrical", "type": "3col", "teaser": "Flip abvolt potentials into CGS abamperes when examining legacy electromagnetism.", "labels": {"in1": "Abvolts", "in2": "Abamperes", "in3": "Abvolts \u00f7 Abamperes"}},
{"slug": "abvolts-to-volts", "name": "Abvolts to Volts", "category": "electrical", "type": "standard", "teaser": "Translate CGS-style abvolts into SI volts.", "labels": {"in1": "Abvolts", "in2": "Volts"}, "factor": 1e-08, "hidden": true},
{"slug": "amperes-to-milliamperes", "name": "Amperes to Milliamperes", "category": "electrical", "type": "standard", "teaser": "Scale base amperes into milliamp increments for precise readings.", "labels": {"in1": "Amperes", "in2": "Milliamperes"}, "factor": 1000.0},
{"slug": "milliamperes-to-amperes", "name": "Milliamperes to Amperes", "category": "electrical", "type": "standard", "teaser": "Convert milliampere readings back into amperes.", "labels": {"in1": "Milliamperes", "in2": "Amperes"}, "factor": 0.001, "hidden": true},
@@ -177,68 +177,68 @@ export const calculators: CalculatorDef[] = [
{"slug": "millicoulombs-to-coulombs", "name": "Millicoulombs to Coulombs", "category": "electrical", "type": "standard", "teaser": "Convert millicoulombs into coulombs.", "labels": {"in1": "Millicoulombs", "in2": "Coulombs"}, "factor": 0.001, "hidden": true},
{"slug": "coulombs-to-microcoulombs", "name": "Coulombs to Microcoulombs", "category": "electrical", "type": "standard", "teaser": "Express coulombs at the micro scale.", "labels": {"in1": "Coulombs", "in2": "Microcoulombs"}, "factor": 1000000.0},
{"slug": "microcoulombs-to-coulombs", "name": "Microcoulombs to Coulombs", "category": "electrical", "type": "standard", "teaser": "Convert microcoulombs back into coulombs.", "labels": {"in1": "Microcoulombs", "in2": "Coulombs"}, "factor": 1e-06, "hidden": true},
{"slug": "ampere-hours-to-abamperes", "name": "Ampere-hours to Abamperes", "category": "time", "type": "3col", "teaser": "Convert stored ampere-hours into CGS abampere currents.", "labels": {"in1": "Ampere-hours", "in2": "Abamperes", "in3": "Result"}, "hidden": true},
{"slug": "ampere-hours-to-abvolts", "name": "Ampere-hours to Abvolts", "category": "time", "type": "3col", "teaser": "Express ampere-hours as CGS abvolt potentials given resistance.", "labels": {"in1": "Ampere-hours", "in2": "Abvolts", "in3": "Result"}, "hidden": true},
{"slug": "ampere-hours-to-amps", "name": "Ampere-hours to Amps", "category": "time", "type": "3col", "teaser": "Translate ampere-hours into instantaneous amperes when time is known.", "labels": {"in1": "Ampere-hours", "in2": "Amps", "in3": "Result"}},
{"slug": "ampere-hours-to-farads", "name": "Ampere-hours to Farads", "category": "time", "type": "3col", "teaser": "Estimate the capacitance that yields a certain ampere-hour draw.", "labels": {"in1": "Ampere-hours", "in2": "Farads", "in3": "Result"}},
{"slug": "ampere-hours-to-henries", "name": "Ampere-hours to Henries", "category": "time", "type": "3col", "teaser": "Relate stored charge to inductance in henries for transient studies.", "labels": {"in1": "Ampere-hours", "in2": "Henries", "in3": "Result"}},
{"slug": "ampere-hours-to-kilowatts", "name": "Ampere-hours to Kilowatts", "category": "power", "type": "3col", "teaser": "Convert accumulated charge into kilowatt-hours when voltage is given.", "labels": {"in1": "Ampere-hours", "in2": "Kilowatts", "in3": "Result"}},
{"slug": "ampere-hours-to-kva", "name": "Ampere-hours to Kva", "category": "time", "type": "3col", "teaser": "Convert stored ampere-hours into apparent power (kVA) under unity power factor.", "labels": {"in1": "Ampere-hours", "in2": "Kva", "in3": "Result"}},
{"slug": "ampere-hours-to-microfarads", "name": "Ampere-hours to Microfarads", "category": "time", "type": "3col", "teaser": "Translate stored charge into microfarad-level capacitors.", "labels": {"in1": "Ampere-hours", "in2": "Microfarads", "in3": "Result"}},
{"slug": "ampere-hours-to-microhenries", "name": "Ampere-hours to Microhenries", "category": "time", "type": "3col", "teaser": "Estimate tiny inductance from ampere-hour data for high-frequency coils.", "labels": {"in1": "Ampere-hours", "in2": "Microhenries", "in3": "Result"}},
{"slug": "ampere-hours-to-milliampere-hours", "name": "Ampere-hours to Milliampere-hours", "category": "electrical", "type": "3col", "teaser": "Compare ampere-hours with milliampere-hour battery ratings.", "labels": {"in1": "Ampere-hours", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "ampere-hours-to-milliamps", "name": "Ampere-hours to Milliamps", "category": "electrical", "type": "3col", "teaser": "Turn ampere-hours into milliamps when the discharge duration is known.", "labels": {"in1": "Ampere-hours", "in2": "Milliamps", "in3": "Result"}},
{"slug": "ampere-hours-to-millihenries", "name": "Ampere-hours to Millihenries", "category": "electrical", "type": "3col", "teaser": "Convert stored charge into millihenry inductance analogues.", "labels": {"in1": "Ampere-hours", "in2": "Millihenries", "in3": "Result"}},
{"slug": "ampere-hours-to-millivolts", "name": "Ampere-hours to Millivolts", "category": "electrical", "type": "3col", "teaser": "Derive millivolt potentials from ampere-hours and resistance.", "labels": {"in1": "Ampere-hours", "in2": "Millivolts", "in3": "Result"}},
{"slug": "ampere-hours-to-milliwatts", "name": "Ampere-hours to Milliwatts", "category": "power", "type": "3col", "teaser": "Express ampere-hours as milliwatts when time or voltage is supplied.", "labels": {"in1": "Ampere-hours", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "ampere-hours-to-ohms", "name": "Ampere-hours to Ohms", "category": "time", "type": "3col", "teaser": "Work backwards to resistance from a known ampere-hour charge and voltage.", "labels": {"in1": "Ampere-hours", "in2": "Ohms", "in3": "Result"}},
{"slug": "ampere-hours-to-picofarads", "name": "Ampere-hours to Picofarads", "category": "time", "type": "3col", "teaser": "Translate accumulated charge into picofarad capacitor sizes.", "labels": {"in1": "Ampere-hours", "in2": "Picofarads", "in3": "Result"}},
{"slug": "ampere-hours-to-siemens", "name": "Ampere-hours to Siemens", "category": "time", "type": "3col", "teaser": "Convert stored charge into conductance when voltage is known.", "labels": {"in1": "Ampere-hours", "in2": "Siemens", "in3": "Result"}},
{"slug": "ampere-hours-to-statamperes", "name": "Ampere-hours to Statamperes", "category": "time", "type": "3col", "teaser": "Flip ampere-hours into statampere flows for CGS reporting.", "labels": {"in1": "Ampere-hours", "in2": "Statamperes", "in3": "Result"}},
{"slug": "ampere-hours-to-statvolts", "name": "Ampere-hours to Statvolts", "category": "time", "type": "3col", "teaser": "Convert ampere-hours into statvolt potentials for legacy calculations.", "labels": {"in1": "Ampere-hours", "in2": "Statvolts", "in3": "Result"}},
{"slug": "ampere-hours-to-volts", "name": "Ampere-hours to Volts", "category": "time", "type": "3col", "teaser": "Derive voltage from stored ampere-hours and known resistance.", "labels": {"in1": "Ampere-hours", "in2": "Volts", "in3": "Result"}},
{"slug": "ampere-hours-to-watts", "name": "Ampere-hours to Watts", "category": "power", "type": "3col", "teaser": "Translate accumulated charge into watts if time or voltage is known.", "labels": {"in1": "Ampere-hours", "in2": "Watts", "in3": "Result"}},
{"slug": "amps-to-abamperes", "name": "Amps to Abamperes", "category": "electrical", "type": "3col", "teaser": "Express SI amperes in CGS abamperes for historical comparisons.", "labels": {"in1": "Amps", "in2": "Abamperes", "in3": "Result"}},
{"slug": "amps-to-abvolts", "name": "Amps to Abvolts", "category": "electrical", "type": "3col", "teaser": "Convert amperes into abvolt potentials when impedance is given.", "labels": {"in1": "Amps", "in2": "Abvolts", "in3": "Result"}},
{"slug": "amps-to-ampere-hours", "name": "Amps to Ampere-hours", "category": "time", "type": "3col", "teaser": "Convert amperes and duration into ampere-hours for capacity math.", "labels": {"in1": "Amps", "in2": "Ampere-hours", "in3": "Result"}, "hidden": true},
{"slug": "amps-to-coulombs", "name": "Amps to Coulombs", "category": "electrical", "type": "3col", "teaser": "Translate current into coulombs with time.", "labels": {"in1": "Amps", "in2": "Coulombs", "in3": "Result"}},
{"slug": "amps-to-farads", "name": "Amps to Farads", "category": "radiation", "type": "3col", "teaser": "Estimate capacitance needed to sustain a given current for a time window.", "labels": {"in1": "Amps", "in2": "Farads", "in3": "Result"}},
{"slug": "amps-to-henries", "name": "Amps to Henries", "category": "electrical", "type": "3col", "teaser": "Express current in terms of inductance when flux linkage is known.", "labels": {"in1": "Amps", "in2": "Henries", "in3": "Result"}},
{"slug": "amps-to-microfarads", "name": "Amps to Microfarads", "category": "radiation", "type": "3col", "teaser": "Scale amperes into microfarad capacitors for signal filtering.", "labels": {"in1": "Amps", "in2": "Microfarads", "in3": "Result"}},
{"slug": "amps-to-microhenries", "name": "Amps to Microhenries", "category": "electrical", "type": "3col", "teaser": "Translate amperes into microhenry inductance for RF contexts.", "labels": {"in1": "Amps", "in2": "Microhenries", "in3": "Result"}},
{"slug": "amps-to-milliampere-hours", "name": "Amps to Milliampere-hours", "category": "electrical", "type": "3col", "teaser": "Convert currents into milliampere-hours over a duration.", "labels": {"in1": "Amps", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "amps-to-millihenries", "name": "Amps to Millihenries", "category": "electrical", "type": "3col", "teaser": "Relate current to millihenry inductors at given flux.", "labels": {"in1": "Amps", "in2": "Millihenries", "in3": "Result"}},
{"slug": "amps-to-millivolts", "name": "Amps to Millivolts", "category": "electrical", "type": "3col", "teaser": "Derive millivolt drops from amperes across resistance.", "labels": {"in1": "Amps", "in2": "Millivolts", "in3": "Result"}},
{"slug": "amps-to-milliwatts", "name": "Amps to Milliwatts", "category": "power", "type": "3col", "teaser": "Translate current into milliwatts when voltage is provided.", "labels": {"in1": "Amps", "in2": "Milliwatts", "in3": "Volts"}},
{"slug": "amps-to-ohms", "name": "Amps to Ohms", "category": "electrical", "type": "3col", "teaser": "Find resistance from current and voltage.", "labels": {"in1": "Amps", "in2": "Ohms", "in3": "Result"}},
{"slug": "amps-to-picofarads", "name": "Amps to Picofarads", "category": "radiation", "type": "3col", "teaser": "Estimate picofarad capacitance from current data and voltage.", "labels": {"in1": "Amps", "in2": "Picofarads", "in3": "Result"}},
{"slug": "amps-to-siemens", "name": "Amps to Siemens", "category": "electrical", "type": "3col", "teaser": "Convert current to conductance when voltage is known.", "labels": {"in1": "Amps", "in2": "Siemens", "in3": "Result"}},
{"slug": "amps-to-statamperes", "name": "Amps to Statamperes", "category": "electrical", "type": "3col", "teaser": "Flip amperes into statamperes for CGS reporting.", "labels": {"in1": "Amps", "in2": "Statamperes", "in3": "Result"}},
{"slug": "amps-to-statvolts", "name": "Amps to Statvolts", "category": "electrical", "type": "3col", "teaser": "Convert amperes into statvolt equivalents when using CGS.", "labels": {"in1": "Amps", "in2": "Statvolts", "in3": "Result"}},
{"slug": "amps-to-watt-hours", "name": "Amps to Watt-hours", "category": "power", "type": "3col", "teaser": "Turn steady currents into energy when voltage and time are supplied.", "labels": {"in1": "Amps", "in2": "Watt-hours", "in3": "Result"}},
{"slug": "ampere-hours-to-abamperes", "name": "Ampere-hours \u00f7 Abamperes", "category": "time", "type": "3col", "teaser": "Convert stored ampere-hours into CGS abampere currents.", "labels": {"in1": "Ampere-hours", "in2": "Abamperes", "in3": "Ampere-hours \u00f7 Abamperes"}},
{"slug": "ampere-hours-to-abvolts", "name": "Ampere-hours \u00f7 Abvolts", "category": "time", "type": "3col", "teaser": "Express ampere-hours as CGS abvolt potentials given resistance.", "labels": {"in1": "Ampere-hours", "in2": "Abvolts", "in3": "Ampere-hours \u00f7 Abvolts"}},
{"slug": "ampere-hours-to-amps", "name": "Ampere-hours \u00f7 Amps", "category": "time", "type": "3col", "teaser": "Translate ampere-hours into instantaneous amperes when time is known.", "labels": {"in1": "Ampere-hours", "in2": "Amps", "in3": "Ampere-hours \u00f7 Amps"}},
{"slug": "ampere-hours-to-farads", "name": "Ampere-hours \u00f7 Farads", "category": "time", "type": "3col", "teaser": "Estimate the capacitance that yields a certain ampere-hour draw.", "labels": {"in1": "Ampere-hours", "in2": "Farads", "in3": "Ampere-hours \u00f7 Farads"}},
{"slug": "ampere-hours-to-henries", "name": "Ampere-hours \u00f7 Henries", "category": "time", "type": "3col", "teaser": "Relate stored charge to inductance in henries for transient studies.", "labels": {"in1": "Ampere-hours", "in2": "Henries", "in3": "Ampere-hours \u00f7 Henries"}},
{"slug": "ampere-hours-to-kilowatts", "name": "Ampere-hours \u00f7 Kilowatts", "category": "power", "type": "3col", "teaser": "Convert accumulated charge into kilowatt-hours when voltage is given.", "labels": {"in1": "Ampere-hours", "in2": "Kilowatts", "in3": "Ampere-hours \u00f7 Kilowatts"}},
{"slug": "ampere-hours-to-kva", "name": "Ampere-hours \u00f7 Kva", "category": "time", "type": "3col", "teaser": "Convert stored ampere-hours into apparent power (kVA) under unity power factor.", "labels": {"in1": "Ampere-hours", "in2": "Kva", "in3": "Ampere-hours \u00f7 Kva"}},
{"slug": "ampere-hours-to-microfarads", "name": "Ampere-hours \u00f7 Microfarads", "category": "time", "type": "3col", "teaser": "Translate stored charge into microfarad-level capacitors.", "labels": {"in1": "Ampere-hours", "in2": "Microfarads", "in3": "Ampere-hours \u00f7 Microfarads"}},
{"slug": "ampere-hours-to-microhenries", "name": "Ampere-hours \u00f7 Microhenries", "category": "time", "type": "3col", "teaser": "Estimate tiny inductance from ampere-hour data for high-frequency coils.", "labels": {"in1": "Ampere-hours", "in2": "Microhenries", "in3": "Ampere-hours \u00f7 Microhenries"}},
{"slug": "ampere-hours-to-milliampere-hours", "name": "Ampere-hours \u00f7 Milliampere-hours", "category": "angle", "type": "3col", "teaser": "Compare ampere-hours with milliampere-hour battery ratings.", "labels": {"in1": "Ampere-hours", "in2": "Milliampere-hours", "in3": "Ampere-hours \u00f7 Milliampere-hours"}},
{"slug": "ampere-hours-to-milliamps", "name": "Ampere-hours \u00f7 Milliamps", "category": "angle", "type": "3col", "teaser": "Turn ampere-hours into milliamps when the discharge duration is known.", "labels": {"in1": "Ampere-hours", "in2": "Milliamps", "in3": "Ampere-hours \u00f7 Milliamps"}},
{"slug": "ampere-hours-to-millihenries", "name": "Ampere-hours \u00f7 Millihenries", "category": "angle", "type": "3col", "teaser": "Convert stored charge into millihenry inductance analogues.", "labels": {"in1": "Ampere-hours", "in2": "Millihenries", "in3": "Ampere-hours \u00f7 Millihenries"}},
{"slug": "ampere-hours-to-millivolts", "name": "Ampere-hours \u00f7 Millivolts", "category": "angle", "type": "3col", "teaser": "Derive millivolt potentials from ampere-hours and resistance.", "labels": {"in1": "Ampere-hours", "in2": "Millivolts", "in3": "Ampere-hours \u00f7 Millivolts"}},
{"slug": "ampere-hours-to-milliwatts", "name": "Ampere-hours \u00f7 Milliwatts", "category": "power", "type": "3col", "teaser": "Express ampere-hours as milliwatts when time or voltage is supplied.", "labels": {"in1": "Ampere-hours", "in2": "Milliwatts", "in3": "Ampere-hours \u00f7 Milliwatts"}},
{"slug": "ampere-hours-to-ohms", "name": "Ampere-hours \u00f7 Ohms", "category": "time", "type": "3col", "teaser": "Work backwards to resistance from a known ampere-hour charge and voltage.", "labels": {"in1": "Ampere-hours", "in2": "Ohms", "in3": "Ampere-hours \u00f7 Ohms"}},
{"slug": "ampere-hours-to-picofarads", "name": "Ampere-hours \u00f7 Picofarads", "category": "time", "type": "3col", "teaser": "Translate accumulated charge into picofarad capacitor sizes.", "labels": {"in1": "Ampere-hours", "in2": "Picofarads", "in3": "Ampere-hours \u00f7 Picofarads"}},
{"slug": "ampere-hours-to-siemens", "name": "Ampere-hours \u00f7 Siemens", "category": "time", "type": "3col", "teaser": "Convert stored charge into conductance when voltage is known.", "labels": {"in1": "Ampere-hours", "in2": "Siemens", "in3": "Ampere-hours \u00f7 Siemens"}},
{"slug": "ampere-hours-to-statamperes", "name": "Ampere-hours \u00f7 Statamperes", "category": "time", "type": "3col", "teaser": "Flip ampere-hours into statampere flows for CGS reporting.", "labels": {"in1": "Ampere-hours", "in2": "Statamperes", "in3": "Ampere-hours \u00f7 Statamperes"}},
{"slug": "ampere-hours-to-statvolts", "name": "Ampere-hours \u00f7 Statvolts", "category": "time", "type": "3col", "teaser": "Convert ampere-hours into statvolt potentials for legacy calculations.", "labels": {"in1": "Ampere-hours", "in2": "Statvolts", "in3": "Ampere-hours \u00f7 Statvolts"}},
{"slug": "ampere-hours-to-volts", "name": "Ampere-hours \u00f7 Volts", "category": "time", "type": "3col", "teaser": "Derive voltage from stored ampere-hours and known resistance.", "labels": {"in1": "Ampere-hours", "in2": "Volts", "in3": "Ampere-hours \u00f7 Volts"}},
{"slug": "ampere-hours-to-watts", "name": "Ampere-hours \u00f7 Watts", "category": "power", "type": "3col", "teaser": "Translate accumulated charge into watts if time or voltage is known.", "labels": {"in1": "Ampere-hours", "in2": "Watts", "in3": "Ampere-hours \u00f7 Watts"}},
{"slug": "amps-to-abamperes", "name": "Amps \u00f7 Abamperes", "category": "electrical", "type": "3col", "teaser": "Express SI amperes in CGS abamperes for historical comparisons.", "labels": {"in1": "Amps", "in2": "Abamperes", "in3": "Amps \u00f7 Abamperes"}},
{"slug": "amps-to-abvolts", "name": "Amps \u00f7 Abvolts", "category": "electrical", "type": "3col", "teaser": "Convert amperes into abvolt potentials when impedance is given.", "labels": {"in1": "Amps", "in2": "Abvolts", "in3": "Amps \u00f7 Abvolts"}},
{"slug": "amps-to-ampere-hours", "name": "Amps \u00f7 Ampere-hours", "category": "time", "type": "3col", "teaser": "Convert amperes and duration into ampere-hours for capacity math.", "labels": {"in1": "Amps", "in2": "Ampere-hours", "in3": "Amps \u00f7 Ampere-hours"}},
{"slug": "amps-to-coulombs", "name": "Amps \u00f7 Coulombs", "category": "electrical", "type": "3col", "teaser": "Translate current into coulombs with time.", "labels": {"in1": "Amps", "in2": "Coulombs", "in3": "Amps \u00f7 Coulombs"}},
{"slug": "amps-to-farads", "name": "Amps \u00f7 Farads", "category": "radiation", "type": "3col", "teaser": "Estimate capacitance needed to sustain a given current for a time window.", "labels": {"in1": "Amps", "in2": "Farads", "in3": "Amps \u00f7 Farads"}},
{"slug": "amps-to-henries", "name": "Amps \u00f7 Henries", "category": "electrical", "type": "3col", "teaser": "Express current in terms of inductance when flux linkage is known.", "labels": {"in1": "Amps", "in2": "Henries", "in3": "Amps \u00f7 Henries"}},
{"slug": "amps-to-microfarads", "name": "Amps \u00f7 Microfarads", "category": "radiation", "type": "3col", "teaser": "Scale amperes into microfarad capacitors for signal filtering.", "labels": {"in1": "Amps", "in2": "Microfarads", "in3": "Amps \u00f7 Microfarads"}},
{"slug": "amps-to-microhenries", "name": "Amps \u00f7 Microhenries", "category": "electrical", "type": "3col", "teaser": "Translate amperes into microhenry inductance for RF contexts.", "labels": {"in1": "Amps", "in2": "Microhenries", "in3": "Amps \u00f7 Microhenries"}},
{"slug": "amps-to-milliampere-hours", "name": "Amps \u00f7 Milliampere-hours", "category": "angle", "type": "3col", "teaser": "Convert currents into milliampere-hours over a duration.", "labels": {"in1": "Amps", "in2": "Milliampere-hours", "in3": "Amps \u00f7 Milliampere-hours"}},
{"slug": "amps-to-millihenries", "name": "Amps \u00f7 Millihenries", "category": "angle", "type": "3col", "teaser": "Relate current to millihenry inductors at given flux.", "labels": {"in1": "Amps", "in2": "Millihenries", "in3": "Amps \u00f7 Millihenries"}},
{"slug": "amps-to-millivolts", "name": "Amps \u00f7 Millivolts", "category": "angle", "type": "3col", "teaser": "Derive millivolt drops from amperes across resistance.", "labels": {"in1": "Amps", "in2": "Millivolts", "in3": "Amps \u00f7 Millivolts"}},
{"slug": "amps-to-milliwatts", "name": "Amps \u00f7 Milliwatts", "category": "power", "type": "3col", "teaser": "Translate current into milliwatts when voltage is provided.", "labels": {"in1": "Amps", "in2": "Milliwatts", "in3": "Volts"}},
{"slug": "amps-to-ohms", "name": "Amps \u00f7 Ohms", "category": "electrical", "type": "3col", "teaser": "Find resistance from current and voltage.", "labels": {"in1": "Amps", "in2": "Ohms", "in3": "Amps \u00f7 Ohms"}},
{"slug": "amps-to-picofarads", "name": "Amps \u00f7 Picofarads", "category": "radiation", "type": "3col", "teaser": "Estimate picofarad capacitance from current data and voltage.", "labels": {"in1": "Amps", "in2": "Picofarads", "in3": "Amps \u00f7 Picofarads"}},
{"slug": "amps-to-siemens", "name": "Amps \u00f7 Siemens", "category": "electrical", "type": "3col", "teaser": "Convert current to conductance when voltage is known.", "labels": {"in1": "Amps", "in2": "Siemens", "in3": "Amps \u00f7 Siemens"}},
{"slug": "amps-to-statamperes", "name": "Amps \u00f7 Statamperes", "category": "electrical", "type": "3col", "teaser": "Flip amperes into statamperes for CGS reporting.", "labels": {"in1": "Amps", "in2": "Statamperes", "in3": "Amps \u00f7 Statamperes"}},
{"slug": "amps-to-statvolts", "name": "Amps \u00f7 Statvolts", "category": "electrical", "type": "3col", "teaser": "Convert amperes into statvolt equivalents when using CGS.", "labels": {"in1": "Amps", "in2": "Statvolts", "in3": "Amps \u00f7 Statvolts"}},
{"slug": "amps-to-watt-hours", "name": "Amps \u00f7 Watt-hours", "category": "power", "type": "3col", "teaser": "Turn steady currents into energy when voltage and time are supplied.", "labels": {"in1": "Amps", "in2": "Watt-hours", "in3": "Amps \u00f7 Watt-hours"}},
{"slug": "ascii-to-binary", "name": "ASCII to Binary", "category": "number-systems", "type": "text-bin", "labels": {"in1": "ASCII", "in2": "Binary"}},
{"slug": "amperes-to-abamperes", "name": "Amperes to Abamperes", "category": "electrical", "type": "standard", "teaser": "Convert SI amperes into CGS abamperes quickly.", "labels": {"in1": "Amperes", "in2": "Abamperes"}, "factor": 0.1, "hidden": true},
{"slug": "amps-to-volts", "name": "Amps to Volts", "category": "electrical", "type": "3col", "labels": {"in1": "Amps", "in2": "Volts", "in3": "Result"}},
{"slug": "amps-to-volts", "name": "Amps \u00f7 Volts", "category": "electrical", "type": "3col", "labels": {"in1": "Amps", "in2": "Volts", "in3": "Amps \u00f7 Volts"}},
{"slug": "binary-to-ascii", "name": "Binary to ASCII", "category": "number-systems", "type": "bin-text", "labels": {"in1": "Binary", "in2": "ASCII"}, "hidden": true},
{"slug": "binary-to-decimal", "name": "Binary to Decimal", "category": "number-systems", "type": "base", "labels": {"in1": "Binary", "in2": "Decimal"}, "fromBase": 2, "toBase": 10},
{"slug": "binary-to-hex", "name": "Binary to Hex", "category": "number-systems", "type": "base", "labels": {"in1": "Binary", "in2": "Hex"}, "fromBase": 2, "toBase": 16},
{"slug": "amps-to-watts", "name": "Amps to Watts", "category": "power", "type": "3col-mul", "labels": {"in1": "Amps", "in2": "Watts", "in3": "Volts"}},
{"slug": "amps-to-kilowatts", "name": "Amps to Kilowatts", "category": "power", "type": "3col", "labels": {"in1": "Amps", "in2": "Kilowatts", "in3": "Volts"}},
{"slug": "amps-to-kva", "name": "Amps to kVA", "category": "electrical", "type": "3col", "labels": {"in1": "Amps", "in2": "kVA", "in3": "Result"}},
{"slug": "amps-to-watts", "name": "Amps \u00d7 Watts", "category": "power", "type": "3col-mul", "labels": {"in1": "Amps", "in2": "Watts", "in3": "Volts"}},
{"slug": "amps-to-kilowatts", "name": "Amps \u00f7 Kilowatts", "category": "power", "type": "3col", "labels": {"in1": "Amps", "in2": "Kilowatts", "in3": "Volts"}},
{"slug": "amps-to-kva", "name": "Amps \u00f7 kVA", "category": "electrical", "type": "3col", "labels": {"in1": "Amps", "in2": "kVA", "in3": "Amps \u00f7 kVA"}},
{"slug": "ampere-turns-per-meter-to-oersted", "name": "Ampere-turns per meter to Oersted", "category": "length", "type": "standard", "teaser": "Convert magnetomotive force per meter into oersted units.", "labels": {"in1": "Ampere-turns per meter", "in2": "Oersted"}, "factor": 0.0125663706143592, "hidden": true},
{"slug": "ampere-turns-per-meter-to-gauss", "name": "Ampere-turns per meter to Gauss", "category": "length", "type": "3col", "teaser": "Turn magnetomotive force per meter into gauss flux density when vacuum permeability is known.", "labels": {"in1": "Ampere-turns per meter", "in2": "Gauss", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-maxwell", "name": "Ampere-turns per meter to Maxwell", "category": "length", "type": "3col", "teaser": "Estimate magnetic flux in maxwells from magnetomotive force per meter with area or flux path input.", "labels": {"in1": "Ampere-turns per meter", "in2": "Maxwell", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-milligauss", "name": "Ampere-turns per meter to Milligauss", "category": "length", "type": "3col", "teaser": "Express magnetomotive force per meter as milligauss field strength using permeability.", "labels": {"in1": "Ampere-turns per meter", "in2": "Milligauss", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-millitesla", "name": "Ampere-turns per meter to Millitesla", "category": "length", "type": "3col", "teaser": "Convert magnetomotive force per meter into millitesla through vacuum relationships.", "labels": {"in1": "Ampere-turns per meter", "in2": "Millitesla", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-tesla", "name": "Ampere-turns per meter to Tesla", "category": "length", "type": "3col", "teaser": "Rephrase magnetomotive force per meter into tesla when permeability or flux is supplied.", "labels": {"in1": "Ampere-turns per meter", "in2": "Tesla", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-weber", "name": "Ampere-turns per meter to Weber", "category": "length", "type": "3col", "teaser": "Relate magnetomotive force per meter to webers of flux when the enclosed area is part of the equation.", "labels": {"in1": "Ampere-turns per meter", "in2": "Weber", "in3": "Result"}},
{"slug": "ampere-turns-per-meter-to-gauss", "name": "Ampere-turns per meter \u00f7 Gauss", "category": "length", "type": "3col", "teaser": "Turn magnetomotive force per meter into gauss flux density when vacuum permeability is known.", "labels": {"in1": "Ampere-turns per meter", "in2": "Gauss", "in3": "Ampere-turns per meter \u00f7 Gauss"}},
{"slug": "ampere-turns-per-meter-to-maxwell", "name": "Ampere-turns per meter \u00f7 Maxwell", "category": "length", "type": "3col", "teaser": "Estimate magnetic flux in maxwells from magnetomotive force per meter with area or flux path input.", "labels": {"in1": "Ampere-turns per meter", "in2": "Maxwell", "in3": "Ampere-turns per meter \u00f7 Maxwell"}},
{"slug": "ampere-turns-per-meter-to-milligauss", "name": "Ampere-turns per meter \u00f7 Milligauss", "category": "length", "type": "3col", "teaser": "Express magnetomotive force per meter as milligauss field strength using permeability.", "labels": {"in1": "Ampere-turns per meter", "in2": "Milligauss", "in3": "Ampere-turns per meter \u00f7 Milligauss"}},
{"slug": "ampere-turns-per-meter-to-millitesla", "name": "Ampere-turns per meter \u00f7 Millitesla", "category": "length", "type": "3col", "teaser": "Convert magnetomotive force per meter into millitesla through vacuum relationships.", "labels": {"in1": "Ampere-turns per meter", "in2": "Millitesla", "in3": "Ampere-turns per meter \u00f7 Millitesla"}},
{"slug": "ampere-turns-per-meter-to-tesla", "name": "Ampere-turns per meter \u00f7 Tesla", "category": "length", "type": "3col", "teaser": "Rephrase magnetomotive force per meter into tesla when permeability or flux is supplied.", "labels": {"in1": "Ampere-turns per meter", "in2": "Tesla", "in3": "Ampere-turns per meter \u00f7 Tesla"}},
{"slug": "ampere-turns-per-meter-to-weber", "name": "Ampere-turns per meter \u00f7 Weber", "category": "length", "type": "3col", "teaser": "Relate magnetomotive force per meter to webers of flux when the enclosed area is part of the equation.", "labels": {"in1": "Ampere-turns per meter", "in2": "Weber", "in3": "Ampere-turns per meter \u00f7 Weber"}},
{"slug": "oersted-to-ampere-turns-per-meter", "name": "Oersted to Ampere-turns per meter", "category": "length", "type": "standard", "teaser": "Flip the CGS oersted field scale back into ampere-turns per meter.", "labels": {"in1": "Oersted", "in2": "Ampere-turns per meter"}, "factor": 79.57747154594767},
{"slug": "tesla-to-gauss", "name": "Tesla to Gauss", "category": "magnetism", "type": "standard", "teaser": "Express teslas as gauss for high-field comparisons.", "labels": {"in1": "Tesla", "in2": "Gauss"}, "factor": 10000.0},
{"slug": "tesla-to-milligauss", "name": "Tesla to Milligauss", "category": "magnetism", "type": "standard", "teaser": "Convert teslas down into milligauss units.", "labels": {"in1": "Tesla", "in2": "Milligauss"}, "factor": 10000000.0},
{"slug": "tesla-to-millitesla", "name": "Tesla to Millitesla", "category": "magnetism", "type": "standard", "teaser": "Translate teslas into milliteslas for electronics.", "labels": {"in1": "Tesla", "in2": "Millitesla"}, "factor": 1000.0},
{"slug": "tesla-to-ampere-turns-per-meter", "name": "Tesla to Ampere-turns per meter", "category": "length", "type": "3col", "teaser": "Translate flux density into magnetomotive force per meter when vacuum permeability is provided.", "labels": {"in1": "Tesla", "in2": "Ampere-turns per meter", "in3": "Result"}, "hidden": true},
{"slug": "tesla-to-maxwell", "name": "Tesla to Maxwell", "category": "magnetism", "type": "3col", "teaser": "Convert tesla values into maxwell flux when area or length units are entered.", "labels": {"in1": "Tesla", "in2": "Maxwell", "in3": "Result"}},
{"slug": "tesla-to-oersted", "name": "Tesla to Oersted", "category": "magnetism", "type": "3col", "teaser": "Rephrase teslas as oersteds by leveraging the vacuum field relationship.", "labels": {"in1": "Tesla", "in2": "Oersted", "in3": "Result"}},
{"slug": "tesla-to-ampere-turns-per-meter", "name": "Tesla \u00f7 Ampere-turns per meter", "category": "length", "type": "3col", "teaser": "Translate flux density into magnetomotive force per meter when vacuum permeability is provided.", "labels": {"in1": "Tesla", "in2": "Ampere-turns per meter", "in3": "Tesla \u00f7 Ampere-turns per meter"}},
{"slug": "tesla-to-maxwell", "name": "Tesla \u00f7 Maxwell", "category": "magnetism", "type": "3col", "teaser": "Convert tesla values into maxwell flux when area or length units are entered.", "labels": {"in1": "Tesla", "in2": "Maxwell", "in3": "Tesla \u00f7 Maxwell"}},
{"slug": "tesla-to-oersted", "name": "Tesla \u00f7 Oersted", "category": "magnetism", "type": "3col", "teaser": "Rephrase teslas as oersteds by leveraging the vacuum field relationship.", "labels": {"in1": "Tesla", "in2": "Oersted", "in3": "Tesla \u00f7 Oersted"}},
{"slug": "tesla-to-microtesla", "name": "Tesla to Microtesla", "category": "magnetism", "type": "standard", "teaser": "Scale Tesla fields down into microtesla for sensor-level data.", "labels": {"in1": "Tesla", "in2": "Microtesla"}, "factor": 1000000.0},
{"slug": "microtesla-to-tesla", "name": "Microtesla to Tesla", "category": "magnetism", "type": "standard", "teaser": "Turn microtesla readings back into the Tesla base unit.", "labels": {"in1": "Microtesla", "in2": "Tesla"}, "factor": 1e-06, "hidden": true},
{"slug": "tesla-to-nanotesla", "name": "Tesla to Nanotesla", "category": "magnetism", "type": "standard", "teaser": "Express Tesla fields in highly sensitive nanotesla units.", "labels": {"in1": "Tesla", "in2": "Nanotesla"}, "factor": 1000000000.0},
@@ -279,7 +279,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "gauss-to-maxwell-per-square-inch", "name": "Gauss to Maxwells per square inch", "category": "magnetism", "type": "standard", "teaser": "Multiply gauss by 6.4516 to get maxwells per square inch.", "labels": {"in1": "Gauss", "in2": "Maxwells per square inch"}, "factor": 6.4516},
{"slug": "kilotesla-to-oersted", "name": "Kilotesla to Oersted", "category": "magnetism", "type": "standard", "teaser": "Convert the enormous kilotesla field into oersted (1 kt = 10,000,000 Oe).", "labels": {"in1": "Kilotesla", "in2": "Oersted"}, "factor": 10000000.0},
{"slug": "oersted-to-kilotesla", "name": "Oersted to Kilotesla", "category": "magnetism", "type": "standard", "teaser": "Turn oersted values into rare kilotesla units.", "labels": {"in1": "Oersted", "in2": "Kilotesla"}, "factor": 1e-07, "hidden": true},
{"slug": "amps-to-milliamps", "name": "Amps to Milliamps", "category": "electrical", "type": "standard", "teaser": "Translate amperes into milliamperes when tuning circuit currents.", "labels": {"in1": "Amps", "in2": "Milliamps"}, "factor": 1000.0},
{"slug": "amps-to-milliamps", "name": "Amps to Milliamps", "category": "angle", "type": "standard", "teaser": "Translate amperes into milliamperes when tuning circuit currents.", "labels": {"in1": "Amps", "in2": "Milliamps"}, "factor": 1000.0},
{"slug": "carats-to-grams", "name": "Carats to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Grams"}, "factor": 0.2, "hidden": true},
{"slug": "celsius-to-fahrenheit", "name": "Celsius to Fahrenheit", "category": "temperature", "type": "standard", "labels": {"in1": "Celsius", "in2": "Fahrenheit"}, "factor": 1.8, "offset": 32.0},
{"slug": "centimeters-to-inches", "name": "Centimeters to Inches", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Inches"}, "factor": 0.393700787},
@@ -288,28 +288,28 @@ export const calculators: CalculatorDef[] = [
{"slug": "ampere-hours-to-coulombs", "name": "Ampere-hours to Coulombs", "category": "time", "type": "standard", "teaser": "Convert battery capacity in ampere-hours into coulombs.", "labels": {"in1": "Ampere-hours", "in2": "Coulombs"}, "factor": 3600.0},
{"slug": "coulomb-per-kilogram-to-roentgen", "name": "Coulomb per Kilogram to Roentgen", "category": "weight", "type": "standard", "labels": {"in1": "Coulomb per Kilogram", "in2": "Roentgen"}, "factor": 3875.96899},
{"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": "coulombs-to-abamperes", "name": "Coulombs to Abamperes", "category": "electrical", "type": "3col", "teaser": "Express total charge as CGS abampere current when time is supplied.", "labels": {"in1": "Coulombs", "in2": "Abamperes", "in3": "Result"}, "hidden": true},
{"slug": "coulombs-to-abvolts", "name": "Coulombs to Abvolts", "category": "electrical", "type": "3col", "teaser": "Relate charge to legacy abvolt potentials across time and resistance.", "labels": {"in1": "Coulombs", "in2": "Abvolts", "in3": "Result"}, "hidden": true},
{"slug": "coulombs-to-amps", "name": "Coulombs to Amps", "category": "electrical", "type": "3col", "teaser": "Translate charge into amperes over a known duration.", "labels": {"in1": "Coulombs", "in2": "Amps", "in3": "Result"}, "hidden": true},
{"slug": "coulombs-to-farads", "name": "Coulombs to Farads", "category": "radiation", "type": "3col", "teaser": "Estimate capacitance given stored charge and voltage.", "labels": {"in1": "Coulombs", "in2": "Farads", "in3": "Result"}},
{"slug": "coulombs-to-henries", "name": "Coulombs to Henries", "category": "electrical", "type": "3col", "teaser": "Derive inductance from charge and magnetic flux linkage.", "labels": {"in1": "Coulombs", "in2": "Henries", "in3": "Result"}},
{"slug": "coulombs-to-kilowatts", "name": "Coulombs to Kilowatts", "category": "power", "type": "3col", "teaser": "Show how charge converts into kilowatt power with voltage and time.", "labels": {"in1": "Coulombs", "in2": "Kilowatts", "in3": "Result"}},
{"slug": "coulombs-to-kva", "name": "Coulombs to Kva", "category": "electrical", "type": "3col", "teaser": "Express charge as apparent power (kVA) when voltage and time are provided.", "labels": {"in1": "Coulombs", "in2": "Kva", "in3": "Result"}},
{"slug": "coulombs-to-microfarads", "name": "Coulombs to Microfarads", "category": "radiation", "type": "3col", "teaser": "Map charge into microfarad capacitors given a voltage.", "labels": {"in1": "Coulombs", "in2": "Microfarads", "in3": "Result"}},
{"slug": "coulombs-to-microhenries", "name": "Coulombs to Microhenries", "category": "electrical", "type": "3col", "teaser": "Relate charge to microhenry inductance when flux/time context is given.", "labels": {"in1": "Coulombs", "in2": "Microhenries", "in3": "Result"}},
{"slug": "coulombs-to-milliampere-hours", "name": "Coulombs to Milliampere-hours", "category": "electrical", "type": "3col", "teaser": "Convert coulombs into milliampere-hours for battery math.", "labels": {"in1": "Coulombs", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "coulombs-to-milliamps", "name": "Coulombs to Milliamps", "category": "electrical", "type": "3col", "teaser": "Turn charge into milliamps when the time interval is known.", "labels": {"in1": "Coulombs", "in2": "Milliamps", "in3": "Result"}},
{"slug": "coulombs-to-millihenries", "name": "Coulombs to Millihenries", "category": "electrical", "type": "3col", "teaser": "Estimate millihenry inductance from a given charge and flux change.", "labels": {"in1": "Coulombs", "in2": "Millihenries", "in3": "Result"}},
{"slug": "coulombs-to-millivolts", "name": "Coulombs to Millivolts", "category": "electrical", "type": "3col", "teaser": "Derive millivolt drops from charge flow across resistance.", "labels": {"in1": "Coulombs", "in2": "Millivolts", "in3": "Result"}},
{"slug": "coulombs-to-milliwatts", "name": "Coulombs to Milliwatts", "category": "power", "type": "3col", "teaser": "Express stored charge as milliwatts when voltage and time are supplied.", "labels": {"in1": "Coulombs", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "coulombs-to-ohms", "name": "Coulombs to Ohms", "category": "electrical", "type": "3col", "teaser": "Back out resistance from charge, voltage, and duration relationships.", "labels": {"in1": "Coulombs", "in2": "Ohms", "in3": "Result"}},
{"slug": "coulombs-to-picofarads", "name": "Coulombs to Picofarads", "category": "radiation", "type": "3col", "teaser": "Translate coulombs into picofarad capacitor sizes at a given voltage.", "labels": {"in1": "Coulombs", "in2": "Picofarads", "in3": "Result"}},
{"slug": "coulombs-to-siemens", "name": "Coulombs to Siemens", "category": "electrical", "type": "3col", "teaser": "Convert charge flow into conductance when voltage is known.", "labels": {"in1": "Coulombs", "in2": "Siemens", "in3": "Result"}},
{"slug": "coulombs-to-statamperes", "name": "Coulombs to Statamperes", "category": "electrical", "type": "3col", "teaser": "Flip coulombs into CGS statampere flow for legacy reporting.", "labels": {"in1": "Coulombs", "in2": "Statamperes", "in3": "Result"}},
{"slug": "coulombs-to-statvolts", "name": "Coulombs to Statvolts", "category": "electrical", "type": "3col", "teaser": "Express charge as statvolt potential in CGS units.", "labels": {"in1": "Coulombs", "in2": "Statvolts", "in3": "Result"}},
{"slug": "coulombs-to-volts", "name": "Coulombs to Volts", "category": "electrical", "type": "3col", "teaser": "Derive voltage from charge across capacitance or resistance/time.", "labels": {"in1": "Coulombs", "in2": "Volts", "in3": "Result"}},
{"slug": "coulombs-to-watt-hours", "name": "Coulombs to Watt-hours", "category": "power", "type": "3col", "teaser": "Turn stored charge into watt-hours when voltage and duration are supplied.", "labels": {"in1": "Coulombs", "in2": "Watt-hours", "in3": "Result"}},
{"slug": "coulombs-to-watts", "name": "Coulombs to Watts", "category": "power", "type": "3col", "teaser": "Translate charge into watts given the voltage and time span.", "labels": {"in1": "Coulombs", "in2": "Watts", "in3": "Result"}},
{"slug": "coulombs-to-abamperes", "name": "Coulombs \u00f7 Abamperes", "category": "electrical", "type": "3col", "teaser": "Express total charge as CGS abampere current when time is supplied.", "labels": {"in1": "Coulombs", "in2": "Abamperes", "in3": "Coulombs \u00f7 Abamperes"}},
{"slug": "coulombs-to-abvolts", "name": "Coulombs \u00f7 Abvolts", "category": "electrical", "type": "3col", "teaser": "Relate charge to legacy abvolt potentials across time and resistance.", "labels": {"in1": "Coulombs", "in2": "Abvolts", "in3": "Coulombs \u00f7 Abvolts"}},
{"slug": "coulombs-to-amps", "name": "Coulombs \u00f7 Amps", "category": "electrical", "type": "3col", "teaser": "Translate charge into amperes over a known duration.", "labels": {"in1": "Coulombs", "in2": "Amps", "in3": "Coulombs \u00f7 Amps"}},
{"slug": "coulombs-to-farads", "name": "Coulombs \u00f7 Farads", "category": "radiation", "type": "3col", "teaser": "Estimate capacitance given stored charge and voltage.", "labels": {"in1": "Coulombs", "in2": "Farads", "in3": "Coulombs \u00f7 Farads"}},
{"slug": "coulombs-to-henries", "name": "Coulombs \u00f7 Henries", "category": "electrical", "type": "3col", "teaser": "Derive inductance from charge and magnetic flux linkage.", "labels": {"in1": "Coulombs", "in2": "Henries", "in3": "Coulombs \u00f7 Henries"}},
{"slug": "coulombs-to-kilowatts", "name": "Coulombs \u00f7 Kilowatts", "category": "power", "type": "3col", "teaser": "Show how charge converts into kilowatt power with voltage and time.", "labels": {"in1": "Coulombs", "in2": "Kilowatts", "in3": "Coulombs \u00f7 Kilowatts"}},
{"slug": "coulombs-to-kva", "name": "Coulombs \u00f7 Kva", "category": "electrical", "type": "3col", "teaser": "Express charge as apparent power (kVA) when voltage and time are provided.", "labels": {"in1": "Coulombs", "in2": "Kva", "in3": "Coulombs \u00f7 Kva"}},
{"slug": "coulombs-to-microfarads", "name": "Coulombs \u00f7 Microfarads", "category": "radiation", "type": "3col", "teaser": "Map charge into microfarad capacitors given a voltage.", "labels": {"in1": "Coulombs", "in2": "Microfarads", "in3": "Coulombs \u00f7 Microfarads"}},
{"slug": "coulombs-to-microhenries", "name": "Coulombs \u00f7 Microhenries", "category": "electrical", "type": "3col", "teaser": "Relate charge to microhenry inductance when flux/time context is given.", "labels": {"in1": "Coulombs", "in2": "Microhenries", "in3": "Coulombs \u00f7 Microhenries"}},
{"slug": "coulombs-to-milliampere-hours", "name": "Coulombs \u00f7 Milliampere-hours", "category": "angle", "type": "3col", "teaser": "Convert coulombs into milliampere-hours for battery math.", "labels": {"in1": "Coulombs", "in2": "Milliampere-hours", "in3": "Coulombs \u00f7 Milliampere-hours"}},
{"slug": "coulombs-to-milliamps", "name": "Coulombs \u00f7 Milliamps", "category": "angle", "type": "3col", "teaser": "Turn charge into milliamps when the time interval is known.", "labels": {"in1": "Coulombs", "in2": "Milliamps", "in3": "Coulombs \u00f7 Milliamps"}},
{"slug": "coulombs-to-millihenries", "name": "Coulombs \u00f7 Millihenries", "category": "angle", "type": "3col", "teaser": "Estimate millihenry inductance from a given charge and flux change.", "labels": {"in1": "Coulombs", "in2": "Millihenries", "in3": "Coulombs \u00f7 Millihenries"}},
{"slug": "coulombs-to-millivolts", "name": "Coulombs \u00f7 Millivolts", "category": "angle", "type": "3col", "teaser": "Derive millivolt drops from charge flow across resistance.", "labels": {"in1": "Coulombs", "in2": "Millivolts", "in3": "Coulombs \u00f7 Millivolts"}},
{"slug": "coulombs-to-milliwatts", "name": "Coulombs \u00f7 Milliwatts", "category": "power", "type": "3col", "teaser": "Express stored charge as milliwatts when voltage and time are supplied.", "labels": {"in1": "Coulombs", "in2": "Milliwatts", "in3": "Coulombs \u00f7 Milliwatts"}},
{"slug": "coulombs-to-ohms", "name": "Coulombs \u00f7 Ohms", "category": "electrical", "type": "3col", "teaser": "Back out resistance from charge, voltage, and duration relationships.", "labels": {"in1": "Coulombs", "in2": "Ohms", "in3": "Coulombs \u00f7 Ohms"}},
{"slug": "coulombs-to-picofarads", "name": "Coulombs \u00f7 Picofarads", "category": "radiation", "type": "3col", "teaser": "Translate coulombs into picofarad capacitor sizes at a given voltage.", "labels": {"in1": "Coulombs", "in2": "Picofarads", "in3": "Coulombs \u00f7 Picofarads"}},
{"slug": "coulombs-to-siemens", "name": "Coulombs \u00f7 Siemens", "category": "electrical", "type": "3col", "teaser": "Convert charge flow into conductance when voltage is known.", "labels": {"in1": "Coulombs", "in2": "Siemens", "in3": "Coulombs \u00f7 Siemens"}},
{"slug": "coulombs-to-statamperes", "name": "Coulombs \u00f7 Statamperes", "category": "electrical", "type": "3col", "teaser": "Flip coulombs into CGS statampere flow for legacy reporting.", "labels": {"in1": "Coulombs", "in2": "Statamperes", "in3": "Coulombs \u00f7 Statamperes"}},
{"slug": "coulombs-to-statvolts", "name": "Coulombs \u00f7 Statvolts", "category": "electrical", "type": "3col", "teaser": "Express charge as statvolt potential in CGS units.", "labels": {"in1": "Coulombs", "in2": "Statvolts", "in3": "Coulombs \u00f7 Statvolts"}},
{"slug": "coulombs-to-volts", "name": "Coulombs \u00f7 Volts", "category": "electrical", "type": "3col", "teaser": "Derive voltage from charge across capacitance or resistance/time.", "labels": {"in1": "Coulombs", "in2": "Volts", "in3": "Coulombs \u00f7 Volts"}},
{"slug": "coulombs-to-watt-hours", "name": "Coulombs \u00f7 Watt-hours", "category": "power", "type": "3col", "teaser": "Turn stored charge into watt-hours when voltage and duration are supplied.", "labels": {"in1": "Coulombs", "in2": "Watt-hours", "in3": "Coulombs \u00f7 Watt-hours"}},
{"slug": "coulombs-to-watts", "name": "Coulombs \u00f7 Watts", "category": "power", "type": "3col", "teaser": "Translate charge into watts given the voltage and time span.", "labels": {"in1": "Coulombs", "in2": "Watts", "in3": "Coulombs \u00f7 Watts"}},
{"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": "volume", "type": "standard", "teaser": "Translate kitchen cups into acre-feet when planning irrigation.", "labels": {"in1": "Cups", "in2": "Acre-feet"}, "factor": 1.918052048260257e-07, "hidden": true},
@@ -431,8 +431,8 @@ export const calculators: CalculatorDef[] = [
{"slug": "grams-to-pennyweights", "name": "Grams to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Pennyweights"}, "factor": 0.643014931, "hidden": true},
{"slug": "grams-to-troy-ounces", "name": "Grams to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Troy Ounces"}, "factor": 0.0321507466, "hidden": true},
{"slug": "gray-to-rad", "name": "Gray to Rad", "category": "radiation", "type": "standard", "labels": {"in1": "Gray", "in2": "Rad"}, "factor": 100.0},
{"slug": "millirem-to-microsievert", "name": "Millirem to Microsievert", "category": "radiation", "type": "standard", "teaser": "Convert millirem exposures into microsieverts.", "labels": {"in1": "Millirem", "in2": "Microsievert"}, "factor": 100.0},
{"slug": "millisievert-to-rem", "name": "Millisievert to Rem", "category": "radiation", "type": "standard", "teaser": "Turn millisieverts into rems for dose comparisons.", "labels": {"in1": "Millisievert", "in2": "Rem"}, "factor": 0.1, "hidden": true},
{"slug": "millirem-to-microsievert", "name": "Millirem to Microsievert", "category": "angle", "type": "standard", "teaser": "Convert millirem exposures into microsieverts.", "labels": {"in1": "Millirem", "in2": "Microsievert"}, "factor": 100.0},
{"slug": "millisievert-to-rem", "name": "Millisievert to Rem", "category": "angle", "type": "standard", "teaser": "Turn millisieverts into rems for dose comparisons.", "labels": {"in1": "Millisievert", "in2": "Rem"}, "factor": 0.1, "hidden": true},
{"slug": "grams-to-apothecary-ounces", "name": "Grams to Apothecary ounces", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Apothecary ounces"}, "factor": 0.0321507466, "hidden": true},
{"slug": "grams-to-carats", "name": "Grams to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Carats"}, "factor": 5.0},
{"slug": "grams-to-grains", "name": "Grams to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Grams", "in2": "Grains"}, "factor": 15.4323584},
@@ -743,55 +743,55 @@ export const calculators: CalculatorDef[] = [
{"slug": "base-8-to-base-7", "name": "Base 8 to Base 7", "category": "number-systems", "type": "base", "teaser": "Convert octal numbers into septenary digits for base-7 models.", "labels": {"in1": "Base 8", "in2": "Base 7"}, "fromBase": 8, "toBase": 7, "hidden": true},
{"slug": "base-8-to-base-9", "name": "Base 8 to Base 9", "category": "number-systems", "type": "base", "teaser": "Translate octal digits into base-9 notation for nonary math.", "labels": {"in1": "Base 8", "in2": "Base 9"}, "fromBase": 8, "toBase": 9},
{"slug": "base-8-to-base-10", "name": "Base 8 to Base 10", "category": "number-systems", "type": "base", "teaser": "Reframe octal quantities in decimal for common use.", "labels": {"in1": "Base 8", "in2": "Base 10"}, "fromBase": 8, "toBase": 10},
{"slug": "watts-to-amps", "name": "Watts to amps", "category": "power", "type": "3col", "labels": {"in1": "Watts", "in2": "amps", "in3": "Volts"}, "hidden": true},
{"slug": "volts-to-amps", "name": "Volts to amps", "category": "electrical", "type": "3col", "labels": {"in1": "Volts", "in2": "amps", "in3": "Result"}, "hidden": true},
{"slug": "watts-to-amps", "name": "Watts \u00f7 amps", "category": "power", "type": "3col", "labels": {"in1": "Watts", "in2": "amps", "in3": "Volts"}},
{"slug": "volts-to-amps", "name": "Volts \u00f7 amps", "category": "electrical", "type": "3col", "labels": {"in1": "Volts", "in2": "amps", "in3": "Volts \u00f7 amps"}},
{"slug": "volts-to-abvolts", "name": "Volts to Abvolts", "category": "electrical", "type": "standard", "teaser": "Convert SI volts into CGS abvolts.", "labels": {"in1": "Volts", "in2": "Abvolts"}, "factor": 100000000.0},
{"slug": "abamperes-to-abvolts", "name": "Abamperes to Abvolts", "category": "electrical", "type": "3col", "teaser": "Use Ohm\u2019s law to relate CGS abamperes to CGS abvolts.", "labels": {"in1": "Abamperes", "in2": "Abvolts", "in3": "Result"}},
{"slug": "abamperes-to-ampere-hours", "name": "Abamperes to Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate an abampere draw into ampere-hours over time.", "labels": {"in1": "Abamperes", "in2": "Ampere-hours", "in3": "Result"}},
{"slug": "abamperes-to-coulombs", "name": "Abamperes to Coulombs", "category": "electrical", "type": "3col", "teaser": "Convert abamperes into coulombs when duration is provided.", "labels": {"in1": "Abamperes", "in2": "Coulombs", "in3": "Result"}},
{"slug": "abamperes-to-farads", "name": "Abamperes to Farads", "category": "radiation", "type": "3col", "teaser": "Estimate the capacitance needed for a given abampere flow.", "labels": {"in1": "Abamperes", "in2": "Farads", "in3": "Result"}},
{"slug": "abamperes-to-henries", "name": "Abamperes to Henries", "category": "electrical", "type": "3col", "teaser": "Relate abampere currents to inductance in henries.", "labels": {"in1": "Abamperes", "in2": "Henries", "in3": "Result"}},
{"slug": "abamperes-to-kilowatts", "name": "Abamperes to Kilowatts", "category": "power", "type": "3col", "teaser": "Convert CGS abampere flows into kilowatt loads.", "labels": {"in1": "Abamperes", "in2": "Kilowatts", "in3": "Result"}},
{"slug": "abamperes-to-kva", "name": "Abamperes to kVA", "category": "electrical", "type": "3col", "teaser": "Express abampere flow as apparent power in kilovolt-amperes.", "labels": {"in1": "Abamperes", "in2": "kVA", "in3": "Result"}},
{"slug": "abamperes-to-microfarads", "name": "Abamperes to Microfarads", "category": "radiation", "type": "3col", "teaser": "Translate abamperes into microfarads when dealing with tiny capacitors.", "labels": {"in1": "Abamperes", "in2": "Microfarads", "in3": "Result"}},
{"slug": "abamperes-to-microhenries", "name": "Abamperes to Microhenries", "category": "electrical", "type": "3col", "teaser": "Convert abampere currents into microhenries for small inductors.", "labels": {"in1": "Abamperes", "in2": "Microhenries", "in3": "Result"}},
{"slug": "abamperes-to-milliampere-hours", "name": "Abamperes to Milliampere-hours", "category": "electrical", "type": "3col", "teaser": "Relate abamperes to milliampere-hours for battery comparisons.", "labels": {"in1": "Abamperes", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "abamperes-to-milliamps", "name": "Abamperes to Milliamps", "category": "electrical", "type": "3col", "teaser": "Express abampere magnitudes as modern milliamps for circuits.", "labels": {"in1": "Abamperes", "in2": "Milliamps", "in3": "Result"}},
{"slug": "abamperes-to-millihenries", "name": "Abamperes to Millihenries", "category": "electrical", "type": "3col", "teaser": "Estimate inductance in millihenries from abampere currents.", "labels": {"in1": "Abamperes", "in2": "Millihenries", "in3": "Result"}},
{"slug": "abamperes-to-millivolts", "name": "Abamperes to Millivolts", "category": "electrical", "type": "3col", "teaser": "Scale abampere current into potential difference when resistance is known.", "labels": {"in1": "Abamperes", "in2": "Millivolts", "in3": "Result"}},
{"slug": "abamperes-to-milliwatts", "name": "Abamperes to Milliwatts", "category": "power", "type": "3col", "teaser": "Translate CGS currents into milliwatt power levels.", "labels": {"in1": "Abamperes", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "abamperes-to-ohms", "name": "Abamperes to Ohms", "category": "electrical", "type": "3col", "teaser": "Derive resistance when abamperes and voltage are provided.", "labels": {"in1": "Abamperes", "in2": "Ohms", "in3": "Result"}},
{"slug": "abamperes-to-picofarads", "name": "Abamperes to Picofarads", "category": "radiation", "type": "3col", "teaser": "Relate abampere currents to picofarad capacitances.", "labels": {"in1": "Abamperes", "in2": "Picofarads", "in3": "Result"}},
{"slug": "abamperes-to-siemens", "name": "Abamperes to Siemens", "category": "electrical", "type": "3col", "teaser": "Express abampere conductance as siemens around Ohm\u2019s law.", "labels": {"in1": "Abamperes", "in2": "Siemens", "in3": "Result"}},
{"slug": "abamperes-to-statamperes", "name": "Abamperes to Statamperes", "category": "electrical", "type": "3col", "teaser": "Flip abamperes into statamperes within CGS electromagnetic units.", "labels": {"in1": "Abamperes", "in2": "Statamperes", "in3": "Result"}},
{"slug": "abamperes-to-statvolts", "name": "Abamperes to Statvolts", "category": "electrical", "type": "3col", "teaser": "Translate abampere flows into statvolt potentials.", "labels": {"in1": "Abamperes", "in2": "Statvolts", "in3": "Result"}},
{"slug": "abamperes-to-volts", "name": "Abamperes to Volts", "category": "electrical", "type": "3col", "teaser": "Derive voltage for a known abampere current and resistance.", "labels": {"in1": "Abamperes", "in2": "Volts", "in3": "Result"}},
{"slug": "abamperes-to-watts", "name": "Abamperes to Watts", "category": "power", "type": "3col", "teaser": "Convert abampere current into watts using voltage.", "labels": {"in1": "Abamperes", "in2": "Watts", "in3": "Result"}},
{"slug": "abvolts-to-ampere-hours", "name": "Abvolts to Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate abvolt potentials into ampere-hours over time.", "labels": {"in1": "Abvolts", "in2": "Ampere-hours", "in3": "Result"}},
{"slug": "abvolts-to-coulombs", "name": "Abvolts to Coulombs", "category": "electrical", "type": "3col", "teaser": "Convert abvolts into coulombs when charge-time context is given.", "labels": {"in1": "Abvolts", "in2": "Coulombs", "in3": "Result"}},
{"slug": "abvolts-to-farads", "name": "Abvolts to Farads", "category": "radiation", "type": "3col", "teaser": "Relate abvolt potentials to capacitance in farads.", "labels": {"in1": "Abvolts", "in2": "Farads", "in3": "Result"}},
{"slug": "abvolts-to-henries", "name": "Abvolts to Henries", "category": "electrical", "type": "3col", "teaser": "Estimate inductance in henries from abvolt and current relationships.", "labels": {"in1": "Abvolts", "in2": "Henries", "in3": "Result"}},
{"slug": "abvolts-to-kilowatts", "name": "Abvolts to Kilowatts", "category": "power", "type": "3col", "teaser": "Express abvolt-level voltages as kilowatt loads when current is known.", "labels": {"in1": "Abvolts", "in2": "Kilowatts", "in3": "Result"}},
{"slug": "abvolts-to-kva", "name": "Abvolts to kVA", "category": "electrical", "type": "3col", "teaser": "Convert abvolts into apparent power under unity power factor.", "labels": {"in1": "Abvolts", "in2": "kVA", "in3": "Result"}},
{"slug": "abvolts-to-microfarads", "name": "Abvolts to Microfarads", "category": "radiation", "type": "3col", "teaser": "Translate abvolt potentials into microfarad capacitances for small circuits.", "labels": {"in1": "Abvolts", "in2": "Microfarads", "in3": "Result"}},
{"slug": "abvolts-to-microhenries", "name": "Abvolts to Microhenries", "category": "electrical", "type": "3col", "teaser": "Convert abvolts into microhenries via flux linkage.", "labels": {"in1": "Abvolts", "in2": "Microhenries", "in3": "Result"}},
{"slug": "abvolts-to-milliampere-hours", "name": "Abvolts to Milliampere-hours", "category": "electrical", "type": "3col", "teaser": "Relate abvolt potentials to milliampere-hour storage.", "labels": {"in1": "Abvolts", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "abvolts-to-milliamps", "name": "Abvolts to Milliamps", "category": "electrical", "type": "3col", "teaser": "Express abvolts as milliamps when resistance is supplied.", "labels": {"in1": "Abvolts", "in2": "Milliamps", "in3": "Result"}},
{"slug": "abvolts-to-millihenries", "name": "Abvolts to Millihenries", "category": "electrical", "type": "3col", "teaser": "Translate abvolt potentials into millihenries.", "labels": {"in1": "Abvolts", "in2": "Millihenries", "in3": "Result"}},
{"slug": "abvolts-to-millivolts", "name": "Abvolts to Millivolts", "category": "electrical", "type": "3col", "teaser": "Convert abvolts to millivolts for SI reporting.", "labels": {"in1": "Abvolts", "in2": "Millivolts", "in3": "Result"}},
{"slug": "abvolts-to-milliwatts", "name": "Abvolts to Milliwatts", "category": "power", "type": "3col", "teaser": "Relate abvolts to milliwatts when current is available.", "labels": {"in1": "Abvolts", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "abvolts-to-ohms", "name": "Abvolts to Ohms", "category": "electrical", "type": "3col", "teaser": "Determine resistance from abvolts and abamperes.", "labels": {"in1": "Abvolts", "in2": "Ohms", "in3": "Result"}},
{"slug": "abvolts-to-picofarads", "name": "Abvolts to Picofarads", "category": "radiation", "type": "3col", "teaser": "Estimate capacitance from abvolt potentials.", "labels": {"in1": "Abvolts", "in2": "Picofarads", "in3": "Result"}},
{"slug": "abvolts-to-siemens", "name": "Abvolts to Siemens", "category": "electrical", "type": "3col", "teaser": "Translate abvolt fields into siemens conductance.", "labels": {"in1": "Abvolts", "in2": "Siemens", "in3": "Result"}},
{"slug": "abvolts-to-statamperes", "name": "Abvolts to Statamperes", "category": "electrical", "type": "3col", "teaser": "Express abvolt potentials as statamperes via CGS conversions.", "labels": {"in1": "Abvolts", "in2": "Statamperes", "in3": "Result"}},
{"slug": "abvolts-to-statvolts", "name": "Abvolts to Statvolts", "category": "electrical", "type": "3col", "teaser": "Convert abvolt-level values to statvolts for legacy contexts.", "labels": {"in1": "Abvolts", "in2": "Statvolts", "in3": "Result"}},
{"slug": "abvolts-to-watts", "name": "Abvolts to Watts", "category": "power", "type": "3col", "teaser": "Convert abvolts into watts when current is included.", "labels": {"in1": "Abvolts", "in2": "Watts", "in3": "Result"}},
{"slug": "abamperes-to-abvolts", "name": "Abamperes \u00f7 Abvolts", "category": "electrical", "type": "3col", "teaser": "Use Ohm\u2019s law to relate CGS abamperes to CGS abvolts.", "labels": {"in1": "Abamperes", "in2": "Abvolts", "in3": "Abamperes \u00f7 Abvolts"}},
{"slug": "abamperes-to-ampere-hours", "name": "Abamperes \u00f7 Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate an abampere draw into ampere-hours over time.", "labels": {"in1": "Abamperes", "in2": "Ampere-hours", "in3": "Abamperes \u00f7 Ampere-hours"}},
{"slug": "abamperes-to-coulombs", "name": "Abamperes \u00f7 Coulombs", "category": "electrical", "type": "3col", "teaser": "Convert abamperes into coulombs when duration is provided.", "labels": {"in1": "Abamperes", "in2": "Coulombs", "in3": "Abamperes \u00f7 Coulombs"}},
{"slug": "abamperes-to-farads", "name": "Abamperes \u00f7 Farads", "category": "radiation", "type": "3col", "teaser": "Estimate the capacitance needed for a given abampere flow.", "labels": {"in1": "Abamperes", "in2": "Farads", "in3": "Abamperes \u00f7 Farads"}},
{"slug": "abamperes-to-henries", "name": "Abamperes \u00f7 Henries", "category": "electrical", "type": "3col", "teaser": "Relate abampere currents to inductance in henries.", "labels": {"in1": "Abamperes", "in2": "Henries", "in3": "Abamperes \u00f7 Henries"}},
{"slug": "abamperes-to-kilowatts", "name": "Abamperes \u00f7 Kilowatts", "category": "power", "type": "3col", "teaser": "Convert CGS abampere flows into kilowatt loads.", "labels": {"in1": "Abamperes", "in2": "Kilowatts", "in3": "Abamperes \u00f7 Kilowatts"}},
{"slug": "abamperes-to-kva", "name": "Abamperes \u00f7 kVA", "category": "electrical", "type": "3col", "teaser": "Express abampere flow as apparent power in kilovolt-amperes.", "labels": {"in1": "Abamperes", "in2": "kVA", "in3": "Abamperes \u00f7 kVA"}},
{"slug": "abamperes-to-microfarads", "name": "Abamperes \u00f7 Microfarads", "category": "radiation", "type": "3col", "teaser": "Translate abamperes into microfarads when dealing with tiny capacitors.", "labels": {"in1": "Abamperes", "in2": "Microfarads", "in3": "Abamperes \u00f7 Microfarads"}},
{"slug": "abamperes-to-microhenries", "name": "Abamperes \u00f7 Microhenries", "category": "electrical", "type": "3col", "teaser": "Convert abampere currents into microhenries for small inductors.", "labels": {"in1": "Abamperes", "in2": "Microhenries", "in3": "Abamperes \u00f7 Microhenries"}},
{"slug": "abamperes-to-milliampere-hours", "name": "Abamperes \u00f7 Milliampere-hours", "category": "angle", "type": "3col", "teaser": "Relate abamperes to milliampere-hours for battery comparisons.", "labels": {"in1": "Abamperes", "in2": "Milliampere-hours", "in3": "Abamperes \u00f7 Milliampere-hours"}},
{"slug": "abamperes-to-milliamps", "name": "Abamperes \u00f7 Milliamps", "category": "angle", "type": "3col", "teaser": "Express abampere magnitudes as modern milliamps for circuits.", "labels": {"in1": "Abamperes", "in2": "Milliamps", "in3": "Abamperes \u00f7 Milliamps"}},
{"slug": "abamperes-to-millihenries", "name": "Abamperes \u00f7 Millihenries", "category": "angle", "type": "3col", "teaser": "Estimate inductance in millihenries from abampere currents.", "labels": {"in1": "Abamperes", "in2": "Millihenries", "in3": "Abamperes \u00f7 Millihenries"}},
{"slug": "abamperes-to-millivolts", "name": "Abamperes \u00f7 Millivolts", "category": "angle", "type": "3col", "teaser": "Scale abampere current into potential difference when resistance is known.", "labels": {"in1": "Abamperes", "in2": "Millivolts", "in3": "Abamperes \u00f7 Millivolts"}},
{"slug": "abamperes-to-milliwatts", "name": "Abamperes \u00f7 Milliwatts", "category": "power", "type": "3col", "teaser": "Translate CGS currents into milliwatt power levels.", "labels": {"in1": "Abamperes", "in2": "Milliwatts", "in3": "Abamperes \u00f7 Milliwatts"}},
{"slug": "abamperes-to-ohms", "name": "Abamperes \u00f7 Ohms", "category": "electrical", "type": "3col", "teaser": "Derive resistance when abamperes and voltage are provided.", "labels": {"in1": "Abamperes", "in2": "Ohms", "in3": "Abamperes \u00f7 Ohms"}},
{"slug": "abamperes-to-picofarads", "name": "Abamperes \u00f7 Picofarads", "category": "radiation", "type": "3col", "teaser": "Relate abampere currents to picofarad capacitances.", "labels": {"in1": "Abamperes", "in2": "Picofarads", "in3": "Abamperes \u00f7 Picofarads"}},
{"slug": "abamperes-to-siemens", "name": "Abamperes \u00f7 Siemens", "category": "electrical", "type": "3col", "teaser": "Express abampere conductance as siemens around Ohm\u2019s law.", "labels": {"in1": "Abamperes", "in2": "Siemens", "in3": "Abamperes \u00f7 Siemens"}},
{"slug": "abamperes-to-statamperes", "name": "Abamperes \u00f7 Statamperes", "category": "electrical", "type": "3col", "teaser": "Flip abamperes into statamperes within CGS electromagnetic units.", "labels": {"in1": "Abamperes", "in2": "Statamperes", "in3": "Abamperes \u00f7 Statamperes"}},
{"slug": "abamperes-to-statvolts", "name": "Abamperes \u00f7 Statvolts", "category": "electrical", "type": "3col", "teaser": "Translate abampere flows into statvolt potentials.", "labels": {"in1": "Abamperes", "in2": "Statvolts", "in3": "Abamperes \u00f7 Statvolts"}},
{"slug": "abamperes-to-volts", "name": "Abamperes \u00f7 Volts", "category": "electrical", "type": "3col", "teaser": "Derive voltage for a known abampere current and resistance.", "labels": {"in1": "Abamperes", "in2": "Volts", "in3": "Abamperes \u00f7 Volts"}},
{"slug": "abamperes-to-watts", "name": "Abamperes \u00f7 Watts", "category": "power", "type": "3col", "teaser": "Convert abampere current into watts using voltage.", "labels": {"in1": "Abamperes", "in2": "Watts", "in3": "Abamperes \u00f7 Watts"}},
{"slug": "abvolts-to-ampere-hours", "name": "Abvolts \u00f7 Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate abvolt potentials into ampere-hours over time.", "labels": {"in1": "Abvolts", "in2": "Ampere-hours", "in3": "Abvolts \u00f7 Ampere-hours"}},
{"slug": "abvolts-to-coulombs", "name": "Abvolts \u00f7 Coulombs", "category": "electrical", "type": "3col", "teaser": "Convert abvolts into coulombs when charge-time context is given.", "labels": {"in1": "Abvolts", "in2": "Coulombs", "in3": "Abvolts \u00f7 Coulombs"}},
{"slug": "abvolts-to-farads", "name": "Abvolts \u00f7 Farads", "category": "radiation", "type": "3col", "teaser": "Relate abvolt potentials to capacitance in farads.", "labels": {"in1": "Abvolts", "in2": "Farads", "in3": "Abvolts \u00f7 Farads"}},
{"slug": "abvolts-to-henries", "name": "Abvolts \u00f7 Henries", "category": "electrical", "type": "3col", "teaser": "Estimate inductance in henries from abvolt and current relationships.", "labels": {"in1": "Abvolts", "in2": "Henries", "in3": "Abvolts \u00f7 Henries"}},
{"slug": "abvolts-to-kilowatts", "name": "Abvolts \u00f7 Kilowatts", "category": "power", "type": "3col", "teaser": "Express abvolt-level voltages as kilowatt loads when current is known.", "labels": {"in1": "Abvolts", "in2": "Kilowatts", "in3": "Abvolts \u00f7 Kilowatts"}},
{"slug": "abvolts-to-kva", "name": "Abvolts \u00f7 kVA", "category": "electrical", "type": "3col", "teaser": "Convert abvolts into apparent power under unity power factor.", "labels": {"in1": "Abvolts", "in2": "kVA", "in3": "Abvolts \u00f7 kVA"}},
{"slug": "abvolts-to-microfarads", "name": "Abvolts \u00f7 Microfarads", "category": "radiation", "type": "3col", "teaser": "Translate abvolt potentials into microfarad capacitances for small circuits.", "labels": {"in1": "Abvolts", "in2": "Microfarads", "in3": "Abvolts \u00f7 Microfarads"}},
{"slug": "abvolts-to-microhenries", "name": "Abvolts \u00f7 Microhenries", "category": "electrical", "type": "3col", "teaser": "Convert abvolts into microhenries via flux linkage.", "labels": {"in1": "Abvolts", "in2": "Microhenries", "in3": "Abvolts \u00f7 Microhenries"}},
{"slug": "abvolts-to-milliampere-hours", "name": "Abvolts \u00f7 Milliampere-hours", "category": "angle", "type": "3col", "teaser": "Relate abvolt potentials to milliampere-hour storage.", "labels": {"in1": "Abvolts", "in2": "Milliampere-hours", "in3": "Abvolts \u00f7 Milliampere-hours"}},
{"slug": "abvolts-to-milliamps", "name": "Abvolts \u00f7 Milliamps", "category": "angle", "type": "3col", "teaser": "Express abvolts as milliamps when resistance is supplied.", "labels": {"in1": "Abvolts", "in2": "Milliamps", "in3": "Abvolts \u00f7 Milliamps"}},
{"slug": "abvolts-to-millihenries", "name": "Abvolts \u00f7 Millihenries", "category": "angle", "type": "3col", "teaser": "Translate abvolt potentials into millihenries.", "labels": {"in1": "Abvolts", "in2": "Millihenries", "in3": "Abvolts \u00f7 Millihenries"}},
{"slug": "abvolts-to-millivolts", "name": "Abvolts \u00f7 Millivolts", "category": "angle", "type": "3col", "teaser": "Convert abvolts to millivolts for SI reporting.", "labels": {"in1": "Abvolts", "in2": "Millivolts", "in3": "Abvolts \u00f7 Millivolts"}},
{"slug": "abvolts-to-milliwatts", "name": "Abvolts \u00f7 Milliwatts", "category": "power", "type": "3col", "teaser": "Relate abvolts to milliwatts when current is available.", "labels": {"in1": "Abvolts", "in2": "Milliwatts", "in3": "Abvolts \u00f7 Milliwatts"}},
{"slug": "abvolts-to-ohms", "name": "Abvolts \u00f7 Ohms", "category": "electrical", "type": "3col", "teaser": "Determine resistance from abvolts and abamperes.", "labels": {"in1": "Abvolts", "in2": "Ohms", "in3": "Abvolts \u00f7 Ohms"}},
{"slug": "abvolts-to-picofarads", "name": "Abvolts \u00f7 Picofarads", "category": "radiation", "type": "3col", "teaser": "Estimate capacitance from abvolt potentials.", "labels": {"in1": "Abvolts", "in2": "Picofarads", "in3": "Abvolts \u00f7 Picofarads"}},
{"slug": "abvolts-to-siemens", "name": "Abvolts \u00f7 Siemens", "category": "electrical", "type": "3col", "teaser": "Translate abvolt fields into siemens conductance.", "labels": {"in1": "Abvolts", "in2": "Siemens", "in3": "Abvolts \u00f7 Siemens"}},
{"slug": "abvolts-to-statamperes", "name": "Abvolts \u00f7 Statamperes", "category": "electrical", "type": "3col", "teaser": "Express abvolt potentials as statamperes via CGS conversions.", "labels": {"in1": "Abvolts", "in2": "Statamperes", "in3": "Abvolts \u00f7 Statamperes"}},
{"slug": "abvolts-to-statvolts", "name": "Abvolts \u00f7 Statvolts", "category": "electrical", "type": "3col", "teaser": "Convert abvolt-level values to statvolts for legacy contexts.", "labels": {"in1": "Abvolts", "in2": "Statvolts", "in3": "Abvolts \u00f7 Statvolts"}},
{"slug": "abvolts-to-watts", "name": "Abvolts \u00f7 Watts", "category": "power", "type": "3col", "teaser": "Convert abvolts into watts when current is included.", "labels": {"in1": "Abvolts", "in2": "Watts", "in3": "Abvolts \u00f7 Watts"}},
{"slug": "siemens-to-ohms", "name": "Siemens to ohms", "category": "electrical", "type": "inverse", "labels": {"in1": "Siemens", "in2": "ohms"}, "hidden": true},
{"slug": "ohms-to-siemens", "name": "Ohms to siemens", "category": "electrical", "type": "inverse", "labels": {"in1": "Ohms", "in2": "siemens"}},
{"slug": "miles-per-gallon-to-liters-per-100-km", "name": "Miles per gallon to liters per 100 km", "category": "fluids", "type": "inverse", "labels": {"in1": "Miles per gallon", "in2": "liters per 100 km"}, "hidden": true},
{"slug": "lux-to-lumens", "name": "Lux to lumens", "category": "light", "type": "3col-mul", "labels": {"in1": "Lux", "in2": "lumens", "in3": "Area (sq m)"}, "hidden": true},
{"slug": "lumens-to-lux", "name": "Lumens to lux", "category": "light", "type": "3col", "labels": {"in1": "Lumens", "in2": "lux", "in3": "Area (sq m)"}},
{"slug": "grams-to-moles", "name": "Grams to moles", "category": "weight", "type": "3col", "labels": {"in1": "Grams", "in2": "moles", "in3": "Molar Mass"}},
{"slug": "lux-to-lumens", "name": "Lux \u00d7 lumens", "category": "light", "type": "3col-mul", "labels": {"in1": "Lux", "in2": "lumens", "in3": "Area (sq m)"}},
{"slug": "lumens-to-lux", "name": "Lumens \u00f7 lux", "category": "light", "type": "3col", "labels": {"in1": "Lumens", "in2": "lux", "in3": "Area (sq m)"}},
{"slug": "grams-to-moles", "name": "Grams \u00f7 moles", "category": "weight", "type": "3col", "labels": {"in1": "Grams", "in2": "moles", "in3": "Molar Mass"}},
{"slug": "watts-to-decibels", "name": "Watts to decibels", "category": "power", "type": "db-w", "labels": {"in1": "Watts", "in2": "decibels"}, "hidden": true},
{"slug": "decibels-to-watts", "name": "Decibels to watts", "category": "power", "type": "db-w", "labels": {"in1": "Decibels", "in2": "watts"}},
{"slug": "volts-to-decibels", "name": "Volts to decibels", "category": "electrical", "type": "db-v", "labels": {"in1": "Volts", "in2": "decibels"}, "hidden": true},
@@ -812,7 +812,7 @@ export const calculators: CalculatorDef[] = [
{"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-milliseconds", "name": "Weeks to milliseconds", "category": "angle", "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": "years-to-centuries", "name": "Years to Centuries", "category": "time", "type": "standard", "teaser": "Convert years into centuries when dealing with multi-generational timelines.", "labels": {"in1": "Years", "in2": "Centuries"}, "factor": 0.01},
{"slug": "years-to-days", "name": "Years to Days", "category": "time", "type": "standard", "teaser": "Expand a year into days for scheduling (1 year \u2248 365 days).", "labels": {"in1": "Years", "in2": "Days"}, "factor": 365.0},
@@ -922,7 +922,7 @@ export const calculators: CalculatorDef[] = [
{"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},
{"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-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, "hidden": true},
{"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},
@@ -932,7 +932,7 @@ export const calculators: CalculatorDef[] = [
{"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-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, "hidden": true},
{"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},
@@ -942,7 +942,7 @@ export const calculators: CalculatorDef[] = [
{"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},
{"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-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, "hidden": true},
{"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},
@@ -975,7 +975,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "square-miles-to-square-mils", "name": "Square Miles to Square Mils", "category": "area", "type": "standard", "teaser": "Break square miles into square mils for micro-scale analogies.", "labels": {"in1": "Square Miles", "in2": "Square Mils"}, "factor": 4014489600000000.0},
{"slug": "square-miles-to-townships", "name": "Square Miles to Townships", "category": "area", "type": "standard", "teaser": "Express square miles as fractional townships.", "labels": {"in1": "Square Miles", "in2": "Townships"}, "factor": 0.0277777777778, "hidden": true},
{"slug": "square-mils-to-acres", "name": "Square Mils to Acres", "category": "area", "type": "standard", "teaser": "Convert square mils into acres for micrometer-level land analogies.", "labels": {"in1": "Square Mils", "in2": "Acres"}, "factor": 1.59422507907e-13},
{"slug": "square-mils-to-ares", "name": "Square Mils to Ares", "category": "area", "type": "standard", "teaser": "Bridge conductive cross sections with metric land units.", "labels": {"in1": "Square Mils", "in2": "Ares"}, "factor": 6.4516e-12},
{"slug": "square-mils-to-ares", "name": "Square Mils to Ares", "category": "area", "type": "standard", "teaser": "Bridge conductive cross sections with metric land units.", "labels": {"in1": "Square Mils", "in2": "Ares"}, "factor": 6.4516e-12, "hidden": true},
{"slug": "square-mils-to-barns", "name": "Square Mils to Barns", "category": "area", "type": "standard", "teaser": "Express tiny square mil areas as barns for atomic-scale analogies.", "labels": {"in1": "Square Mils", "in2": "Barns"}, "factor": 6.4516e+18},
{"slug": "square-mils-to-dunams", "name": "Square Mils to Dunams", "category": "area", "type": "standard", "teaser": "Connect square mils to dunams for wide-ranging comparisons.", "labels": {"in1": "Square Mils", "in2": "Dunams"}, "factor": 6.4516e-13},
{"slug": "square-mils-to-hectares", "name": "Square Mils to Hectares", "category": "area", "type": "standard", "teaser": "Translate square mils into hectares for large-area analogies.", "labels": {"in1": "Square Mils", "in2": "Hectares"}, "factor": 6.4516e-14},
@@ -1003,7 +1003,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "square-yards-to-townships", "name": "Square Yards to Townships", "category": "area", "type": "standard", "teaser": "Express square yards in township fractions.", "labels": {"in1": "Square Yards", "in2": "Townships"}, "factor": 8.96751606979e-09, "hidden": true},
{"slug": "townships-to-ares", "name": "Townships to Ares", "category": "other", "type": "standard", "teaser": "Convert townships into ares for metric farmland.", "labels": {"in1": "Townships", "in2": "Ares"}, "factor": 932395.719721},
{"slug": "townships-to-barns", "name": "Townships to Barns", "category": "pressure", "type": "standard", "teaser": "Express townships in barns for atomic analogies.", "labels": {"in1": "Townships", "in2": "Barns"}, "factor": 9.32395719721e+35},
{"slug": "townships-to-circular-mils", "name": "Townships to Circular Mils", "category": "area", "type": "standard", "teaser": "Turn township areas into circular mils for wire comparisons.", "labels": {"in1": "Townships", "in2": "Circular Mils"}, "factor": 1.84010648783e+17},
{"slug": "townships-to-circular-mils", "name": "Townships to Circular Mils", "category": "angle", "type": "standard", "teaser": "Turn township areas into circular mils for wire comparisons.", "labels": {"in1": "Townships", "in2": "Circular Mils"}, "factor": 1.84010648783e+17},
{"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},
@@ -1033,10 +1033,10 @@ export const calculators: CalculatorDef[] = [
{"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},
{"slug": "milliseconds-to-microseconds", "name": "Milliseconds to Microseconds", "category": "time", "type": "standard", "labels": {"in1": "Milliseconds", "in2": "Microseconds"}, "factor": 1000.0},
{"slug": "milliseconds-to-minutes", "name": "Milliseconds to Minutes", "category": "time", "type": "standard", "labels": {"in1": "Milliseconds", "in2": "Minutes"}, "factor": 1.66667e-05},
{"slug": "milliseconds-to-seconds", "name": "Milliseconds to Seconds", "category": "time", "type": "standard", "labels": {"in1": "Milliseconds", "in2": "Seconds"}, "factor": 0.001, "hidden": true},
{"slug": "seconds-to-milliseconds", "name": "Seconds to milliseconds", "category": "time", "type": "standard", "labels": {"in1": "Seconds", "in2": "milliseconds"}, "factor": 1000.0},
{"slug": "milliseconds-to-microseconds", "name": "Milliseconds to Microseconds", "category": "angle", "type": "standard", "labels": {"in1": "Milliseconds", "in2": "Microseconds"}, "factor": 1000.0},
{"slug": "milliseconds-to-minutes", "name": "Milliseconds to Minutes", "category": "angle", "type": "standard", "labels": {"in1": "Milliseconds", "in2": "Minutes"}, "factor": 1.66667e-05},
{"slug": "milliseconds-to-seconds", "name": "Milliseconds to Seconds", "category": "angle", "type": "standard", "labels": {"in1": "Milliseconds", "in2": "Seconds"}, "factor": 0.001, "hidden": true},
{"slug": "seconds-to-milliseconds", "name": "Seconds to milliseconds", "category": "angle", "type": "standard", "labels": {"in1": "Seconds", "in2": "milliseconds"}, "factor": 1000.0},
{"slug": "rutherford-to-becquerel", "name": "Rutherford to becquerel", "category": "radiation", "type": "standard", "labels": {"in1": "Rutherford", "in2": "becquerel"}, "factor": 1000000.0},
{"slug": "rpm-to-rads", "name": "RPM to rad/s", "category": "radiation", "type": "standard", "labels": {"in1": "RPM", "in2": "rad/s"}, "factor": 0.10472},
{"slug": "roentgen-to-coulomb-per-kilogram", "name": "Roentgen to coulomb per kilogram", "category": "weight", "type": "standard", "labels": {"in1": "Roentgen", "in2": "coulomb per kilogram"}, "factor": 0.000258, "hidden": true},
@@ -1086,7 +1086,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "picometers-to-angstroms", "name": "Picometers to Angstroms", "category": "length", "type": "standard", "teaser": "Translate picometers into angstroms for nanoscale distances.", "labels": {"in1": "Picometers", "in2": "Angstroms"}, "factor": 0.01},
{"slug": "pascals-to-inches-of-water", "name": "Pascals to inches of water", "category": "length", "type": "standard", "labels": {"in1": "Pascals", "in2": "inches of water"}, "factor": 0.004015, "hidden": true},
{"slug": "pascals-to-inches-of-mercury", "name": "Pascals to inches of mercury", "category": "length", "type": "standard", "labels": {"in1": "Pascals", "in2": "inches of mercury"}, "factor": 0.000295, "hidden": true},
{"slug": "pascal-to-atmosphere", "name": "Pascal to atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Pascal", "in2": "atmosphere"}, "factor": 9.869e-06},
{"slug": "pascal-to-atmosphere", "name": "Pascal to atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Pascal", "in2": "atmosphere"}, "factor": 9.869e-06, "hidden": true},
{"slug": "ounces-to-pounds", "name": "Ounces to pounds", "category": "weight", "type": "standard", "labels": {"in1": "Ounces", "in2": "pounds"}, "factor": 0.0625, "hidden": true},
{"slug": "newton-meters-to-foot-pounds", "name": "Newton-meters to foot-pounds", "category": "force", "type": "standard", "labels": {"in1": "Newton-meters", "in2": "foot-pounds"}, "factor": 0.73756, "hidden": true},
{"slug": "nanometers-to-micrometers", "name": "Nanometers to micrometers", "category": "length", "type": "standard", "labels": {"in1": "Nanometers", "in2": "micrometers"}, "factor": 0.001, "hidden": true},
@@ -1103,31 +1103,31 @@ export const calculators: CalculatorDef[] = [
{"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-atmosphere", "name": "Hectopascals to Atmosphere", "category": "pressure", "type": "standard", "teaser": "Convert Hectopascals to Atmosphere instantly.", "labels": {"in1": "Hectopascals", "in2": "Atmosphere"}, "factor": 0.000986923, "hidden": true},
{"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, "hidden": true},
{"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},
{"slug": "henries-to-abamperes", "name": "Henries to Abamperes", "category": "electrical", "type": "3col", "teaser": "Relate inductance to CGS abamperes when flux/time context is given.", "labels": {"in1": "Henries", "in2": "Abamperes", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-abvolts", "name": "Henries to Abvolts", "category": "electrical", "type": "3col", "teaser": "Convert inductance into CGS abvolts when impulse and flux are known.", "labels": {"in1": "Henries", "in2": "Abvolts", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-ampere-hours", "name": "Henries to Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate inductance into stored ampere-hours given current and duration.", "labels": {"in1": "Henries", "in2": "Ampere-hours", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-amps", "name": "Henries to Amps", "category": "electrical", "type": "3col", "teaser": "Express inductance as amperes when applying a known voltage drop and time.", "labels": {"in1": "Henries", "in2": "Amps", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-coulombs", "name": "Henries to Coulombs", "category": "electrical", "type": "3col", "teaser": "Estimate coulombs from inductance when voltage and duration are provided.", "labels": {"in1": "Henries", "in2": "Coulombs", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-farads", "name": "Henries to Farads", "category": "radiation", "type": "3col", "teaser": "Relate inductance to capacitance when energy or frequency context is entered.", "labels": {"in1": "Henries", "in2": "Farads", "in3": "Result"}, "hidden": true},
{"slug": "henries-to-kilowatts", "name": "Henries to Kilowatts", "category": "power", "type": "3col", "teaser": "Turn inductance into kilowatt-equivalent power when voltage and time are known.", "labels": {"in1": "Henries", "in2": "Kilowatts", "in3": "Result"}},
{"slug": "henries-to-kva", "name": "Henries to Kva", "category": "other", "type": "3col", "teaser": "Express inductance as apparent power (kVA) using voltage and current.", "labels": {"in1": "Henries", "in2": "Kva", "in3": "Result"}},
{"slug": "henries-to-microfarads", "name": "Henries to Microfarads", "category": "radiation", "type": "3col", "teaser": "Compare inductance with microfarad capacitances for resonant tuning.", "labels": {"in1": "Henries", "in2": "Microfarads", "in3": "Result"}},
{"slug": "henries-to-milliampere-hours", "name": "Henries to Milliampere-hours", "category": "electrical", "type": "3col", "teaser": "Estimate mAh from inductance via current and discharge time.", "labels": {"in1": "Henries", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "henries-to-milliamps", "name": "Henries to Milliamps", "category": "electrical", "type": "3col", "teaser": "Derive milliamps from inductance when flux change over time is known.", "labels": {"in1": "Henries", "in2": "Milliamps", "in3": "Result"}},
{"slug": "henries-to-millivolts", "name": "Henries to Millivolts", "category": "electrical", "type": "3col", "teaser": "Turn inductance into millivolt drops for known current swings.", "labels": {"in1": "Henries", "in2": "Millivolts", "in3": "Result"}},
{"slug": "henries-to-milliwatts", "name": "Henries to Milliwatts", "category": "power", "type": "3col", "teaser": "Express inductance as milliwatt energy when voltage and time are provided.", "labels": {"in1": "Henries", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "henries-to-ohms", "name": "Henries to Ohms", "category": "electrical", "type": "3col", "teaser": "Back out resistance from inductance and frequency or reactance.", "labels": {"in1": "Henries", "in2": "Ohms", "in3": "Result"}},
{"slug": "henries-to-picofarads", "name": "Henries to Picofarads", "category": "radiation", "type": "3col", "teaser": "Compare inductance to picofarad capacitances when frequency or voltage is supplied.", "labels": {"in1": "Henries", "in2": "Picofarads", "in3": "Result"}},
{"slug": "henries-to-siemens", "name": "Henries to Siemens", "category": "electrical", "type": "3col", "teaser": "Translate inductance into conductance under known voltage/current.", "labels": {"in1": "Henries", "in2": "Siemens", "in3": "Result"}},
{"slug": "henries-to-statamperes", "name": "Henries to Statamperes", "category": "electrical", "type": "3col", "teaser": "Convert inductance into CGS statamperes when flux change is given.", "labels": {"in1": "Henries", "in2": "Statamperes", "in3": "Result"}},
{"slug": "henries-to-statvolts", "name": "Henries to Statvolts", "category": "electrical", "type": "3col", "teaser": "Express inductance as statvolt potentials for legacy fields.", "labels": {"in1": "Henries", "in2": "Statvolts", "in3": "Result"}},
{"slug": "henries-to-volts", "name": "Henries to Volts", "category": "electrical", "type": "3col", "teaser": "Derive voltage levels from inductance and current derivatives.", "labels": {"in1": "Henries", "in2": "Volts", "in3": "Result"}},
{"slug": "henries-to-watt-hours", "name": "Henries to Watt-hours", "category": "power", "type": "3col", "teaser": "Estimate energy in watt-hours from inductance when current and time are known.", "labels": {"in1": "Henries", "in2": "Watt-hours", "in3": "Result"}},
{"slug": "henries-to-watts", "name": "Henries to Watts", "category": "power", "type": "3col", "teaser": "Relate inductance to watts using frequency or current data.", "labels": {"in1": "Henries", "in2": "Watts", "in3": "Result"}},
{"slug": "millihenries-to-microhenries", "name": "Millihenries to Microhenries", "category": "electrical", "type": "standard", "teaser": "Translate millihenries into microhenries for fine tuning.", "labels": {"in1": "Millihenries", "in2": "Microhenries"}, "factor": 1000.0},
{"slug": "henries-to-abamperes", "name": "Henries \u00f7 Abamperes", "category": "electrical", "type": "3col", "teaser": "Relate inductance to CGS abamperes when flux/time context is given.", "labels": {"in1": "Henries", "in2": "Abamperes", "in3": "Henries \u00f7 Abamperes"}},
{"slug": "henries-to-abvolts", "name": "Henries \u00f7 Abvolts", "category": "electrical", "type": "3col", "teaser": "Convert inductance into CGS abvolts when impulse and flux are known.", "labels": {"in1": "Henries", "in2": "Abvolts", "in3": "Henries \u00f7 Abvolts"}},
{"slug": "henries-to-ampere-hours", "name": "Henries \u00f7 Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate inductance into stored ampere-hours given current and duration.", "labels": {"in1": "Henries", "in2": "Ampere-hours", "in3": "Henries \u00f7 Ampere-hours"}},
{"slug": "henries-to-amps", "name": "Henries \u00f7 Amps", "category": "electrical", "type": "3col", "teaser": "Express inductance as amperes when applying a known voltage drop and time.", "labels": {"in1": "Henries", "in2": "Amps", "in3": "Henries \u00f7 Amps"}},
{"slug": "henries-to-coulombs", "name": "Henries \u00f7 Coulombs", "category": "electrical", "type": "3col", "teaser": "Estimate coulombs from inductance when voltage and duration are provided.", "labels": {"in1": "Henries", "in2": "Coulombs", "in3": "Henries \u00f7 Coulombs"}},
{"slug": "henries-to-farads", "name": "Henries \u00f7 Farads", "category": "radiation", "type": "3col", "teaser": "Relate inductance to capacitance when energy or frequency context is entered.", "labels": {"in1": "Henries", "in2": "Farads", "in3": "Henries \u00f7 Farads"}},
{"slug": "henries-to-kilowatts", "name": "Henries \u00f7 Kilowatts", "category": "power", "type": "3col", "teaser": "Turn inductance into kilowatt-equivalent power when voltage and time are known.", "labels": {"in1": "Henries", "in2": "Kilowatts", "in3": "Henries \u00f7 Kilowatts"}},
{"slug": "henries-to-kva", "name": "Henries \u00f7 Kva", "category": "other", "type": "3col", "teaser": "Express inductance as apparent power (kVA) using voltage and current.", "labels": {"in1": "Henries", "in2": "Kva", "in3": "Henries \u00f7 Kva"}},
{"slug": "henries-to-microfarads", "name": "Henries \u00f7 Microfarads", "category": "radiation", "type": "3col", "teaser": "Compare inductance with microfarad capacitances for resonant tuning.", "labels": {"in1": "Henries", "in2": "Microfarads", "in3": "Henries \u00f7 Microfarads"}},
{"slug": "henries-to-milliampere-hours", "name": "Henries \u00f7 Milliampere-hours", "category": "angle", "type": "3col", "teaser": "Estimate mAh from inductance via current and discharge time.", "labels": {"in1": "Henries", "in2": "Milliampere-hours", "in3": "Henries \u00f7 Milliampere-hours"}},
{"slug": "henries-to-milliamps", "name": "Henries \u00f7 Milliamps", "category": "angle", "type": "3col", "teaser": "Derive milliamps from inductance when flux change over time is known.", "labels": {"in1": "Henries", "in2": "Milliamps", "in3": "Henries \u00f7 Milliamps"}},
{"slug": "henries-to-millivolts", "name": "Henries \u00f7 Millivolts", "category": "angle", "type": "3col", "teaser": "Turn inductance into millivolt drops for known current swings.", "labels": {"in1": "Henries", "in2": "Millivolts", "in3": "Henries \u00f7 Millivolts"}},
{"slug": "henries-to-milliwatts", "name": "Henries \u00f7 Milliwatts", "category": "power", "type": "3col", "teaser": "Express inductance as milliwatt energy when voltage and time are provided.", "labels": {"in1": "Henries", "in2": "Milliwatts", "in3": "Henries \u00f7 Milliwatts"}},
{"slug": "henries-to-ohms", "name": "Henries \u00f7 Ohms", "category": "electrical", "type": "3col", "teaser": "Back out resistance from inductance and frequency or reactance.", "labels": {"in1": "Henries", "in2": "Ohms", "in3": "Henries \u00f7 Ohms"}},
{"slug": "henries-to-picofarads", "name": "Henries \u00f7 Picofarads", "category": "radiation", "type": "3col", "teaser": "Compare inductance to picofarad capacitances when frequency or voltage is supplied.", "labels": {"in1": "Henries", "in2": "Picofarads", "in3": "Henries \u00f7 Picofarads"}},
{"slug": "henries-to-siemens", "name": "Henries \u00f7 Siemens", "category": "electrical", "type": "3col", "teaser": "Translate inductance into conductance under known voltage/current.", "labels": {"in1": "Henries", "in2": "Siemens", "in3": "Henries \u00f7 Siemens"}},
{"slug": "henries-to-statamperes", "name": "Henries \u00f7 Statamperes", "category": "electrical", "type": "3col", "teaser": "Convert inductance into CGS statamperes when flux change is given.", "labels": {"in1": "Henries", "in2": "Statamperes", "in3": "Henries \u00f7 Statamperes"}},
{"slug": "henries-to-statvolts", "name": "Henries \u00f7 Statvolts", "category": "electrical", "type": "3col", "teaser": "Express inductance as statvolt potentials for legacy fields.", "labels": {"in1": "Henries", "in2": "Statvolts", "in3": "Henries \u00f7 Statvolts"}},
{"slug": "henries-to-volts", "name": "Henries \u00f7 Volts", "category": "electrical", "type": "3col", "teaser": "Derive voltage levels from inductance and current derivatives.", "labels": {"in1": "Henries", "in2": "Volts", "in3": "Henries \u00f7 Volts"}},
{"slug": "henries-to-watt-hours", "name": "Henries \u00f7 Watt-hours", "category": "power", "type": "3col", "teaser": "Estimate energy in watt-hours from inductance when current and time are known.", "labels": {"in1": "Henries", "in2": "Watt-hours", "in3": "Henries \u00f7 Watt-hours"}},
{"slug": "henries-to-watts", "name": "Henries \u00f7 Watts", "category": "power", "type": "3col", "teaser": "Relate inductance to watts using frequency or current data.", "labels": {"in1": "Henries", "in2": "Watts", "in3": "Henries \u00f7 Watts"}},
{"slug": "millihenries-to-microhenries", "name": "Millihenries to Microhenries", "category": "angle", "type": "standard", "teaser": "Translate millihenries into microhenries for fine tuning.", "labels": {"in1": "Millihenries", "in2": "Microhenries"}, "factor": 1000.0},
{"slug": "hertz-to-kilohertz", "name": "Hertz to Kilohertz", "category": "other", "type": "standard", "teaser": "Convert Hertz to Kilohertz instantly.", "labels": {"in1": "Hertz", "in2": "Kilohertz"}, "factor": 0.001},
{"slug": "hertz-to-rpm", "name": "Hertz to RPM", "category": "speed", "type": "standard", "teaser": "Convert Hertz to RPM instantly.", "labels": {"in1": "Hertz", "in2": "RPM"}, "factor": 60.0},
{"slug": "hex-to-octal", "name": "Hex to Octal", "category": "number-systems", "type": "base", "teaser": "Convert Hex to Octal instantly.", "labels": {"in1": "Hex", "in2": "Octal"}, "fromBase": 16, "toBase": 8},
@@ -1264,23 +1264,23 @@ export const calculators: CalculatorDef[] = [
{"slug": "romer-to-newton", "name": "R\u00f8mer to Newton (temp Scale)", "category": "temperature", "type": "standard", "teaser": "Convert R\u00f8mer into Newton for vintage comparisons.", "labels": {"in1": "R\u00f8mer", "in2": "Newton (temp Scale)"}, "factor": 0.628571428571, "offset": -4.714285714286},
{"slug": "romer-to-rankine", "name": "R\u00f8mer to Rankine", "category": "temperature", "type": "standard", "teaser": "Translate R\u00f8mer values into Rankine for absolute references.", "labels": {"in1": "R\u00f8mer", "in2": "Rankine"}, "factor": 3.428571428571, "offset": 465.955714285714},
{"slug": "romer-to-reaumur", "name": "R\u00f8mer to R\u00e9aumur", "category": "temperature", "type": "standard", "teaser": "Turn R\u00f8mer values into R\u00e9aumur for historical records.", "labels": {"in1": "R\u00f8mer", "in2": "R\u00e9aumur"}, "factor": 1.52380952381, "offset": -11.428571428571},
{"slug": "farads-to-abamperes", "name": "Farads to Abamperes", "category": "radiation", "type": "3col", "teaser": "Convert capacitance into CGS abampere currents when voltage and time are known.", "labels": {"in1": "Farads", "in2": "Abamperes", "in3": "Result"}, "hidden": true},
{"slug": "farads-to-abvolts", "name": "Farads to Abvolts", "category": "radiation", "type": "3col", "teaser": "Express capacitance as abvolt potential using charge and time metrics.", "labels": {"in1": "Farads", "in2": "Abvolts", "in3": "Result"}, "hidden": true},
{"slug": "farads-to-ampere-hours", "name": "Farads to Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate capacitance storage into ampere-hours with applied voltage.", "labels": {"in1": "Farads", "in2": "Ampere-hours", "in3": "Result"}, "hidden": true},
{"slug": "farads-to-amps", "name": "Farads to Amps", "category": "radiation", "type": "3col", "teaser": "Estimate current from capacitance discharging over a given duration.", "labels": {"in1": "Farads", "in2": "Amps", "in3": "Result"}, "hidden": true},
{"slug": "farads-to-coulombs", "name": "Farads to Coulombs", "category": "radiation", "type": "3col", "teaser": "Compute the charge stored on a capacitor at a specified voltage.", "labels": {"in1": "Farads", "in2": "Coulombs", "in3": "Result"}, "hidden": true},
{"slug": "farads-to-henries", "name": "Farads to Henries", "category": "radiation", "type": "3col", "teaser": "Relate capacitance to inductance when resonance frequency is provided.", "labels": {"in1": "Farads", "in2": "Henries", "in3": "Result"}},
{"slug": "farads-to-kilowatts", "name": "Farads to Kilowatts", "category": "power", "type": "3col", "teaser": "Convert capacitance, voltage, and time into kilowatt energy.", "labels": {"in1": "Farads", "in2": "Kilowatts", "in3": "Result"}},
{"slug": "farads-to-kva", "name": "Farads to Kva", "category": "radiation", "type": "3col", "teaser": "Express stored capacitance as apparent power (kVA) when voltage/time is known.", "labels": {"in1": "Farads", "in2": "Kva", "in3": "Result"}},
{"slug": "farads-to-microhenries", "name": "Farads to Microhenries", "category": "radiation", "type": "3col", "teaser": "Compare capacitance to microhenry inductance for reactive circuits.", "labels": {"in1": "Farads", "in2": "Microhenries", "in3": "Result"}},
{"slug": "farads-to-milliampere-hours", "name": "Farads to Milliampere-hours", "category": "electrical", "type": "3col", "teaser": "Turn capacitance into mAh ratings given voltage and discharge time.", "labels": {"in1": "Farads", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "farads-to-milliamps", "name": "Farads to Milliamps", "category": "electrical", "type": "3col", "teaser": "Derive milliamps from capacitance and discharge duration.", "labels": {"in1": "Farads", "in2": "Milliamps", "in3": "Result"}},
{"slug": "farads-to-millihenries", "name": "Farads to Millihenries", "category": "electrical", "type": "3col", "teaser": "Estimate millihenry values from capacitance using frequency or time.", "labels": {"in1": "Farads", "in2": "Millihenries", "in3": "Result"}},
{"slug": "farads-to-millivolts", "name": "Farads to Millivolts", "category": "electrical", "type": "3col", "teaser": "Translate capacitance into millivolt drops across a known charge.", "labels": {"in1": "Farads", "in2": "Millivolts", "in3": "Result"}},
{"slug": "farads-to-milliwatts", "name": "Farads to Milliwatts", "category": "power", "type": "3col", "teaser": "Convert capacitance energy storage into milliwatts when voltage/time is supplied.", "labels": {"in1": "Farads", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "farads-to-ohms", "name": "Farads to Ohms", "category": "radiation", "type": "3col", "teaser": "Infer resistance from capacitance, voltage, and charge/time relationships.", "labels": {"in1": "Farads", "in2": "Ohms", "in3": "Result"}},
{"slug": "farads-to-siemens", "name": "Farads to Siemens", "category": "radiation", "type": "3col", "teaser": "Translate capacitance into conductance when voltage and time are known.", "labels": {"in1": "Farads", "in2": "Siemens", "in3": "Result"}},
{"slug": "farads-to-statamperes", "name": "Farads to Statamperes", "category": "radiation", "type": "3col", "teaser": "Reframe capacitance charge as CGS statampere flow for legacy units.", "labels": {"in1": "Farads", "in2": "Statamperes", "in3": "Result"}},
{"slug": "farads-to-abamperes", "name": "Farads \u00f7 Abamperes", "category": "radiation", "type": "3col", "teaser": "Convert capacitance into CGS abampere currents when voltage and time are known.", "labels": {"in1": "Farads", "in2": "Abamperes", "in3": "Farads \u00f7 Abamperes"}},
{"slug": "farads-to-abvolts", "name": "Farads \u00f7 Abvolts", "category": "radiation", "type": "3col", "teaser": "Express capacitance as abvolt potential using charge and time metrics.", "labels": {"in1": "Farads", "in2": "Abvolts", "in3": "Farads \u00f7 Abvolts"}},
{"slug": "farads-to-ampere-hours", "name": "Farads \u00f7 Ampere-hours", "category": "time", "type": "3col", "teaser": "Translate capacitance storage into ampere-hours with applied voltage.", "labels": {"in1": "Farads", "in2": "Ampere-hours", "in3": "Farads \u00f7 Ampere-hours"}},
{"slug": "farads-to-amps", "name": "Farads \u00f7 Amps", "category": "radiation", "type": "3col", "teaser": "Estimate current from capacitance discharging over a given duration.", "labels": {"in1": "Farads", "in2": "Amps", "in3": "Farads \u00f7 Amps"}},
{"slug": "farads-to-coulombs", "name": "Farads \u00f7 Coulombs", "category": "radiation", "type": "3col", "teaser": "Compute the charge stored on a capacitor at a specified voltage.", "labels": {"in1": "Farads", "in2": "Coulombs", "in3": "Farads \u00f7 Coulombs"}},
{"slug": "farads-to-henries", "name": "Farads \u00f7 Henries", "category": "radiation", "type": "3col", "teaser": "Relate capacitance to inductance when resonance frequency is provided.", "labels": {"in1": "Farads", "in2": "Henries", "in3": "Farads \u00f7 Henries"}},
{"slug": "farads-to-kilowatts", "name": "Farads \u00f7 Kilowatts", "category": "power", "type": "3col", "teaser": "Convert capacitance, voltage, and time into kilowatt energy.", "labels": {"in1": "Farads", "in2": "Kilowatts", "in3": "Farads \u00f7 Kilowatts"}},
{"slug": "farads-to-kva", "name": "Farads \u00f7 Kva", "category": "radiation", "type": "3col", "teaser": "Express stored capacitance as apparent power (kVA) when voltage/time is known.", "labels": {"in1": "Farads", "in2": "Kva", "in3": "Farads \u00f7 Kva"}},
{"slug": "farads-to-microhenries", "name": "Farads \u00f7 Microhenries", "category": "radiation", "type": "3col", "teaser": "Compare capacitance to microhenry inductance for reactive circuits.", "labels": {"in1": "Farads", "in2": "Microhenries", "in3": "Farads \u00f7 Microhenries"}},
{"slug": "farads-to-milliampere-hours", "name": "Farads \u00f7 Milliampere-hours", "category": "angle", "type": "3col", "teaser": "Turn capacitance into mAh ratings given voltage and discharge time.", "labels": {"in1": "Farads", "in2": "Milliampere-hours", "in3": "Farads \u00f7 Milliampere-hours"}},
{"slug": "farads-to-milliamps", "name": "Farads \u00f7 Milliamps", "category": "angle", "type": "3col", "teaser": "Derive milliamps from capacitance and discharge duration.", "labels": {"in1": "Farads", "in2": "Milliamps", "in3": "Farads \u00f7 Milliamps"}},
{"slug": "farads-to-millihenries", "name": "Farads \u00f7 Millihenries", "category": "angle", "type": "3col", "teaser": "Estimate millihenry values from capacitance using frequency or time.", "labels": {"in1": "Farads", "in2": "Millihenries", "in3": "Farads \u00f7 Millihenries"}},
{"slug": "farads-to-millivolts", "name": "Farads \u00f7 Millivolts", "category": "angle", "type": "3col", "teaser": "Translate capacitance into millivolt drops across a known charge.", "labels": {"in1": "Farads", "in2": "Millivolts", "in3": "Farads \u00f7 Millivolts"}},
{"slug": "farads-to-milliwatts", "name": "Farads \u00f7 Milliwatts", "category": "power", "type": "3col", "teaser": "Convert capacitance energy storage into milliwatts when voltage/time is supplied.", "labels": {"in1": "Farads", "in2": "Milliwatts", "in3": "Farads \u00f7 Milliwatts"}},
{"slug": "farads-to-ohms", "name": "Farads \u00f7 Ohms", "category": "radiation", "type": "3col", "teaser": "Infer resistance from capacitance, voltage, and charge/time relationships.", "labels": {"in1": "Farads", "in2": "Ohms", "in3": "Farads \u00f7 Ohms"}},
{"slug": "farads-to-siemens", "name": "Farads \u00f7 Siemens", "category": "radiation", "type": "3col", "teaser": "Translate capacitance into conductance when voltage and time are known.", "labels": {"in1": "Farads", "in2": "Siemens", "in3": "Farads \u00f7 Siemens"}},
{"slug": "farads-to-statamperes", "name": "Farads \u00f7 Statamperes", "category": "radiation", "type": "3col", "teaser": "Reframe capacitance charge as CGS statampere flow for legacy units.", "labels": {"in1": "Farads", "in2": "Statamperes", "in3": "Farads \u00f7 Statamperes"}},
{"slug": "feet-of-seawater-to-psi", "name": "Feet of seawater to PSI", "category": "length", "type": "standard", "teaser": "A pressure gauge shows depth in feet of seawater; convert that to PSI.", "labels": {"in1": "Feet of seawater", "in2": "PSI"}, "factor": 0.444975},
{"slug": "kilometers-to-yards", "name": "Kilometers to Yards", "category": "length", "type": "standard", "teaser": "Convert a full kilometer into yards.", "labels": {"in1": "Kilometers", "in2": "Yards"}, "factor": 1093.613298},
{"slug": "kilonewtons-to-newtons", "name": "Kilonewtons to Newtons", "category": "force", "type": "standard", "teaser": "Convert kilonewtons into newtons.", "labels": {"in1": "Kilonewtons", "in2": "Newtons"}, "factor": 1000.0},
@@ -1292,31 +1292,31 @@ export const calculators: CalculatorDef[] = [
{"slug": "kilowatts-to-btuhour", "name": "Kilowatts to BTU/hour", "category": "energy", "type": "standard", "teaser": "Convert kilowatts to BTU per hour.", "labels": {"in1": "Kilowatts", "in2": "BTU/hour"}, "factor": 3412.142},
{"slug": "kilowatts-to-megawatts", "name": "Kilowatts to Megawatts", "category": "power", "type": "standard", "teaser": "Convert power from kilowatts to megawatts.", "labels": {"in1": "Kilowatts", "in2": "Megawatts"}, "factor": 0.001, "hidden": true},
{"slug": "kilowatts-to-watts", "name": "Kilowatts to Watts", "category": "power", "type": "standard", "teaser": "Convert kilowatts to watts.", "labels": {"in1": "Kilowatts", "in2": "Watts"}, "factor": 1000.0},
{"slug": "kilowatts-to-amps", "name": "Kilowatts to Amps", "category": "power", "type": "3col", "teaser": "Relate kilowatts to amperage when the voltage is known.", "labels": {"in1": "Kilowatts", "in2": "Amps", "in3": "Volts"}, "hidden": true},
{"slug": "kilowatts-to-abamperes", "name": "Kilowatts to Abamperes", "category": "power", "type": "3col", "teaser": "Convert kilowatts into CGS abamperes using abvolts or current.", "labels": {"in1": "Kilowatts", "in2": "Abamperes", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-abvolts", "name": "Kilowatts to Abvolts", "category": "power", "type": "3col", "teaser": "Convert kilowatts into abvolts given CGS abamperes.", "labels": {"in1": "Kilowatts", "in2": "Abvolts", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-ampere-hours", "name": "Kilowatts to Ampere-hours", "category": "power", "type": "3col", "teaser": "Turn kilowatt draws into ampere-hours when you know the duration.", "labels": {"in1": "Kilowatts", "in2": "Ampere-hours", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-amps", "name": "Kilowatts \u00f7 Amps", "category": "power", "type": "3col", "teaser": "Relate kilowatts to amperage when the voltage is known.", "labels": {"in1": "Kilowatts", "in2": "Amps", "in3": "Volts"}},
{"slug": "kilowatts-to-abamperes", "name": "Kilowatts \u00f7 Abamperes", "category": "power", "type": "3col", "teaser": "Convert kilowatts into CGS abamperes using abvolts or current.", "labels": {"in1": "Kilowatts", "in2": "Abamperes", "in3": "Kilowatts \u00f7 Abamperes"}},
{"slug": "kilowatts-to-abvolts", "name": "Kilowatts \u00f7 Abvolts", "category": "power", "type": "3col", "teaser": "Convert kilowatts into abvolts given CGS abamperes.", "labels": {"in1": "Kilowatts", "in2": "Abvolts", "in3": "Kilowatts \u00f7 Abvolts"}},
{"slug": "kilowatts-to-ampere-hours", "name": "Kilowatts \u00f7 Ampere-hours", "category": "power", "type": "3col", "teaser": "Turn kilowatt draws into ampere-hours when you know the duration.", "labels": {"in1": "Kilowatts", "in2": "Ampere-hours", "in3": "Kilowatts \u00f7 Ampere-hours"}},
{"slug": "kilowatts-to-btumin", "name": "Kilowatts to BTU/min", "category": "energy", "type": "standard", "teaser": "Convert kilowatts into BTUs per minute for heat rate comparisons.", "labels": {"in1": "Kilowatts", "in2": "BTU/min"}, "factor": 56.8690272522},
{"slug": "kilowatts-to-calories-per-second", "name": "Kilowatts to Calories Per Second", "category": "energy", "type": "standard", "teaser": "Translate kilowatts into calories per second for nutrition math.", "labels": {"in1": "Kilowatts", "in2": "Calories Per Second"}, "factor": 238.8458966},
{"slug": "kilowatts-to-coulombs", "name": "Kilowatts to Coulombs", "category": "power", "type": "3col", "teaser": "Convert kilowatts into coulombs when the time or voltage is given.", "labels": {"in1": "Kilowatts", "in2": "Coulombs", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-farads", "name": "Kilowatts to Farads", "category": "power", "type": "3col", "teaser": "Estimate the capacitance in farads from kilowatt loads.", "labels": {"in1": "Kilowatts", "in2": "Farads", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-henries", "name": "Kilowatts to Henries", "category": "power", "type": "3col", "teaser": "Estimate inductance in henries using kilowatt load and frequency.", "labels": {"in1": "Kilowatts", "in2": "Henries", "in3": "Result"}, "hidden": true},
{"slug": "kilowatts-to-coulombs", "name": "Kilowatts \u00f7 Coulombs", "category": "power", "type": "3col", "teaser": "Convert kilowatts into coulombs when the time or voltage is given.", "labels": {"in1": "Kilowatts", "in2": "Coulombs", "in3": "Kilowatts \u00f7 Coulombs"}},
{"slug": "kilowatts-to-farads", "name": "Kilowatts \u00f7 Farads", "category": "power", "type": "3col", "teaser": "Estimate the capacitance in farads from kilowatt loads.", "labels": {"in1": "Kilowatts", "in2": "Farads", "in3": "Kilowatts \u00f7 Farads"}},
{"slug": "kilowatts-to-henries", "name": "Kilowatts \u00f7 Henries", "category": "power", "type": "3col", "teaser": "Estimate inductance in henries using kilowatt load and frequency.", "labels": {"in1": "Kilowatts", "in2": "Henries", "in3": "Kilowatts \u00f7 Henries"}},
{"slug": "kilowatts-to-lusec", "name": "Kilowatts to Lusec", "category": "power", "type": "standard", "teaser": "Translate kilowatts into lusecs for legacy power ratings.", "labels": {"in1": "Kilowatts", "in2": "Lusec"}, "factor": 7500637.554192106},
{"slug": "kilowatts-to-mechanical-hp", "name": "Kilowatts to Mechanical Hp", "category": "power", "type": "standard", "teaser": "Convert kilowatts into mechanical horsepower.", "labels": {"in1": "Kilowatts", "in2": "Mechanical Hp"}, "factor": 1.341021858656296},
{"slug": "kilowatts-to-microfarads", "name": "Kilowatts to Microfarads", "category": "power", "type": "3col", "teaser": "Convert kilowatt loads into capacitance using voltage.", "labels": {"in1": "Kilowatts", "in2": "Microfarads", "in3": "Result"}},
{"slug": "kilowatts-to-microhenries", "name": "Kilowatts to Microhenries", "category": "power", "type": "3col", "teaser": "Estimate inductance in microhenries for a kilowatt-level circuit.", "labels": {"in1": "Kilowatts", "in2": "Microhenries", "in3": "Result"}},
{"slug": "kilowatts-to-milliampere-hours", "name": "Kilowatts to Milliampere-hours", "category": "power", "type": "3col", "teaser": "Turn kilowatt-hours into milliampere-hours given voltage.", "labels": {"in1": "Kilowatts", "in2": "Milliampere-hours", "in3": "Result"}},
{"slug": "kilowatts-to-milliamps", "name": "Kilowatts to Milliamps", "category": "power", "type": "3col", "teaser": "Convert kilowatts into milliamps when you know the voltage.", "labels": {"in1": "Kilowatts", "in2": "Milliamps", "in3": "Volts"}},
{"slug": "kilowatts-to-millihenries", "name": "Kilowatts to Millihenries", "category": "power", "type": "3col", "teaser": "Estimate inductance in millihenries from a kilowatt load.", "labels": {"in1": "Kilowatts", "in2": "Millihenries", "in3": "Result"}},
{"slug": "kilowatts-to-millivolts", "name": "Kilowatts to Millivolts", "category": "power", "type": "3col", "teaser": "Estimate millivolt drops from kilowatt loads when amperage or resistance is known.", "labels": {"in1": "Kilowatts", "in2": "Millivolts", "in3": "Result"}},
{"slug": "kilowatts-to-milliwatts", "name": "Kilowatts to Milliwatts", "category": "power", "type": "3col", "teaser": "Express kilowatt loads as milliwatts for fine-grain power math when duration is supplied.", "labels": {"in1": "Kilowatts", "in2": "Milliwatts", "in3": "Result"}},
{"slug": "kilowatts-to-ohms", "name": "Kilowatts to Ohms", "category": "power", "type": "3col", "teaser": "Back out resistance from kilowatts when amperage or voltage is provided.", "labels": {"in1": "Kilowatts", "in2": "Ohms", "in3": "Result"}},
{"slug": "kilowatts-to-picofarads", "name": "Kilowatts to Picofarads", "category": "power", "type": "3col", "teaser": "Relate kilowatt energy to picofarad capacitance for resonant circuits.", "labels": {"in1": "Kilowatts", "in2": "Picofarads", "in3": "Result"}},
{"slug": "kilowatts-to-siemens", "name": "Kilowatts to Siemens", "category": "power", "type": "3col", "teaser": "Convert kilowatts into conductance when voltage and amperage are known.", "labels": {"in1": "Kilowatts", "in2": "Siemens", "in3": "Result"}},
{"slug": "kilowatts-to-statamperes", "name": "Kilowatts to Statamperes", "category": "power", "type": "3col", "teaser": "Translate kilowatt outputs into CGS statamperes for legacy systems.", "labels": {"in1": "Kilowatts", "in2": "Statamperes", "in3": "Result"}},
{"slug": "kilowatts-to-statvolts", "name": "Kilowatts to Statvolts", "category": "power", "type": "3col", "teaser": "Express kilowatt power as statvolts when CGS charge/time is provided.", "labels": {"in1": "Kilowatts", "in2": "Statvolts", "in3": "Result"}},
{"slug": "kilowatts-to-volts", "name": "Kilowatts to Volts", "category": "power", "type": "3col", "teaser": "Derive volts from kilowatts when current or resistance is known.", "labels": {"in1": "Kilowatts", "in2": "Volts", "in3": "Result"}},
{"slug": "kilowatts-to-watt-hours", "name": "Kilowatts to Watt-hours", "category": "power", "type": "3col", "teaser": "Turn kilowatt power into watt-hours when the duration is given.", "labels": {"in1": "Kilowatts", "in2": "Watt-hours", "in3": "Result"}},
{"slug": "kilowatts-to-microfarads", "name": "Kilowatts \u00f7 Microfarads", "category": "power", "type": "3col", "teaser": "Convert kilowatt loads into capacitance using voltage.", "labels": {"in1": "Kilowatts", "in2": "Microfarads", "in3": "Kilowatts \u00f7 Microfarads"}},
{"slug": "kilowatts-to-microhenries", "name": "Kilowatts \u00f7 Microhenries", "category": "power", "type": "3col", "teaser": "Estimate inductance in microhenries for a kilowatt-level circuit.", "labels": {"in1": "Kilowatts", "in2": "Microhenries", "in3": "Kilowatts \u00f7 Microhenries"}},
{"slug": "kilowatts-to-milliampere-hours", "name": "Kilowatts \u00f7 Milliampere-hours", "category": "power", "type": "3col", "teaser": "Turn kilowatt-hours into milliampere-hours given voltage.", "labels": {"in1": "Kilowatts", "in2": "Milliampere-hours", "in3": "Kilowatts \u00f7 Milliampere-hours"}},
{"slug": "kilowatts-to-milliamps", "name": "Kilowatts \u00f7 Milliamps", "category": "power", "type": "3col", "teaser": "Convert kilowatts into milliamps when you know the voltage.", "labels": {"in1": "Kilowatts", "in2": "Milliamps", "in3": "Volts"}},
{"slug": "kilowatts-to-millihenries", "name": "Kilowatts \u00f7 Millihenries", "category": "power", "type": "3col", "teaser": "Estimate inductance in millihenries from a kilowatt load.", "labels": {"in1": "Kilowatts", "in2": "Millihenries", "in3": "Kilowatts \u00f7 Millihenries"}},
{"slug": "kilowatts-to-millivolts", "name": "Kilowatts \u00f7 Millivolts", "category": "power", "type": "3col", "teaser": "Estimate millivolt drops from kilowatt loads when amperage or resistance is known.", "labels": {"in1": "Kilowatts", "in2": "Millivolts", "in3": "Kilowatts \u00f7 Millivolts"}},
{"slug": "kilowatts-to-milliwatts", "name": "Kilowatts \u00f7 Milliwatts", "category": "power", "type": "3col", "teaser": "Express kilowatt loads as milliwatts for fine-grain power math when duration is supplied.", "labels": {"in1": "Kilowatts", "in2": "Milliwatts", "in3": "Kilowatts \u00f7 Milliwatts"}},
{"slug": "kilowatts-to-ohms", "name": "Kilowatts \u00f7 Ohms", "category": "power", "type": "3col", "teaser": "Back out resistance from kilowatts when amperage or voltage is provided.", "labels": {"in1": "Kilowatts", "in2": "Ohms", "in3": "Kilowatts \u00f7 Ohms"}},
{"slug": "kilowatts-to-picofarads", "name": "Kilowatts \u00f7 Picofarads", "category": "power", "type": "3col", "teaser": "Relate kilowatt energy to picofarad capacitance for resonant circuits.", "labels": {"in1": "Kilowatts", "in2": "Picofarads", "in3": "Kilowatts \u00f7 Picofarads"}},
{"slug": "kilowatts-to-siemens", "name": "Kilowatts \u00f7 Siemens", "category": "power", "type": "3col", "teaser": "Convert kilowatts into conductance when voltage and amperage are known.", "labels": {"in1": "Kilowatts", "in2": "Siemens", "in3": "Kilowatts \u00f7 Siemens"}},
{"slug": "kilowatts-to-statamperes", "name": "Kilowatts \u00f7 Statamperes", "category": "power", "type": "3col", "teaser": "Translate kilowatt outputs into CGS statamperes for legacy systems.", "labels": {"in1": "Kilowatts", "in2": "Statamperes", "in3": "Kilowatts \u00f7 Statamperes"}},
{"slug": "kilowatts-to-statvolts", "name": "Kilowatts \u00f7 Statvolts", "category": "power", "type": "3col", "teaser": "Express kilowatt power as statvolts when CGS charge/time is provided.", "labels": {"in1": "Kilowatts", "in2": "Statvolts", "in3": "Kilowatts \u00f7 Statvolts"}},
{"slug": "kilowatts-to-volts", "name": "Kilowatts \u00f7 Volts", "category": "power", "type": "3col", "teaser": "Derive volts from kilowatts when current or resistance is known.", "labels": {"in1": "Kilowatts", "in2": "Volts", "in3": "Kilowatts \u00f7 Volts"}},
{"slug": "kilowatts-to-watt-hours", "name": "Kilowatts \u00f7 Watt-hours", "category": "power", "type": "3col", "teaser": "Turn kilowatt power into watt-hours when the duration is given.", "labels": {"in1": "Kilowatts", "in2": "Watt-hours", "in3": "Kilowatts \u00f7 Watt-hours"}},
{"slug": "km-per-kwh-to-miles-per-kwh", "name": "Kilometers per kWh to Miles per kWh", "category": "length", "type": "standard", "teaser": "Convert energy efficiency from km/kWh to mi/kWh.", "labels": {"in1": "Kilometers per kWh", "in2": "Miles per kWh"}, "factor": 0.621371, "hidden": true},
{"slug": "kilometers-per-second-to-speed-of-light", "name": "Kilometers per Second to Speed of Light", "category": "length", "type": "standard", "teaser": "Express a speed in kilometers per second as a fraction of c (299,792.458 km/s).", "labels": {"in1": "Kilometers per Second", "in2": "Speed of Light"}, "factor": 3.33564095198152e-06},
{"slug": "knots-to-feet-per-second", "name": "Knots to Feet per Second", "category": "length", "type": "standard", "teaser": "Convert a nautical mile per hour into feet per second.", "labels": {"in1": "Knots", "in2": "Feet per Second"}, "factor": 1.6878098376},
@@ -1388,11 +1388,11 @@ export const calculators: CalculatorDef[] = [
{"slug": "metric-tons-to-pounds", "name": "Metric Tons to Pounds", "category": "weight", "type": "standard", "teaser": "Convert metric tons into pounds.", "labels": {"in1": "Metric Tons", "in2": "Pounds"}, "factor": 2204.62262},
{"slug": "mg-per-liter-to-ppm", "name": "mg/L to PPM", "category": "fluids", "type": "standard", "teaser": "Treat milligrams per liter as parts per million for dilute solutions.", "labels": {"in1": "mg/L", "in2": "PPM"}},
{"slug": "microfarads-to-picofarads", "name": "Microfarads to Picofarads", "category": "radiation", "type": "standard", "teaser": "Convert microfarads to picofarads.", "labels": {"in1": "Microfarads", "in2": "Picofarads"}, "factor": 1000000.0},
{"slug": "microhenries-to-millihenries", "name": "Microhenries to Millihenries", "category": "electrical", "type": "standard", "teaser": "Convert inductance from microhenries to millihenries.", "labels": {"in1": "Microhenries", "in2": "Millihenries"}, "factor": 0.001, "hidden": true},
{"slug": "microhenries-to-millihenries", "name": "Microhenries to Millihenries", "category": "angle", "type": "standard", "teaser": "Convert inductance from microhenries to millihenries.", "labels": {"in1": "Microhenries", "in2": "Millihenries"}, "factor": 0.001, "hidden": true},
{"slug": "microns-to-millimeters", "name": "Microns to Millimeters", "category": "length", "type": "standard", "teaser": "Convert microns (micrometers) to millimeters.", "labels": {"in1": "Microns", "in2": "Millimeters"}, "factor": 0.001, "hidden": true},
{"slug": "microseconds-to-milliseconds", "name": "Microseconds to Milliseconds", "category": "time", "type": "standard", "teaser": "Convert time from microseconds to milliseconds.", "labels": {"in1": "Microseconds", "in2": "Milliseconds"}, "factor": 0.001, "hidden": true},
{"slug": "microseconds-to-milliseconds", "name": "Microseconds to Milliseconds", "category": "angle", "type": "standard", "teaser": "Convert time from microseconds to milliseconds.", "labels": {"in1": "Microseconds", "in2": "Milliseconds"}, "factor": 0.001, "hidden": true},
{"slug": "microseconds-to-nanoseconds", "name": "Microseconds to Nanoseconds", "category": "time", "type": "standard", "teaser": "Convert microseconds to nanoseconds.", "labels": {"in1": "Microseconds", "in2": "Nanoseconds"}, "factor": 1000.0},
{"slug": "microsievert-to-millirem", "name": "Microsievert to Millirem", "category": "radiation", "type": "standard", "teaser": "Convert a radiation dose from \u00b5Sv to mrem.", "labels": {"in1": "Microsievert", "in2": "Millirem"}, "factor": 0.1, "hidden": true},
{"slug": "microsievert-to-millirem", "name": "Microsievert to Millirem", "category": "angle", "type": "standard", "teaser": "Convert a radiation dose from \u00b5Sv to mrem.", "labels": {"in1": "Microsievert", "in2": "Millirem"}, "factor": 0.1, "hidden": true},
{"slug": "miles-per-gallon-to-kilometers-per-gallon", "name": "Miles per gallon to Kilometers per gallon", "category": "length", "type": "standard", "teaser": "Convert mpg to km/gal (US gallon).", "labels": {"in1": "Miles per gallon", "in2": "Kilometers per gallon"}, "factor": 1.609344},
{"slug": "miles-per-hour-to-feet-per-second", "name": "Miles per hour to Feet per second", "category": "length", "type": "standard", "teaser": "Convert mph into feet per second.", "labels": {"in1": "Miles per hour", "in2": "Feet per second"}, "factor": 1.4666667},
{"slug": "miles-per-hour-to-mach", "name": "Miles per hour to Mach", "category": "length", "type": "standard", "teaser": "Express mph as a fraction of Mach (sea-level).", "labels": {"in1": "Miles per hour", "in2": "Mach"}, "factor": 0.001313767, "hidden": true},
@@ -1403,10 +1403,10 @@ export const calculators: CalculatorDef[] = [
{"slug": "miles-to-meters", "name": "Miles to Meters", "category": "length", "type": "standard", "teaser": "Convert miles into meters.", "labels": {"in1": "Miles", "in2": "Meters"}, "factor": 1609.344},
{"slug": "miles-to-nautical-miles", "name": "Miles to Nautical Miles", "category": "length", "type": "standard", "teaser": "Convert statute miles into nautical miles.", "labels": {"in1": "Miles", "in2": "Nautical Miles"}, "factor": 0.868976, "hidden": true},
{"slug": "miles-to-yards", "name": "Miles to Yards", "category": "length", "type": "standard", "teaser": "Convert miles into yards.", "labels": {"in1": "Miles", "in2": "Yards"}, "factor": 1760.0},
{"slug": "milliampere-hours-to-coulombs", "name": "Milliampere-hours to Coulombs", "category": "electrical", "type": "standard", "teaser": "Convert a charge from mAh to coulombs.", "labels": {"in1": "Milliampere-hours", "in2": "Coulombs"}, "factor": 3.6},
{"slug": "milliamps-to-amps", "name": "Milliamps to Amps", "category": "electrical", "type": "standard", "teaser": "Convert milliamperes into amperes.", "labels": {"in1": "Milliamps", "in2": "Amps"}, "factor": 0.001, "hidden": true},
{"slug": "milliampere-hours-to-coulombs", "name": "Milliampere-hours to Coulombs", "category": "angle", "type": "standard", "teaser": "Convert a charge from mAh to coulombs.", "labels": {"in1": "Milliampere-hours", "in2": "Coulombs"}, "factor": 3.6},
{"slug": "milliamps-to-amps", "name": "Milliamps to Amps", "category": "angle", "type": "standard", "teaser": "Convert milliamperes into amperes.", "labels": {"in1": "Milliamps", "in2": "Amps"}, "factor": 0.001, "hidden": true},
{"slug": "milliwatts-to-watts", "name": "Milliwatts to Watts", "category": "power", "type": "standard", "teaser": "Convert power from milliwatts to watts.", "labels": {"in1": "Milliwatts", "in2": "Watts"}, "factor": 0.001},
{"slug": "millibars-to-atmosphere", "name": "Millibars to Atmosphere", "category": "pressure", "type": "standard", "teaser": "Convert millibars into atmospheres.", "labels": {"in1": "Millibars", "in2": "Atmosphere"}, "factor": 0.000986923},
{"slug": "millibars-to-atmosphere", "name": "Millibars to Atmosphere", "category": "pressure", "type": "standard", "teaser": "Convert millibars into atmospheres.", "labels": {"in1": "Millibars", "in2": "Atmosphere"}, "factor": 0.000986923, "hidden": true},
{"slug": "megapascals-to-bar", "name": "Megapascals to Bar", "category": "pressure", "type": "standard", "teaser": "Convert pressure from megapascals to bar.", "labels": {"in1": "Megapascals", "in2": "Bar"}, "factor": 10.0},
{"slug": "megapascals-to-kilopascals", "name": "Megapascals to Kilopascals", "category": "pressure", "type": "standard", "teaser": "Convert pressure from MPa to kPa.", "labels": {"in1": "Megapascals", "in2": "Kilopascals"}, "factor": 1000.0},
{"slug": "megapascals-to-pascal", "name": "Megapascals to Pascal", "category": "pressure", "type": "standard", "teaser": "Convert pressure from MPa to pascals.", "labels": {"in1": "Megapascals", "in2": "Pascal"}, "factor": 1000000.0},
@@ -1439,10 +1439,10 @@ export const calculators: CalculatorDef[] = [
{"slug": "yoctograms-to-kilograms", "name": "Yoctograms to Kilograms", "category": "weight", "type": "standard", "teaser": "Express a yoctogram as a slice of a kilogram.", "labels": {"in1": "Yoctograms", "in2": "Kilograms"}, "factor": 1e-27},
{"slug": "yoctograms-to-ounces", "name": "Yoctograms to Ounces", "category": "weight", "type": "standard", "teaser": "Convert yoctograms into ounces to contextualize minute masses.", "labels": {"in1": "Yoctograms", "in2": "Ounces"}, "factor": 3.527396194958041e-26},
{"slug": "yoctograms-to-pounds", "name": "Yoctograms to Pounds", "category": "weight", "type": "standard", "teaser": "See how many pounds a yoctogram of mass amounts to.", "labels": {"in1": "Yoctograms", "in2": "Pounds"}, "factor": 2.2046226218487758e-27},
{"slug": "yoctograms-to-amu", "name": "Yoctograms to Amu", "category": "weight", "type": "standard", "teaser": "Convert yoctogram-scale masses into atomic mass units for molecular counts.", "labels": {"in1": "Yoctograms", "in2": "Amu"}, "factor": 0.602214076208},
{"slug": "yoctograms-to-atomic-mass-units", "name": "Yoctograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from yoctograms.", "labels": {"in1": "Yoctograms", "in2": "Atomic Mass Units"}, "factor": 0.602214076208},
{"slug": "yoctograms-to-apothecary-ounces", "name": "Yoctograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express super-small masses as apothecary ounces for pharmacy history.", "labels": {"in1": "Yoctograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-26},
{"slug": "yoctograms-to-attograms", "name": "Yoctograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge yoctograms to attograms when working in sub-attogram refinements.", "labels": {"in1": "Yoctograms", "in2": "Attograms"}, "factor": 1e-06},
{"slug": "yoctograms-to-amu", "name": "Yoctograms to Amu", "category": "weight", "type": "standard", "teaser": "Convert yoctogram-scale masses into atomic mass units for molecular counts.", "labels": {"in1": "Yoctograms", "in2": "Amu"}, "factor": 0.602214076208, "hidden": true},
{"slug": "yoctograms-to-atomic-mass-units", "name": "Yoctograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from yoctograms.", "labels": {"in1": "Yoctograms", "in2": "Atomic Mass Units"}, "factor": 0.602214076208, "hidden": true},
{"slug": "yoctograms-to-apothecary-ounces", "name": "Yoctograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express super-small masses as apothecary ounces for pharmacy history.", "labels": {"in1": "Yoctograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-26, "hidden": true},
{"slug": "yoctograms-to-attograms", "name": "Yoctograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge yoctograms to attograms when working in sub-attogram refinements.", "labels": {"in1": "Yoctograms", "in2": "Attograms"}, "factor": 1e-06, "hidden": true},
{"slug": "yoctograms-to-carats", "name": "Yoctograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate yoctograms into carats when sizing gem-scale masses.", "labels": {"in1": "Yoctograms", "in2": "Carats"}, "factor": 5e-24},
{"slug": "yoctograms-to-centigrams", "name": "Yoctograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put yoctograms in terms of centigrams for micro-precision weight notes.", "labels": {"in1": "Yoctograms", "in2": "Centigrams"}, "factor": 1e-22},
{"slug": "yoctograms-to-drams", "name": "Yoctograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare yoctogram masses with drams used in detailed apothecary recipes.", "labels": {"in1": "Yoctograms", "in2": "Drams"}, "factor": 5.64383391193e-25},
@@ -1471,8 +1471,8 @@ export const calculators: CalculatorDef[] = [
{"slug": "zeptograms-to-pounds", "name": "Zeptograms to Pounds", "category": "weight", "type": "standard", "teaser": "See how many pounds a zeptogram equals.", "labels": {"in1": "Zeptograms", "in2": "Pounds"}, "factor": 2.204622621848776e-24},
{"slug": "zeptograms-to-amu", "name": "Zeptograms to Amu", "category": "weight", "type": "standard", "teaser": "Convert zeptogram-scale masses into atomic mass units for molecular counts.", "labels": {"in1": "Zeptograms", "in2": "Amu"}, "factor": 602.214076208},
{"slug": "zeptograms-to-atomic-mass-units", "name": "Zeptograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from zeptograms.", "labels": {"in1": "Zeptograms", "in2": "Atomic Mass Units"}, "factor": 602.214076208},
{"slug": "zeptograms-to-apothecary-ounces", "name": "Zeptograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express tiny masses as apothecary ounces for historic pharmacy tables.", "labels": {"in1": "Zeptograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-23},
{"slug": "zeptograms-to-attograms", "name": "Zeptograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge zeptograms to attograms when dealing with close sub-attogram scales.", "labels": {"in1": "Zeptograms", "in2": "Attograms"}, "factor": 0.001},
{"slug": "zeptograms-to-apothecary-ounces", "name": "Zeptograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express tiny masses as apothecary ounces for historic pharmacy tables.", "labels": {"in1": "Zeptograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-23, "hidden": true},
{"slug": "zeptograms-to-attograms", "name": "Zeptograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge zeptograms to attograms when dealing with close sub-attogram scales.", "labels": {"in1": "Zeptograms", "in2": "Attograms"}, "factor": 0.001, "hidden": true},
{"slug": "zeptograms-to-carats", "name": "Zeptograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate zeptograms into carats for gem-scale microweights.", "labels": {"in1": "Zeptograms", "in2": "Carats"}, "factor": 5e-21},
{"slug": "zeptograms-to-centigrams", "name": "Zeptograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put zeptograms into terms of centigrams for micro-metric comparisons.", "labels": {"in1": "Zeptograms", "in2": "Centigrams"}, "factor": 1e-19},
{"slug": "zeptograms-to-drams", "name": "Zeptograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare zeptogram masses with drams for detailed apothecary conversions.", "labels": {"in1": "Zeptograms", "in2": "Drams"}, "factor": 5.64383391193e-22},
@@ -1548,7 +1548,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "rankine-to-celsius", "name": "Rankine to Celsius", "category": "temperature", "type": "standard", "teaser": "Convert Rankine into Celsius degrees.", "labels": {"in1": "Rankine", "in2": "Celsius"}, "factor": 0.5555555555555556, "offset": -273.15},
{"slug": "rankine-to-fahrenheit", "name": "Rankine to Fahrenheit", "category": "temperature", "type": "standard", "teaser": "Show Rankine as Fahrenheit.", "labels": {"in1": "Rankine", "in2": "Fahrenheit"}, "offset": -459.67, "hidden": true},
{"slug": "rankine-to-kelvin", "name": "Rankine to Kelvin", "category": "temperature", "type": "standard", "teaser": "Turn Rankine into Kelvin.", "labels": {"in1": "Rankine", "in2": "Kelvin"}, "factor": 0.5555555555555556},
{"slug": "rem-to-millisievert", "name": "Rem to Millisievert", "category": "radiation", "type": "standard", "teaser": "Convert rems into millisieverts.", "labels": {"in1": "Rem", "in2": "Millisievert"}, "factor": 10.0},
{"slug": "rem-to-millisievert", "name": "Rem to Millisievert", "category": "angle", "type": "standard", "teaser": "Convert rems into millisieverts.", "labels": {"in1": "Rem", "in2": "Millisievert"}, "factor": 10.0},
{"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},
@@ -1641,10 +1641,9 @@ export const calculators: CalculatorDef[] = [
{"slug": "rockwell-c-to-vickers", "name": "Rockwell C to Vickers", "category": "other", "type": "rockwell-vickers", "teaser": "Convert Rockwell C hardness into Vickers hardness values.", "labels": {"in1": "Rockwell C", "in2": "Vickers"}},
{"slug": "saybolt-universal-seconds-to-centistokes", "name": "Saybolt Universal Seconds to Centistokes", "category": "fluids", "type": "sus-cst", "teaser": "Translate Saybolt viscosity readings into kinematic centistokes.", "labels": {"in1": "Saybolt Universal Seconds", "in2": "Centistokes"}},
{"slug": "swg-to-millimeters", "name": "SWG to Millimeters", "category": "electrical", "type": "swg", "teaser": "Convert Standard Wire Gauge sizes to millimeter diameters.", "labels": {"in1": "SWG", "in2": "Millimeters"}},
{"slug": "amu-to-apothecary-ounces", "name": "Amu to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26},
{"slug": "amu-to-apothecary-ounces", "name": "Amu to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26, "hidden": true},
{"slug": "amu-to-atomic-mass-units", "name": "Amu to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Atomic Mass Units"}, "factor": 1.0},
{"slug": "amu-to-attograms", "name": "Amu to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Attograms"}, "factor": 1.6605390666e-06},
{"slug": "amu-to-attograms", "name": "Amu to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Attograms"}, "factor": 1.6605390666e-06, "hidden": true},
{"slug": "amu-to-carats", "name": "Amu to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Carats"}, "factor": 8.302695332999999e-24},
{"slug": "amu-to-centigrams", "name": "Amu to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Centigrams"}, "factor": 1.6605390666e-22},
{"slug": "amu-to-cloves", "name": "Amu to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Cloves"}, "factor": 4.576077488362514e-28},
@@ -1678,11 +1677,10 @@ export const calculators: CalculatorDef[] = [
{"slug": "amu-to-tons", "name": "Amu to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Tons"}, "factor": 1.6605390666e-30},
{"slug": "amu-to-troy-ounces", "name": "Amu to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Troy Ounces"}, "factor": 5.338757069756266e-26},
{"slug": "amu-to-yoctograms", "name": "Amu to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Yoctograms"}, "factor": 1.6605390666},
{"slug": "amu-to-zeptograms", "name": "Amu to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Zeptograms"}, "factor": 0.0016605390666000002},
{"slug": "angstroms-to-astronomical-units", "name": "Angstroms to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Astronomical Units"}, "factor": 6.684587122268446e-22},
{"slug": "angstroms-to-cables", "name": "Angstroms to Cables", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Cables"}, "factor": 5.399568034557236e-13},
{"slug": "amu-to-zeptograms", "name": "Amu to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Zeptograms"}, "factor": 0.0016605390666000002, "hidden": true},
{"slug": "angstroms-to-astronomical-units", "name": "Angstroms to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Astronomical Units"}, "factor": 6.684587122268446e-22, "hidden": true},
{"slug": "angstroms-to-cables", "name": "Angstroms to Cables", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Cables"}, "factor": 5.399568034557236e-13, "hidden": true},
{"slug": "angstroms-to-centimeters", "name": "Angstroms to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Centimeters"}, "factor": 1e-08},
{"slug": "angstroms-to-chains", "name": "Angstroms to Chains", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Chains"}, "factor": 4.9709695378986715e-12},
{"slug": "angstroms-to-cubits", "name": "Angstroms to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Cubits"}, "factor": 2.1872265966754156e-10},
{"slug": "angstroms-to-fathoms", "name": "Angstroms to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Fathoms"}, "factor": 5.468066491688539e-11},
@@ -1694,7 +1692,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "angstroms-to-kilometers", "name": "Angstroms to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Kilometers"}, "factor": 1e-13},
{"slug": "angstroms-to-leagues", "name": "Angstroms to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Leagues"}, "factor": 2.07123730745778e-14},
{"slug": "angstroms-to-meters", "name": "Angstroms to Meters", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Meters"}, "factor": 1e-10},
{"slug": "angstroms-to-microns", "name": "Angstroms to Microns", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Microns"}, "factor": 0.0001},
{"slug": "angstroms-to-microns", "name": "Angstroms to Microns", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Microns"}, "factor": 0.0001, "hidden": true},
{"slug": "angstroms-to-miles", "name": "Angstroms to Miles", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Miles"}, "factor": 6.213711922373339e-14},
{"slug": "angstroms-to-millimeters", "name": "Angstroms to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Millimeters"}, "factor": 1e-07},
{"slug": "angstroms-to-nautical-miles", "name": "Angstroms to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Nautical Miles"}, "factor": 5.399568034557236e-14},
@@ -1723,7 +1721,6 @@ export const calculators: CalculatorDef[] = [
{"slug": "apothecary-ounces-to-metric-tons", "name": "Apothecary Ounces to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Metric Tons"}, "factor": 3.11034768e-05},
{"slug": "apothecary-ounces-to-micrograms", "name": "Apothecary Ounces to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Micrograms"}, "factor": 31103476.8},
{"slug": "apothecary-ounces-to-milligrams", "name": "Apothecary Ounces to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Milligrams"}, "factor": 31103.476800000004},
{"slug": "apothecary-ounces-to-momme", "name": "Apothecary Ounces to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Momme"}, "factor": 8.29426048},
{"slug": "apothecary-ounces-to-nanograms", "name": "Apothecary Ounces to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Nanograms"}, "factor": 31103476800.000004},
{"slug": "apothecary-ounces-to-ounces", "name": "Apothecary Ounces to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Ounces"}, "factor": 1.0971428571428572},
@@ -1750,10 +1747,10 @@ export const calculators: CalculatorDef[] = [
{"slug": "ares-to-square-centimeters", "name": "Ares to Square Centimeters", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Square Centimeters"}, "factor": 1000000.0},
{"slug": "ares-to-square-feet", "name": "Ares to Square Feet", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Square Feet"}, "factor": 1076.391041670972},
{"slug": "ares-to-square-inches", "name": "Ares to Square Inches", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Square Inches"}, "factor": 155000.31000062},
{"slug": "ares-to-square-kilometers", "name": "Ares to Square Kilometers", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Square Kilometers"}, "factor": 0.0001},
{"slug": "ares-to-square-miles", "name": "Ares to Square Miles", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Square Miles"}, "factor": 3.8610215854244585e-05},
{"slug": "ares-to-square-kilometers", "name": "Ares to Square Kilometers", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Square Kilometers"}, "factor": 0.0001, "hidden": true},
{"slug": "ares-to-square-miles", "name": "Ares to Square Miles", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Square Miles"}, "factor": 3.8610215854244585e-05, "hidden": true},
{"slug": "ares-to-square-mils", "name": "Ares to Square Mils", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Square Mils"}, "factor": 155000310000.62},
{"slug": "ares-to-townships", "name": "Ares to Townships", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Townships"}, "factor": 1.0725059959512385e-06},
{"slug": "ares-to-townships", "name": "Ares to Townships", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Townships"}, "factor": 1.0725059959512385e-06, "hidden": true},
{"slug": "astronomical-units-to-angstroms", "name": "Astronomical Units to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Angstroms"}, "factor": 1.495978707e+21},
{"slug": "astronomical-units-to-cables", "name": "Astronomical Units to Cables", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Cables"}, "factor": 807763880.6695465},
{"slug": "astronomical-units-to-centimeters", "name": "Astronomical Units to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Centimeters"}, "factor": 14959787070000.0},
@@ -1764,7 +1761,6 @@ export const calculators: CalculatorDef[] = [
{"slug": "astronomical-units-to-fermi", "name": "Astronomical Units to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Fermi"}, "factor": 1.4959787069999998e+26},
{"slug": "astronomical-units-to-furlongs", "name": "Astronomical Units to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Furlongs"}, "factor": 743646458.1842042},
{"slug": "astronomical-units-to-hands", "name": "Astronomical Units to Hands", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Hands"}, "factor": 1472419987204.7244},
{"slug": "astronomical-units-to-inches", "name": "Astronomical Units to Inches", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Inches"}, "factor": 5889679948818.897},
{"slug": "astronomical-units-to-leagues", "name": "Astronomical Units to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Leagues"}, "factor": 30985269.09100851},
{"slug": "astronomical-units-to-meters", "name": "Astronomical Units to Meters", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Meters"}, "factor": 149597870700.0},
@@ -1773,7 +1769,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "astronomical-units-to-millimeters", "name": "Astronomical Units to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Millimeters"}, "factor": 149597870700000.0},
{"slug": "astronomical-units-to-nanometers", "name": "Astronomical Units to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Nanometers"}, "factor": 1.495978707e+20},
{"slug": "astronomical-units-to-nautical-miles", "name": "Astronomical Units to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Nautical Miles"}, "factor": 80776388.06695464},
{"slug": "astronomical-units-to-parsecs", "name": "Astronomical Units to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Parsecs"}, "factor": 4.848136811867384e-06},
{"slug": "astronomical-units-to-parsecs", "name": "Astronomical Units to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Parsecs"}, "factor": 4.848136811867384e-06, "hidden": true},
{"slug": "astronomical-units-to-picometers", "name": "Astronomical Units to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Picometers"}, "factor": 1.495978707e+23},
{"slug": "astronomical-units-to-rods", "name": "Astronomical Units to Rods", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Rods"}, "factor": 29745858327.368168},
{"slug": "astronomical-units-to-smoots", "name": "Astronomical Units to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Smoots"}, "factor": 87905670877.894},
@@ -1796,8 +1792,8 @@ export const calculators: CalculatorDef[] = [
{"slug": "atmosphere-to-technical-atmosphere", "name": "Atmosphere to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Technical Atmosphere"}, "factor": 1.033227554},
{"slug": "atmosphere-to-technical-atmosphere-at", "name": "Atmosphere to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Technical Atmosphere (at)"}, "factor": 1.033227554},
{"slug": "atomic-mass-units-to-amu", "name": "Atomic Mass Units to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Amu"}, "factor": 1.0},
{"slug": "atomic-mass-units-to-apothecary-ounces", "name": "Atomic Mass Units to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26},
{"slug": "atomic-mass-units-to-attograms", "name": "Atomic Mass Units to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Attograms"}, "factor": 1.6605390666e-06},
{"slug": "atomic-mass-units-to-apothecary-ounces", "name": "Atomic Mass Units to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26, "hidden": true},
{"slug": "atomic-mass-units-to-attograms", "name": "Atomic Mass Units to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Attograms"}, "factor": 1.6605390666e-06, "hidden": true},
{"slug": "atomic-mass-units-to-carats", "name": "Atomic Mass Units to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Carats"}, "factor": 8.302695332999999e-24},
{"slug": "atomic-mass-units-to-centigrams", "name": "Atomic Mass Units to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Centigrams"}, "factor": 1.6605390666e-22},
{"slug": "atomic-mass-units-to-cloves", "name": "Atomic Mass Units to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Cloves"}, "factor": 4.576077488362514e-28},
@@ -1805,7 +1801,6 @@ export const calculators: CalculatorDef[] = [
{"slug": "atomic-mass-units-to-drams", "name": "Atomic Mass Units to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Drams"}, "factor": 9.371806696166428e-25},
{"slug": "atomic-mass-units-to-earth-masses", "name": "Atomic Mass Units to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Earth Masses"}, "factor": 2.7804478527175914e-52},
{"slug": "atomic-mass-units-to-femtograms", "name": "Atomic Mass Units to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Femtograms"}, "factor": 1.6605390665999998e-09},
{"slug": "atomic-mass-units-to-gamma-mass", "name": "Atomic Mass Units to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Gamma (mass)"}, "factor": 1.6605390665999998e-18},
{"slug": "atomic-mass-units-to-grains", "name": "Atomic Mass Units to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Grains"}, "factor": 2.5626033934830078e-23},
{"slug": "atomic-mass-units-to-grams", "name": "Atomic Mass Units to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Grams"}, "factor": 1.6605390666e-24},
@@ -1832,7 +1827,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "atomic-mass-units-to-tons", "name": "Atomic Mass Units to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Tons"}, "factor": 1.6605390666e-30},
{"slug": "atomic-mass-units-to-troy-ounces", "name": "Atomic Mass Units to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Troy Ounces"}, "factor": 5.338757069756266e-26},
{"slug": "atomic-mass-units-to-yoctograms", "name": "Atomic Mass Units to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Yoctograms"}, "factor": 1.6605390666},
{"slug": "atomic-mass-units-to-zeptograms", "name": "Atomic Mass Units to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Zeptograms"}, "factor": 0.0016605390666000002},
{"slug": "atomic-mass-units-to-zeptograms", "name": "Atomic Mass Units to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Zeptograms"}, "factor": 0.0016605390666000002, "hidden": true},
{"slug": "atomic-time-units-to-centuries", "name": "Atomic Time Units to Centuries", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Centuries"}, "factor": 7.664981895282595e-27},
{"slug": "atomic-time-units-to-days", "name": "Atomic Time Units to Days", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Days"}, "factor": 2.799634637251968e-22},
{"slug": "atomic-time-units-to-decades", "name": "Atomic Time Units to Decades", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Decades"}, "factor": 7.664981895282595e-26},
@@ -1846,13 +1841,12 @@ export const calculators: CalculatorDef[] = [
{"slug": "atomic-time-units-to-months", "name": "Atomic Time Units to Months", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Months"}, "factor": 9.197978274339113e-24},
{"slug": "atomic-time-units-to-nanoseconds", "name": "Atomic Time Units to Nanoseconds", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Nanoseconds"}, "factor": 2.4188843265857e-08},
{"slug": "atomic-time-units-to-planck-time", "name": "Atomic Time Units to Planck Time", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Planck Time"}, "factor": 4.486688008517696e+26},
{"slug": "atomic-time-units-to-shakes", "name": "Atomic Time Units to Shakes", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Shakes"}, "factor": 2.4188843265857e-09},
{"slug": "atomic-time-units-to-sidereal-days", "name": "Atomic Time Units to Sidereal Days", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Sidereal Days"}, "factor": 2.807299784108671e-22},
{"slug": "atomic-time-units-to-weeks", "name": "Atomic Time Units to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Weeks"}, "factor": 3.999478053217097e-23},
{"slug": "atomic-time-units-to-years", "name": "Atomic Time Units to Years", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Years"}, "factor": 7.664981895282595e-25},
{"slug": "attograms-to-amu", "name": "Attograms to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Amu"}, "factor": 602214.0762081122},
{"slug": "attograms-to-apothecary-ounces", "name": "Attograms to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Apothecary Ounces"}, "factor": 3.215074656862798e-20},
{"slug": "attograms-to-apothecary-ounces", "name": "Attograms to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Apothecary Ounces"}, "factor": 3.215074656862798e-20, "hidden": true},
{"slug": "attograms-to-atomic-mass-units", "name": "Attograms to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Atomic Mass Units"}, "factor": 602214.0762081122},
{"slug": "attograms-to-carats", "name": "Attograms to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Carats"}, "factor": 4.9999999999999996e-18},
{"slug": "attograms-to-centigrams", "name": "Attograms to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Centigrams"}, "factor": 9.999999999999999e-17},
@@ -1887,9 +1881,8 @@ export const calculators: CalculatorDef[] = [
{"slug": "attograms-to-tons", "name": "Attograms to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Tons"}, "factor": 1e-24},
{"slug": "attograms-to-troy-ounces", "name": "Attograms to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Troy Ounces"}, "factor": 3.215074656862798e-20},
{"slug": "attograms-to-yoctograms", "name": "Attograms to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Yoctograms"}, "factor": 999999.9999999999},
{"slug": "attograms-to-zeptograms", "name": "Attograms to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Zeptograms"}, "factor": 1000.0},
{"slug": "awg-to-swg", "name": "Awg to Swg", "category": "electrical", "type": "awg-swg", "labels": {"in1": "Awg", "in2": "Swg"}, "factor": 1},
{"slug": "awg-to-swg", "name": "Awg to Swg", "category": "electrical", "type": "awg", "labels": {"in1": "Awg", "in2": "Swg"}},
{"slug": "banana-equivalent-dose-to-becquerel", "name": "Banana Equivalent Dose to Becquerel", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Becquerel"}, "factor": 15.0},
{"slug": "banana-equivalent-dose-to-coulomb-per-kilogram", "name": "Banana Equivalent Dose to Coulomb Per Kilogram", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Coulomb Per Kilogram"}, "factor": 2.94e-09},
{"slug": "banana-equivalent-dose-to-counts-per-minute", "name": "Banana Equivalent Dose to Counts Per Minute", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Counts Per Minute"}, "factor": 900.0},
@@ -1917,20 +1910,19 @@ export const calculators: CalculatorDef[] = [
{"slug": "bar-to-pascals", "name": "Bar to Pascals", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Pascals"}, "factor": 100000.0},
{"slug": "bar-to-technical-atmosphere", "name": "Bar to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Technical Atmosphere"}, "factor": 1.0197162129779282},
{"slug": "bar-to-technical-atmosphere-at", "name": "Bar to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Technical Atmosphere (at)"}, "factor": 1.0197162129779282},
{"slug": "barns-to-ares", "name": "Barns to Ares", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Ares"}, "factor": 9.999999999999999e-31},
{"slug": "barns-to-ares", "name": "Barns to Ares", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Ares"}, "factor": 9.999999999999999e-31, "hidden": true},
{"slug": "barns-to-circular-mils", "name": "Barns to Circular Mils", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Circular Mils"}, "factor": 1.9735252413899847e-19},
{"slug": "barns-to-dunams", "name": "Barns to Dunams", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Dunams"}, "factor": 9.999999999999999e-32},
{"slug": "barns-to-hectares", "name": "Barns to Hectares", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Hectares"}, "factor": 9.999999999999999e-33},
{"slug": "barns-to-roods", "name": "Barns to Roods", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Roods"}, "factor": 9.884215258686612e-32},
{"slug": "barns-to-sections", "name": "Barns to Sections", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Sections"}, "factor": 3.8610215854244585e-35},
{"slug": "barns-to-square-centimeters", "name": "Barns to Square Centimeters", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Centimeters"}, "factor": 1e-24},
{"slug": "barns-to-square-feet", "name": "Barns to Square Feet", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Feet"}, "factor": 1.0763910416709721e-27},
{"slug": "barns-to-square-inches", "name": "Barns to Square Inches", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Inches"}, "factor": 1.5500031000062e-25},
{"slug": "barns-to-square-kilometers", "name": "Barns to Square Kilometers", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Kilometers"}, "factor": 1e-34},
{"slug": "barns-to-square-miles", "name": "Barns to Square Miles", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Miles"}, "factor": 3.8610215854244585e-35},
{"slug": "barns-to-square-mils", "name": "Barns to Square Mils", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Mils"}, "factor": 1.5500031000061997e-19},
{"slug": "barns-to-townships", "name": "Barns to Townships", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Townships"}, "factor": 1.0725059959512385e-36},
{"slug": "barns-to-square-centimeters", "name": "Barns to Square Centimeters", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Centimeters"}, "factor": 1e-24, "hidden": true},
{"slug": "barns-to-square-feet", "name": "Barns to Square Feet", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Feet"}, "factor": 1.0763910416709721e-27, "hidden": true},
{"slug": "barns-to-square-inches", "name": "Barns to Square Inches", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Inches"}, "factor": 1.5500031000062e-25, "hidden": true},
{"slug": "barns-to-square-kilometers", "name": "Barns to Square Kilometers", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Kilometers"}, "factor": 1e-34, "hidden": true},
{"slug": "barns-to-square-miles", "name": "Barns to Square Miles", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Miles"}, "factor": 3.8610215854244585e-35, "hidden": true},
{"slug": "barns-to-square-mils", "name": "Barns to Square Mils", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Square Mils"}, "factor": 1.5500031000061997e-19, "hidden": true},
{"slug": "barns-to-townships", "name": "Barns to Townships", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Townships"}, "factor": 1.0725059959512385e-36, "hidden": true},
{"slug": "barrel-us-oil-to-acre-feet", "name": "Barrel (us Oil) to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Acre-feet"}, "factor": 0.00012889309764309767},
{"slug": "barrel-us-oil-to-bushels", "name": "Barrel (us Oil) to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Bushels"}, "factor": 4.511676788720344},
{"slug": "barrel-us-oil-to-centiliters", "name": "Barrel (us Oil) to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Centiliters"}, "factor": 15898.7294928},
@@ -1939,7 +1931,6 @@ export const calculators: CalculatorDef[] = [
{"slug": "barrel-us-oil-to-cubic-inches", "name": "Barrel (us Oil) to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Cubic Inches"}, "factor": 9702.000000000002},
{"slug": "barrel-us-oil-to-cubic-meters", "name": "Barrel (us Oil) to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Cubic Meters"}, "factor": 0.158987294928},
{"slug": "barrel-us-oil-to-cubic-yards", "name": "Barrel (us Oil) to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Cubic Yards"}, "factor": 0.20794753086419754},
{"slug": "barrel-us-oil-to-cups", "name": "Barrel (us Oil) to Cups", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Cups"}, "factor": 672.0},
{"slug": "barrel-us-oil-to-drams-fluid", "name": "Barrel (us Oil) to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Drams (fluid)"}, "factor": 43008.0},
{"slug": "barrel-us-oil-to-fluid-ounces", "name": "Barrel (us Oil) to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Fluid Ounces"}, "factor": 5376.0},
{"slug": "barrel-us-oil-to-gill", "name": "Barrel (us Oil) to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Gill"}, "factor": 1344.0},
@@ -1958,9 +1949,9 @@ export const calculators: CalculatorDef[] = [
{"slug": "barrel-us-oil-to-us-gallons", "name": "Barrel (us Oil) to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Us Gallons"}, "factor": 42.0},
{"slug": "barrel-us-oil-to-us-pints", "name": "Barrel (us Oil) to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Us Pints"}, "factor": 336.0},
{"slug": "barye-to-atmosphere", "name": "Barye to Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Atmosphere"}, "factor": 9.86923266716013e-07},
{"slug": "barye-to-bar", "name": "Barye to Bar", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Bar"}, "factor": 1e-06},
{"slug": "barye-to-bar", "name": "Barye to Bar", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Bar"}, "factor": 1e-06, "hidden": true},
{"slug": "barye-to-cmhg", "name": "Barye to Cmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Cmhg"}, "factor": 7.500637554192107e-05},
{"slug": "barye-to-dynes-per-sq-cm", "name": "Barye to Dynes Per Sq Cm", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Dynes Per Sq Cm"}, "factor": 1},
{"slug": "barye-to-dynes-per-sq-cm", "name": "Barye to Dynes Per Sq Cm", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Dynes Per Sq Cm"}},
{"slug": "barye-to-feet-of-seawater", "name": "Barye to Feet Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Barye", "in2": "Feet Of Seawater"}, "factor": 3.2594581222958305e-05},
{"slug": "barye-to-feet-of-water", "name": "Barye to Feet Of Water", "category": "length", "type": "standard", "labels": {"in1": "Barye", "in2": "Feet Of Water"}, "factor": 3.349601334800432e-05},
{"slug": "barye-to-hectopascals", "name": "Barye to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Hectopascals"}, "factor": 0.001},
@@ -1969,7 +1960,6 @@ export const calculators: CalculatorDef[] = [
{"slug": "barye-to-kilopascals", "name": "Barye to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Kilopascals"}, "factor": 0.0001},
{"slug": "barye-to-kpa", "name": "Barye to Kpa", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Kpa"}, "factor": 0.0001},
{"slug": "barye-to-megapascals", "name": "Barye to Megapascals", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Megapascals"}, "factor": 1.0000000000000001e-07},
{"slug": "barye-to-meters-of-seawater", "name": "Barye to Meters Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Barye", "in2": "Meters Of Seawater"}, "factor": 9.934828038843193e-06},
{"slug": "barye-to-millibars", "name": "Barye to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Millibars"}, "factor": 0.001},
{"slug": "barye-to-millimeters-of-mercury", "name": "Barye to Millimeters Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Millimeters Of Mercury"}, "factor": 0.0007500637554192106},
@@ -1978,7 +1968,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "barye-to-technical-atmosphere", "name": "Barye to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Technical Atmosphere"}, "factor": 1.0197162129779282e-06},
{"slug": "barye-to-technical-atmosphere-at", "name": "Barye to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Technical Atmosphere (at)"}, "factor": 1.0197162129779282e-06},
{"slug": "barye-to-torr", "name": "Barye to Torr", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Torr"}, "factor": 0.0007500637554192106},
{"slug": "becquerel-to-banana-equivalent-dose", "name": "Becquerel to Banana Equivalent Dose", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Banana Equivalent Dose"}, "factor": 0.06666666666666667},
{"slug": "becquerel-to-banana-equivalent-dose", "name": "Becquerel to Banana Equivalent Dose", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Banana Equivalent Dose"}, "factor": 0.06666666666666667, "hidden": true},
{"slug": "becquerel-to-coulomb-per-kilogram", "name": "Becquerel to Coulomb Per Kilogram", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Coulomb Per Kilogram"}, "factor": 1.9600000000000002e-10},
{"slug": "becquerel-to-counts-per-minute", "name": "Becquerel to Counts Per Minute", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Counts Per Minute"}, "factor": 60.0},
{"slug": "becquerel-to-gray", "name": "Becquerel to Gray", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Gray"}, "factor": 6.666666666666666e-09},
@@ -1989,16 +1979,16 @@ export const calculators: CalculatorDef[] = [
{"slug": "becquerel-to-rem", "name": "Becquerel to Rem", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Rem"}, "factor": 6.666666666666666e-07},
{"slug": "becquerel-to-roentgen", "name": "Becquerel to Roentgen", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Roentgen"}, "factor": 7.599999999999999e-07},
{"slug": "becquerel-to-sievert", "name": "Becquerel to Sievert", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Sievert"}, "factor": 6.666666666666666e-09},
{"slug": "bits-to-exabytes", "name": "Bits to Exabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Exabytes"}, "factor": 1.25e-19},
{"slug": "bits-to-gibibytes", "name": "Bits to Gibibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Gibibytes"}, "factor": 1.1641532182693481e-10},
{"slug": "bits-to-gigabytes", "name": "Bits to Gigabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Gigabytes"}, "factor": 1.25e-10},
{"slug": "bits-to-kibibytes", "name": "Bits to Kibibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Kibibytes"}, "factor": 0.0001220703125},
{"slug": "bits-to-kilobytes", "name": "Bits to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Kilobytes"}, "factor": 0.000125},
{"slug": "bits-to-mebibytes", "name": "Bits to Mebibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Mebibytes"}, "factor": 1.1920928955078125e-07},
{"slug": "bits-to-megabytes", "name": "Bits to Megabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Megabytes"}, "factor": 1.25e-07},
{"slug": "bits-to-petabytes", "name": "Bits to Petabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Petabytes"}, "factor": 1.25e-16},
{"slug": "bits-to-tebibytes", "name": "Bits to Tebibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Tebibytes"}, "factor": 1.1368683772161603e-13},
{"slug": "bits-to-terabytes", "name": "Bits to Terabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Terabytes"}, "factor": 1.25e-13},
{"slug": "bits-to-exabytes", "name": "Bits to Exabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Exabytes"}, "factor": 1e-19},
{"slug": "bits-to-gibibytes", "name": "Bits to Gibibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Gibibytes"}, "factor": 9.313225746154786e-11},
{"slug": "bits-to-gigabytes", "name": "Bits to Gigabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Gigabytes"}, "factor": 1e-10},
{"slug": "bits-to-kibibytes", "name": "Bits to Kibibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Kibibytes"}, "factor": 9.765625e-05},
{"slug": "bits-to-kilobytes", "name": "Bits to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Kilobytes"}, "factor": 0.0001},
{"slug": "bits-to-mebibytes", "name": "Bits to Mebibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Mebibytes"}, "factor": 9.5367431640625e-08},
{"slug": "bits-to-megabytes", "name": "Bits to Megabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Megabytes"}, "factor": 1e-07},
{"slug": "bits-to-petabytes", "name": "Bits to Petabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Petabytes"}, "factor": 1e-16},
{"slug": "bits-to-tebibytes", "name": "Bits to Tebibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Tebibytes"}, "factor": 9.094947017729283e-14},
{"slug": "bits-to-terabytes", "name": "Bits to Terabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Terabytes"}, "factor": 1e-13},
{"slug": "board-feet-to-cord", "name": "Board Feet to Cord", "category": "volume", "type": "standard", "labels": {"in1": "Board Feet", "in2": "Cord"}, "factor": 0.0006510416666666666},
{"slug": "brinell-to-shore-a", "name": "Brinell to Shore A", "category": "other", "type": "standard", "labels": {"in1": "Brinell", "in2": "Shore A"}, "factor": 2.5},
{"slug": "brinell-to-shore-d", "name": "Brinell to Shore D", "category": "other", "type": "standard", "labels": {"in1": "Brinell", "in2": "Shore D"}, "factor": 0.4},
@@ -2008,7 +1998,6 @@ export const calculators: CalculatorDef[] = [
{"slug": "btu-to-foot-pounds-energy", "name": "Btu to Foot-pounds (energy)", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Foot-pounds (energy)"}, "factor": 778.1692603335523},
{"slug": "btu-to-hartree", "name": "Btu to Hartree", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Hartree"}, "factor": 2.4199945575388712e+20},
{"slug": "btu-to-kilocalories", "name": "Btu to Kilocalories", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Kilocalories"}, "factor": 0.25216440009560226},
{"slug": "btu-to-rydberg", "name": "Btu to Rydberg", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Rydberg"}, "factor": 4.839989115307655e+20},
{"slug": "btu-to-ton-of-tnt", "name": "Btu to Ton Of Tnt", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Ton Of Tnt"}, "factor": 2.521644000956023e-07},
{"slug": "btu-to-watt-hours", "name": "Btu to Watt-hours", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Watt-hours"}, "factor": 0.29307106944444444},
@@ -2017,7 +2006,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "btu-hour-to-lusec", "name": "btu/hour to Lusec", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "Lusec"}, "factor": 2198219.8736892636},
{"slug": "btu-hour-to-mechanical-hp", "name": "btu/hour to Mechanical Hp", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "Mechanical Hp"}, "factor": 0.00039301477546908675},
{"slug": "btu-hour-to-megawatts", "name": "btu/hour to Megawatts", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "Megawatts"}, "factor": 2.9307107e-07},
{"slug": "btu-min-to-btu-hour", "name": "btu/min to btu/hour", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "btu/hour"}, "factor": 60},
{"slug": "btu-min-to-btu-hour", "name": "btu/min to btu/hour", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "btu/hour"}, "factor": 60.0},
{"slug": "btu-min-to-calories-per-second", "name": "btu/min to Calories Per Second", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Calories Per Second"}, "factor": 4.202740001593371},
{"slug": "btu-min-to-kilowatts", "name": "btu/min to Kilowatts", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Kilowatts"}, "factor": 0.01758426416666667},
{"slug": "btu-min-to-lusec", "name": "btu/min to Lusec", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Lusec"}, "factor": 131893192.17133456},
@@ -2032,7 +2021,7 @@ export const calculators: CalculatorDef[] = [
{"slug": "bushels-to-cubic-feet", "name": "Bushels to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Feet"}, "factor": 1.2444560185185185},
{"slug": "bushels-to-cubic-inches", "name": "Bushels to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Inches"}, "factor": 2150.42},
{"slug": "bushels-to-cubic-meters", "name": "Bushels to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Meters"}, "factor": 0.03523907016688},
{"slug": "bushels-to-cubic-yards", "name": "Bushels to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Yards"}, "factor": 0.04609096364883402},
{"slug": "bushels-to-cubic-yards", "name": "Bushels to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Yards"}, "factor": 0.04609096364883402, "hidden": true},
{"slug": "bushels-to-drams-fluid", "name": "Bushels to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Drams (fluid)"}, "factor": 9532.59774891775},
{"slug": "bushels-to-fluid-ounces", "name": "Bushels to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Fluid Ounces"}, "factor": 1191.5747186147187},
{"slug": "bushels-to-gill", "name": "Bushels to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Gill"}, "factor": 297.89367965367967},
@@ -2047,6 +2036,39 @@ export const calculators: CalculatorDef[] = [
{"slug": "bushels-to-pints", "name": "Bushels to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Pints"}, "factor": 64.0},
{"slug": "bushels-to-quarts", "name": "Bushels to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Quarts"}, "factor": 32.0},
{"slug": "bushels-to-tablespoons", "name": "Bushels to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Tablespoons"}, "factor": 2383.1494372294374},
{"slug": "bushels-to-teaspoons", "name": "Bushels to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Teaspoons"}, "factor": 7149.448311688312},
{"slug": "bushels-to-us-gallons", "name": "Bushels to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Us Gallons"}, "factor": 9.30917748917749},
{"slug": "bushels-to-us-pints", "name": "Bushels to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Us Pints"}, "factor": 74.47341991341992},
{"slug": "bytes-to-exabytes", "name": "Bytes to Exabytes", "category": "data", "type": "standard", "labels": {"in1": "Bytes", "in2": "Exabytes"}, "factor": 1e-18},
{"slug": "bytes-to-gigabits", "name": "Bytes to Gigabits", "category": "data", "type": "standard", "labels": {"in1": "Bytes", "in2": "Gigabits"}, "factor": 8e-09},
{"slug": "bytes-to-kilobits", "name": "Bytes to Kilobits", "category": "data", "type": "standard", "labels": {"in1": "Bytes", "in2": "Kilobits"}, "factor": 0.008},
{"slug": "bytes-to-megabits", "name": "Bytes to Megabits", "category": "data", "type": "standard", "labels": {"in1": "Bytes", "in2": "Megabits"}, "factor": 8e-06},
{"slug": "bytes-to-nibbles", "name": "Bytes to Nibbles", "category": "data", "type": "standard", "labels": {"in1": "Bytes", "in2": "Nibbles"}, "factor": 2.0},
{"slug": "bytes-to-petabytes", "name": "Bytes to Petabytes", "category": "data", "type": "standard", "labels": {"in1": "Bytes", "in2": "Petabytes"}, "factor": 1e-15},
{"slug": "cables-to-angstroms", "name": "Cables to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Angstroms"}, "factor": 1851999999999.9998},
{"slug": "cables-to-astronomical-units", "name": "Cables to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Astronomical Units"}, "factor": 1.237985535044116e-09, "hidden": true},
{"slug": "cables-to-centimeters", "name": "Cables to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Centimeters"}, "factor": 18520.0},
{"slug": "cables-to-chains", "name": "Cables to Chains", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Chains"}, "factor": 9.206235584188338},
{"slug": "cables-to-cubits", "name": "Cables to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Cubits"}, "factor": 405.07436570428695},
{"slug": "cables-to-fathoms", "name": "Cables to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Fathoms"}, "factor": 101.26859142607174},
{"slug": "cables-to-feet", "name": "Cables to Feet", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Feet"}, "factor": 607.6115485564304},
{"slug": "cables-to-fermi", "name": "Cables to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Fermi"}, "factor": 1.8519999999999997e+17},
{"slug": "cables-to-furlongs", "name": "Cables to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Furlongs"}, "factor": 0.9206235584188339},
{"slug": "cables-to-hands", "name": "Cables to Hands", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Hands"}, "factor": 1822.8346456692914},
{"slug": "cables-to-inches", "name": "Cables to Inches", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Inches"}, "factor": 7291.3385826771655},
{"slug": "cables-to-kilometers", "name": "Cables to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Kilometers"}, "factor": 0.18519999999999998},
{"slug": "cables-to-leagues", "name": "Cables to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Leagues"}, "factor": 0.03835931493411808},
{"slug": "cables-to-micrometers", "name": "Cables to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Micrometers"}, "factor": 185200000.0},
{"slug": "cables-to-microns", "name": "Cables to Microns", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Microns"}, "factor": 185200000.0},
{"slug": "cables-to-miles", "name": "Cables to Miles", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Miles"}, "factor": 0.11507794480235424},
{"slug": "cables-to-millimeters", "name": "Cables to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Millimeters"}, "factor": 185199.99999999997},
{"slug": "cables-to-nanometers", "name": "Cables to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Nanometers"}, "factor": 185199999999.99997},
{"slug": "cables-to-nautical-miles", "name": "Cables to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Nautical Miles"}, "factor": 0.09999999999999999},
{"slug": "cables-to-parsecs", "name": "Cables to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Parsecs"}, "factor": 6.001923245006718e-15},
{"slug": "cables-to-picometers", "name": "Cables to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Picometers"}, "factor": 185200000000000.0},
{"slug": "cables-to-rods", "name": "Cables to Rods", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Rods"}, "factor": 36.82494233675335},
{"slug": "cables-to-smoots", "name": "Cables to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Smoots"}, "factor": 108.82594899518156},
{"slug": "cables-to-thou", "name": "Cables to Thou", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Thou"}, "factor": 7291338.582677165},
];