Compare commits
11 Commits
1e341f051f
...
58a207222c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58a207222c | ||
|
|
cb915afb9f | ||
|
|
1ab2c1bc06 | ||
|
|
25a671535a | ||
|
|
962b6d090d | ||
|
|
82f8cbbfe7 | ||
|
|
1c3476aa05 | ||
|
|
e2fa126c2a | ||
|
|
2fdd433efb | ||
|
|
489b7a1a04 | ||
|
|
0b14e802b5 |
1276
calculators_list.md
1276
calculators_list.md
File diff suppressed because it is too large
Load Diff
@@ -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' | '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' | 'awg-swg' | 'brinell-rockwell' | 'ev-lux' | 'aov' | 'swg' | 'rockwell-vickers' | 'sus-cst' | 'molarity';
|
||||
|
||||
export interface CalculatorDef {
|
||||
slug: string;
|
||||
@@ -186,10 +186,10 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "angle", "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": "angle", "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": "angle", "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": "angle", "type": "3col", "teaser": "Derive millivolt potentials from ampere-hours and resistance.", "labels": {"in1": "Ampere-hours", "in2": "Millivolts", "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"}},
|
||||
@@ -206,9 +206,9 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "angle", "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": "angle", "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": "angle", "type": "3col", "teaser": "Derive millivolt drops from amperes across resistance.", "labels": {"in1": "Amps", "in2": "Millivolts", "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"}},
|
||||
@@ -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": "angle", "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": "electrical", "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},
|
||||
@@ -297,10 +297,10 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "angle", "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": "angle", "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": "angle", "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": "angle", "type": "3col", "teaser": "Derive millivolt drops from charge flow across resistance.", "labels": {"in1": "Coulombs", "in2": "Millivolts", "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"}},
|
||||
@@ -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": "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": "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": "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},
|
||||
@@ -755,10 +755,10 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "angle", "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": "angle", "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": "angle", "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": "angle", "type": "3col", "teaser": "Scale abampere current into potential difference when resistance is known.", "labels": {"in1": "Abamperes", "in2": "Millivolts", "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"}},
|
||||
@@ -775,10 +775,10 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "angle", "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": "angle", "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": "angle", "type": "3col", "teaser": "Translate abvolt potentials into millihenries.", "labels": {"in1": "Abvolts", "in2": "Millihenries", "in3": "Result"}},
|
||||
{"slug": "abvolts-to-millivolts", "name": "Abvolts to Millivolts", "category": "angle", "type": "3col", "teaser": "Convert abvolts to millivolts for SI reporting.", "labels": {"in1": "Abvolts", "in2": "Millivolts", "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"}},
|
||||
@@ -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": "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-milliseconds", "name": "Weeks to milliseconds", "category": "time", "type": "standard", "teaser": "Express a week\u2019s span as milliseconds for timestamps (1 week = 604,800,000 ms).", "labels": {"in1": "Weeks", "in2": "milliseconds"}, "factor": 604800000.0},
|
||||
{"slug": "weeks-to-microseconds", "name": "Weeks to microseconds", "category": "time", "type": "standard", "teaser": "Convert weeks into microseconds when tagging high-resolution data (1 week = 604,800,000,000 \u00b5s).", "labels": {"in1": "Weeks", "in2": "microseconds"}, "factor": 604800000000.0},
|
||||
{"slug": "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},
|
||||
@@ -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": "angle", "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": "area", "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": "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": "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": "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},
|
||||
@@ -1115,9 +1115,9 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "angle", "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": "angle", "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": "angle", "type": "3col", "teaser": "Turn inductance into millivolt drops for known current swings.", "labels": {"in1": "Henries", "in2": "Millivolts", "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"}},
|
||||
@@ -1127,7 +1127,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "angle", "type": "standard", "teaser": "Translate millihenries into microhenries for fine tuning.", "labels": {"in1": "Millihenries", "in2": "Microhenries"}, "factor": 1000.0},
|
||||
{"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": "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},
|
||||
@@ -1273,10 +1273,10 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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": "angle", "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": "angle", "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": "angle", "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": "angle", "type": "3col", "teaser": "Translate capacitance into millivolt drops across a known charge.", "labels": {"in1": "Farads", "in2": "Millivolts", "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"}},
|
||||
@@ -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": "angle", "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": "electrical", "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": "angle", "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": "time", "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": "angle", "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": "radiation", "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,8 +1403,8 @@ 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": "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": "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": "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": "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},
|
||||
@@ -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": "angle", "type": "standard", "teaser": "Convert rems into millisieverts.", "labels": {"in1": "Rem", "in2": "Millisievert"}, "factor": 10.0},
|
||||
{"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-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},
|
||||
@@ -1642,6 +1642,412 @@ export const calculators: CalculatorDef[] = [
|
||||
{"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-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-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},
|
||||
{"slug": "amu-to-drams", "name": "Amu to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Drams"}, "factor": 9.371806696166428e-25},
|
||||
{"slug": "amu-to-earth-masses", "name": "Amu to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Earth Masses"}, "factor": 2.7804478527175914e-52},
|
||||
{"slug": "amu-to-femtograms", "name": "Amu to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Femtograms"}, "factor": 1.6605390665999998e-09},
|
||||
{"slug": "amu-to-gamma-mass", "name": "Amu to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Gamma (mass)"}, "factor": 1.6605390665999998e-18},
|
||||
{"slug": "amu-to-grains", "name": "Amu to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Grains"}, "factor": 2.5626033934830078e-23},
|
||||
{"slug": "amu-to-grams", "name": "Amu to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Grams"}, "factor": 1.6605390666e-24},
|
||||
{"slug": "amu-to-hundredweight", "name": "Amu to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Hundredweight"}, "factor": 3.6608619906900106e-29},
|
||||
{"slug": "amu-to-hundredweight-cwt", "name": "Amu to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Hundredweight (cwt)"}, "factor": 3.2686267774017954e-29},
|
||||
{"slug": "amu-to-kilograms", "name": "Amu to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Kilograms"}, "factor": 1.6605390666e-27},
|
||||
{"slug": "amu-to-long-tons", "name": "Amu to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Long Tons"}, "factor": 1.634313388700898e-30},
|
||||
{"slug": "amu-to-metric-tons", "name": "Amu to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Metric Tons"}, "factor": 1.6605390666e-30},
|
||||
{"slug": "amu-to-micrograms", "name": "Amu to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Micrograms"}, "factor": 1.6605390665999998e-18},
|
||||
{"slug": "amu-to-milligrams", "name": "Amu to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Milligrams"}, "factor": 1.6605390666e-21},
|
||||
{"slug": "amu-to-momme", "name": "Amu to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Momme"}, "factor": 4.4281041776e-25},
|
||||
{"slug": "amu-to-nanograms", "name": "Amu to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Nanograms"}, "factor": 1.6605390666e-15},
|
||||
{"slug": "amu-to-ounces", "name": "Amu to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Ounces"}, "factor": 5.857379185104017e-26},
|
||||
{"slug": "amu-to-pennyweights", "name": "Amu to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Pennyweights"}, "factor": 1.0677514139512532e-24},
|
||||
{"slug": "amu-to-picograms", "name": "Amu to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Picograms"}, "factor": 1.6605390665999998e-12},
|
||||
{"slug": "amu-to-planck-mass", "name": "Amu to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Planck Mass"}, "factor": 7.629632079814963e-20},
|
||||
{"slug": "amu-to-pounds", "name": "Amu to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Pounds"}, "factor": 3.660861990690011e-27},
|
||||
{"slug": "amu-to-quarters", "name": "Amu to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Quarters"}, "factor": 1.3074507109607182e-28},
|
||||
{"slug": "amu-to-scruples", "name": "Amu to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Scruples"}, "factor": 1.2813016967415039e-24},
|
||||
{"slug": "amu-to-short-tons", "name": "Amu to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Short Tons"}, "factor": 1.8304309953450054e-30},
|
||||
{"slug": "amu-to-slugs", "name": "Amu to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Slugs"}, "factor": 1.1378306909583982e-28},
|
||||
{"slug": "amu-to-solar-masses", "name": "Amu to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Solar Masses"}, "factor": 8.350837913571741e-58},
|
||||
{"slug": "amu-to-stones", "name": "Amu to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Stones"}, "factor": 2.6149014219214363e-28},
|
||||
{"slug": "amu-to-tolas", "name": "Amu to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Tolas"}, "factor": 1.423668551935004e-25},
|
||||
{"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": "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},
|
||||
{"slug": "angstroms-to-feet", "name": "Angstroms to Feet", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Feet"}, "factor": 3.280839895013123e-10},
|
||||
{"slug": "angstroms-to-fermi", "name": "Angstroms to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Fermi"}, "factor": 100000.0},
|
||||
{"slug": "angstroms-to-furlongs", "name": "Angstroms to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Furlongs"}, "factor": 4.970969537898671e-13},
|
||||
{"slug": "angstroms-to-hands", "name": "Angstroms to Hands", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Hands"}, "factor": 9.84251968503937e-10},
|
||||
{"slug": "angstroms-to-inches", "name": "Angstroms to Inches", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Inches"}, "factor": 3.937007874015748e-09},
|
||||
{"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-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},
|
||||
{"slug": "angstroms-to-parsecs", "name": "Angstroms to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Parsecs"}, "factor": 3.240779289960431e-27},
|
||||
{"slug": "angstroms-to-rods", "name": "Angstroms to Rods", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Rods"}, "factor": 1.9883878151594686e-11},
|
||||
{"slug": "angstroms-to-smoots", "name": "Angstroms to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Smoots"}, "factor": 5.876131155247385e-11},
|
||||
{"slug": "angstroms-to-thou", "name": "Angstroms to Thou", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Thou"}, "factor": 3.937007874015748e-06},
|
||||
{"slug": "angstroms-to-thou-mil", "name": "Angstroms to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Thou (mil)"}, "factor": 3.937007874015748e-06},
|
||||
{"slug": "angstroms-to-yards", "name": "Angstroms to Yards", "category": "length", "type": "standard", "labels": {"in1": "Angstroms", "in2": "Yards"}, "factor": 1.0936132983377078e-10},
|
||||
{"slug": "apothecary-ounces-to-amu", "name": "Apothecary Ounces to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Amu"}, "factor": 1.8730951547972453e+25},
|
||||
{"slug": "apothecary-ounces-to-atomic-mass-units", "name": "Apothecary Ounces to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Atomic Mass Units"}, "factor": 1.8730951547972453e+25},
|
||||
{"slug": "apothecary-ounces-to-attograms", "name": "Apothecary Ounces to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Attograms"}, "factor": 3.1103476800000004e+19},
|
||||
{"slug": "apothecary-ounces-to-carats", "name": "Apothecary Ounces to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Carats"}, "factor": 155.517384},
|
||||
{"slug": "apothecary-ounces-to-centigrams", "name": "Apothecary Ounces to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Centigrams"}, "factor": 3110.34768},
|
||||
{"slug": "apothecary-ounces-to-cloves", "name": "Apothecary Ounces to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Cloves"}, "factor": 0.008571428571428572},
|
||||
{"slug": "apothecary-ounces-to-daltons", "name": "Apothecary Ounces to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Daltons"}, "factor": 1.8730951547972453e+25},
|
||||
{"slug": "apothecary-ounces-to-drams", "name": "Apothecary Ounces to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Drams"}, "factor": 17.554285714285715},
|
||||
{"slug": "apothecary-ounces-to-earth-masses", "name": "Apothecary Ounces to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Earth Masses"}, "factor": 5.2080434010917254e-27},
|
||||
{"slug": "apothecary-ounces-to-femtograms", "name": "Apothecary Ounces to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Femtograms"}, "factor": 3.11034768e+16},
|
||||
{"slug": "apothecary-ounces-to-gamma-mass", "name": "Apothecary Ounces to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Gamma (mass)"}, "factor": 31103476.8},
|
||||
{"slug": "apothecary-ounces-to-grains", "name": "Apothecary Ounces to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Grains"}, "factor": 480.00000000000006},
|
||||
{"slug": "apothecary-ounces-to-hundredweight", "name": "Apothecary Ounces to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Hundredweight"}, "factor": 0.0006857142857142857},
|
||||
{"slug": "apothecary-ounces-to-hundredweight-cwt", "name": "Apothecary Ounces to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Hundredweight (cwt)"}, "factor": 0.0006122448979591836},
|
||||
{"slug": "apothecary-ounces-to-kilograms", "name": "Apothecary Ounces to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Kilograms"}, "factor": 0.0311034768},
|
||||
{"slug": "apothecary-ounces-to-long-tons", "name": "Apothecary Ounces to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Long Tons"}, "factor": 3.061224489795919e-05},
|
||||
{"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},
|
||||
{"slug": "apothecary-ounces-to-pennyweights", "name": "Apothecary Ounces to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Pennyweights"}, "factor": 20.0},
|
||||
{"slug": "apothecary-ounces-to-picograms", "name": "Apothecary Ounces to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Picograms"}, "factor": 31103476800000.0},
|
||||
{"slug": "apothecary-ounces-to-planck-mass", "name": "Apothecary Ounces to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Planck Mass"}, "factor": 1429102.6881587037},
|
||||
{"slug": "apothecary-ounces-to-pounds", "name": "Apothecary Ounces to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Pounds"}, "factor": 0.06857142857142857},
|
||||
{"slug": "apothecary-ounces-to-quarters", "name": "Apothecary Ounces to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Quarters"}, "factor": 0.0024489795918367346},
|
||||
{"slug": "apothecary-ounces-to-scruples", "name": "Apothecary Ounces to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Scruples"}, "factor": 24.0},
|
||||
{"slug": "apothecary-ounces-to-short-tons", "name": "Apothecary Ounces to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Short Tons"}, "factor": 3.4285714285714284e-05},
|
||||
{"slug": "apothecary-ounces-to-slugs", "name": "Apothecary Ounces to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Slugs"}, "factor": 0.002131265154213778},
|
||||
{"slug": "apothecary-ounces-to-solar-masses", "name": "Apothecary Ounces to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Solar Masses"}, "factor": 1.5641914034408366e-32},
|
||||
{"slug": "apothecary-ounces-to-stones", "name": "Apothecary Ounces to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Stones"}, "factor": 0.004897959183673469},
|
||||
{"slug": "apothecary-ounces-to-tolas", "name": "Apothecary Ounces to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Tolas"}, "factor": 2.6666666666666665},
|
||||
{"slug": "apothecary-ounces-to-tons", "name": "Apothecary Ounces to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Tons"}, "factor": 3.11034768e-05},
|
||||
{"slug": "apothecary-ounces-to-troy-ounces", "name": "Apothecary Ounces to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Troy Ounces"}, "factor": 1.0},
|
||||
{"slug": "apothecary-ounces-to-yoctograms", "name": "Apothecary Ounces to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Yoctograms"}, "factor": 3.11034768e+25},
|
||||
{"slug": "apothecary-ounces-to-zeptograms", "name": "Apothecary Ounces to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Apothecary Ounces", "in2": "Zeptograms"}, "factor": 3.1103476800000004e+22},
|
||||
{"slug": "ares-to-barns", "name": "Ares to Barns", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Barns"}, "factor": 1e+30},
|
||||
{"slug": "ares-to-circular-mils", "name": "Ares to Circular Mils", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Circular Mils"}, "factor": 197352524138.99847},
|
||||
{"slug": "ares-to-dunams", "name": "Ares to Dunams", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Dunams"}, "factor": 0.1},
|
||||
{"slug": "ares-to-roods", "name": "Ares to Roods", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Roods"}, "factor": 0.09884215258686613},
|
||||
{"slug": "ares-to-sections", "name": "Ares to Sections", "category": "area", "type": "standard", "labels": {"in1": "Ares", "in2": "Sections"}, "factor": 3.8610215854244585e-05},
|
||||
{"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-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": "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},
|
||||
{"slug": "astronomical-units-to-chains", "name": "Astronomical Units to Chains", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Chains"}, "factor": 7436464581.842042},
|
||||
{"slug": "astronomical-units-to-cubits", "name": "Astronomical Units to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Cubits"}, "factor": 327204441601.04987},
|
||||
{"slug": "astronomical-units-to-fathoms", "name": "Astronomical Units to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Fathoms"}, "factor": 81801110400.26247},
|
||||
{"slug": "astronomical-units-to-feet", "name": "Astronomical Units to Feet", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Feet"}, "factor": 490806662401.57477},
|
||||
{"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},
|
||||
{"slug": "astronomical-units-to-micrometers", "name": "Astronomical Units to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Micrometers"}, "factor": 1.495978707e+17},
|
||||
{"slug": "astronomical-units-to-microns", "name": "Astronomical Units to Microns", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Microns"}, "factor": 1.495978707e+17},
|
||||
{"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-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},
|
||||
{"slug": "astronomical-units-to-thou", "name": "Astronomical Units to Thou", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Thou"}, "factor": 5889679948818897.0},
|
||||
{"slug": "astronomical-units-to-thou-mil", "name": "Astronomical Units to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Thou (mil)"}, "factor": 5889679948818897.0},
|
||||
{"slug": "astronomical-units-to-yards", "name": "Astronomical Units to Yards", "category": "length", "type": "standard", "labels": {"in1": "Astronomical Units", "in2": "Yards"}, "factor": 163602220800.52493},
|
||||
{"slug": "atmosphere-to-cmhg", "name": "Atmosphere to Cmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Cmhg"}, "factor": 76.0},
|
||||
{"slug": "atmosphere-to-dynes-per-sq-cm", "name": "Atmosphere to Dynes Per Sq Cm", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Dynes Per Sq Cm"}, "factor": 1013250.0},
|
||||
{"slug": "atmosphere-to-feet-of-seawater", "name": "Atmosphere to Feet Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Feet Of Seawater"}, "factor": 33.0263497949323},
|
||||
{"slug": "atmosphere-to-hectopascals", "name": "Atmosphere to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Hectopascals"}, "factor": 1013.25},
|
||||
{"slug": "atmosphere-to-inches-of-mercury", "name": "Atmosphere to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Inches Of Mercury"}, "factor": 29.92},
|
||||
{"slug": "atmosphere-to-inches-of-water", "name": "Atmosphere to Inches Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Inches Of Water"}, "factor": 407.18790175998583},
|
||||
{"slug": "atmosphere-to-kilopascals", "name": "Atmosphere to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Kilopascals"}, "factor": 101.325},
|
||||
{"slug": "atmosphere-to-megapascals", "name": "Atmosphere to Megapascals", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Megapascals"}, "factor": 0.101325},
|
||||
{"slug": "atmosphere-to-meters-of-seawater", "name": "Atmosphere to Meters Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Meters Of Seawater"}, "factor": 10.06643109536957},
|
||||
{"slug": "atmosphere-to-millibars", "name": "Atmosphere to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Millibars"}, "factor": 1013.25},
|
||||
{"slug": "atmosphere-to-millimeters-of-mercury", "name": "Atmosphere to Millimeters Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Millimeters Of Mercury"}, "factor": 760.0},
|
||||
{"slug": "atmosphere-to-pascal", "name": "Atmosphere to Pascal", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Pascal"}, "factor": 101325.0},
|
||||
{"slug": "atmosphere-to-pascals", "name": "Atmosphere to Pascals", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Pascals"}, "factor": 101325.0},
|
||||
{"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-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},
|
||||
{"slug": "atomic-mass-units-to-daltons", "name": "Atomic Mass Units to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Daltons"}, "factor": 1.0},
|
||||
{"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},
|
||||
{"slug": "atomic-mass-units-to-hundredweight", "name": "Atomic Mass Units to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Hundredweight"}, "factor": 3.6608619906900106e-29},
|
||||
{"slug": "atomic-mass-units-to-hundredweight-cwt", "name": "Atomic Mass Units to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Hundredweight (cwt)"}, "factor": 3.2686267774017954e-29},
|
||||
{"slug": "atomic-mass-units-to-long-tons", "name": "Atomic Mass Units to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Long Tons"}, "factor": 1.634313388700898e-30},
|
||||
{"slug": "atomic-mass-units-to-metric-tons", "name": "Atomic Mass Units to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Metric Tons"}, "factor": 1.6605390666e-30},
|
||||
{"slug": "atomic-mass-units-to-micrograms", "name": "Atomic Mass Units to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Micrograms"}, "factor": 1.6605390665999998e-18},
|
||||
{"slug": "atomic-mass-units-to-milligrams", "name": "Atomic Mass Units to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Milligrams"}, "factor": 1.6605390666e-21},
|
||||
{"slug": "atomic-mass-units-to-momme", "name": "Atomic Mass Units to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Momme"}, "factor": 4.4281041776e-25},
|
||||
{"slug": "atomic-mass-units-to-nanograms", "name": "Atomic Mass Units to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Nanograms"}, "factor": 1.6605390666e-15},
|
||||
{"slug": "atomic-mass-units-to-ounces", "name": "Atomic Mass Units to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Ounces"}, "factor": 5.857379185104017e-26},
|
||||
{"slug": "atomic-mass-units-to-pennyweights", "name": "Atomic Mass Units to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Pennyweights"}, "factor": 1.0677514139512532e-24},
|
||||
{"slug": "atomic-mass-units-to-picograms", "name": "Atomic Mass Units to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Picograms"}, "factor": 1.6605390665999998e-12},
|
||||
{"slug": "atomic-mass-units-to-planck-mass", "name": "Atomic Mass Units to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Planck Mass"}, "factor": 7.629632079814963e-20},
|
||||
{"slug": "atomic-mass-units-to-pounds", "name": "Atomic Mass Units to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Pounds"}, "factor": 3.660861990690011e-27},
|
||||
{"slug": "atomic-mass-units-to-quarters", "name": "Atomic Mass Units to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Quarters"}, "factor": 1.3074507109607182e-28},
|
||||
{"slug": "atomic-mass-units-to-scruples", "name": "Atomic Mass Units to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Scruples"}, "factor": 1.2813016967415039e-24},
|
||||
{"slug": "atomic-mass-units-to-short-tons", "name": "Atomic Mass Units to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Short Tons"}, "factor": 1.8304309953450054e-30},
|
||||
{"slug": "atomic-mass-units-to-slugs", "name": "Atomic Mass Units to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Slugs"}, "factor": 1.1378306909583982e-28},
|
||||
{"slug": "atomic-mass-units-to-solar-masses", "name": "Atomic Mass Units to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Solar Masses"}, "factor": 8.350837913571741e-58},
|
||||
{"slug": "atomic-mass-units-to-stones", "name": "Atomic Mass Units to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Stones"}, "factor": 2.6149014219214363e-28},
|
||||
{"slug": "atomic-mass-units-to-tolas", "name": "Atomic Mass Units to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Tolas"}, "factor": 1.423668551935004e-25},
|
||||
{"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-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},
|
||||
{"slug": "atomic-time-units-to-fortnights", "name": "Atomic Time Units to Fortnights", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Fortnights"}, "factor": 1.9997390266085484e-23},
|
||||
{"slug": "atomic-time-units-to-hours", "name": "Atomic Time Units to Hours", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Hours"}, "factor": 6.719123129404722e-21},
|
||||
{"slug": "atomic-time-units-to-jiffies", "name": "Atomic Time Units to Jiffies", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Jiffies"}, "factor": 2.4188843265857e-15},
|
||||
{"slug": "atomic-time-units-to-julian-years", "name": "Atomic Time Units to Julian Years", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Julian Years"}, "factor": 7.664981895282595e-25},
|
||||
{"slug": "atomic-time-units-to-microseconds", "name": "Atomic Time Units to Microseconds", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Microseconds"}, "factor": 2.4188843265857003e-11},
|
||||
{"slug": "atomic-time-units-to-milliseconds", "name": "Atomic Time Units to Milliseconds", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Milliseconds"}, "factor": 2.4188843265857e-14},
|
||||
{"slug": "atomic-time-units-to-minutes", "name": "Atomic Time Units to Minutes", "category": "time", "type": "standard", "labels": {"in1": "Atomic Time Units", "in2": "Minutes"}, "factor": 4.0314738776428336e-19},
|
||||
{"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-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},
|
||||
{"slug": "attograms-to-cloves", "name": "Attograms to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Cloves"}, "factor": 2.7557782773109695e-22},
|
||||
{"slug": "attograms-to-daltons", "name": "Attograms to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Daltons"}, "factor": 602214.0762081122},
|
||||
{"slug": "attograms-to-drams", "name": "Attograms to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Drams"}, "factor": 5.643833911932866e-19},
|
||||
{"slug": "attograms-to-earth-masses", "name": "Attograms to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Earth Masses"}, "factor": 1.6744248350691535e-46},
|
||||
{"slug": "attograms-to-gamma-mass", "name": "Attograms to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Gamma (mass)"}, "factor": 9.999999999999998e-13},
|
||||
{"slug": "attograms-to-grains", "name": "Attograms to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Grains"}, "factor": 1.5432358352941432e-17},
|
||||
{"slug": "attograms-to-grams", "name": "Attograms to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Grams"}, "factor": 9.999999999999999e-19},
|
||||
{"slug": "attograms-to-hundredweight", "name": "Attograms to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Hundredweight"}, "factor": 2.2046226218487755e-23},
|
||||
{"slug": "attograms-to-hundredweight-cwt", "name": "Attograms to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Hundredweight (cwt)"}, "factor": 1.968413055222121e-23},
|
||||
{"slug": "attograms-to-kilograms", "name": "Attograms to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Kilograms"}, "factor": 1e-21},
|
||||
{"slug": "attograms-to-long-tons", "name": "Attograms to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Long Tons"}, "factor": 9.842065276110606e-25},
|
||||
{"slug": "attograms-to-metric-tons", "name": "Attograms to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Metric Tons"}, "factor": 1e-24},
|
||||
{"slug": "attograms-to-micrograms", "name": "Attograms to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Micrograms"}, "factor": 9.999999999999998e-13},
|
||||
{"slug": "attograms-to-milligrams", "name": "Attograms to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Milligrams"}, "factor": 9.999999999999999e-16},
|
||||
{"slug": "attograms-to-momme", "name": "Attograms to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Momme"}, "factor": 2.6666666666666664e-19},
|
||||
{"slug": "attograms-to-nanograms", "name": "Attograms to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Nanograms"}, "factor": 9.999999999999999e-10},
|
||||
{"slug": "attograms-to-ounces", "name": "Attograms to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Ounces"}, "factor": 3.527396194958041e-20},
|
||||
{"slug": "attograms-to-pennyweights", "name": "Attograms to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Pennyweights"}, "factor": 6.430149313725595e-19},
|
||||
{"slug": "attograms-to-picograms", "name": "Attograms to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Picograms"}, "factor": 9.999999999999997e-07},
|
||||
{"slug": "attograms-to-planck-mass", "name": "Attograms to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Planck Mass"}, "factor": 4.5946718347535455e-14},
|
||||
{"slug": "attograms-to-pounds", "name": "Attograms to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Pounds"}, "factor": 2.2046226218487756e-21},
|
||||
{"slug": "attograms-to-quarters", "name": "Attograms to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Quarters"}, "factor": 7.873652220888484e-23},
|
||||
{"slug": "attograms-to-scruples", "name": "Attograms to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Scruples"}, "factor": 7.716179176470715e-19},
|
||||
{"slug": "attograms-to-short-tons", "name": "Attograms to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Short Tons"}, "factor": 1.1023113109243877e-24},
|
||||
{"slug": "attograms-to-slugs", "name": "Attograms to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Slugs"}, "factor": 6.852176584367499e-23},
|
||||
{"slug": "attograms-to-solar-masses", "name": "Attograms to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Solar Masses"}, "factor": 5.0289921396852856e-52},
|
||||
{"slug": "attograms-to-stones", "name": "Attograms to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Stones"}, "factor": 1.5747304441776968e-22},
|
||||
{"slug": "attograms-to-tolas", "name": "Attograms to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Tolas"}, "factor": 8.573532418300793e-20},
|
||||
{"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": "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},
|
||||
{"slug": "banana-equivalent-dose-to-curie", "name": "Banana Equivalent Dose to Curie", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Curie"}, "factor": 4.054054054054054e-10},
|
||||
{"slug": "banana-equivalent-dose-to-disintegrations-per-second", "name": "Banana Equivalent Dose to Disintegrations Per Second", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Disintegrations Per Second"}, "factor": 15.0},
|
||||
{"slug": "banana-equivalent-dose-to-gray", "name": "Banana Equivalent Dose to Gray", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Gray"}, "factor": 1e-07},
|
||||
{"slug": "banana-equivalent-dose-to-millirem", "name": "Banana Equivalent Dose to Millirem", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Millirem"}, "factor": 0.009999999999999998},
|
||||
{"slug": "banana-equivalent-dose-to-millisievert", "name": "Banana Equivalent Dose to Millisievert", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Millisievert"}, "factor": 9.999999999999999e-05},
|
||||
{"slug": "banana-equivalent-dose-to-picocurie", "name": "Banana Equivalent Dose to Picocurie", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Picocurie"}, "factor": 405.4054054054054},
|
||||
{"slug": "banana-equivalent-dose-to-rad", "name": "Banana Equivalent Dose to Rad", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Rad"}, "factor": 9.999999999999999e-06},
|
||||
{"slug": "banana-equivalent-dose-to-rem", "name": "Banana Equivalent Dose to Rem", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Rem"}, "factor": 9.999999999999999e-06},
|
||||
{"slug": "banana-equivalent-dose-to-roentgen", "name": "Banana Equivalent Dose to Roentgen", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Roentgen"}, "factor": 1.14e-05},
|
||||
{"slug": "banana-equivalent-dose-to-rutherford", "name": "Banana Equivalent Dose to Rutherford", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Rutherford"}, "factor": 1.5e-05},
|
||||
{"slug": "banana-equivalent-dose-to-sievert", "name": "Banana Equivalent Dose to Sievert", "category": "radiation", "type": "standard", "labels": {"in1": "Banana Equivalent Dose", "in2": "Sievert"}, "factor": 1e-07},
|
||||
{"slug": "bar-to-barye", "name": "Bar to Barye", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Barye"}, "factor": 1000000.0},
|
||||
{"slug": "bar-to-cmhg", "name": "Bar to Cmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Cmhg"}, "factor": 75.00637554192106},
|
||||
{"slug": "bar-to-dynes-per-sq-cm", "name": "Bar to Dynes Per Sq Cm", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Dynes Per Sq Cm"}, "factor": 1000000.0},
|
||||
{"slug": "bar-to-feet-of-seawater", "name": "Bar to Feet Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Bar", "in2": "Feet Of Seawater"}, "factor": 32.5945812686106},
|
||||
{"slug": "bar-to-feet-of-water", "name": "Bar to Feet Of Water", "category": "length", "type": "standard", "labels": {"in1": "Bar", "in2": "Feet Of Water"}, "factor": 33.49601339491917},
|
||||
{"slug": "bar-to-hectopascals", "name": "Bar to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Hectopascals"}, "factor": 1000.0},
|
||||
{"slug": "bar-to-inches-of-mercury", "name": "Bar to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Inches Of Mercury"}, "factor": 29.529980164712324},
|
||||
{"slug": "bar-to-kilopascals", "name": "Bar to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Kilopascals"}, "factor": 100.0},
|
||||
{"slug": "bar-to-millibars", "name": "Bar to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Millibars"}, "factor": 1000.0},
|
||||
{"slug": "bar-to-millimeters-of-mercury", "name": "Bar to Millimeters Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Millimeters Of Mercury"}, "factor": 750.0637554192106},
|
||||
{"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-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": "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},
|
||||
{"slug": "barrel-us-oil-to-cubic-centimeters", "name": "Barrel (us Oil) to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Cubic Centimeters"}, "factor": 158987.29492800002},
|
||||
{"slug": "barrel-us-oil-to-cubic-feet", "name": "Barrel (us Oil) to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Cubic Feet"}, "factor": 5.614583333333334},
|
||||
{"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},
|
||||
{"slug": "barrel-us-oil-to-hogshead", "name": "Barrel (us Oil) to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Hogshead"}, "factor": 0.6666666657162065},
|
||||
{"slug": "barrel-us-oil-to-imperial-fl-oz", "name": "Barrel (us Oil) to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Imperial Fl Oz"}, "factor": 5595.570520706805},
|
||||
{"slug": "barrel-us-oil-to-imperial-gallons", "name": "Barrel (us Oil) to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Imperial Gallons"}, "factor": 34.97231575441754},
|
||||
{"slug": "barrel-us-oil-to-imperial-pints", "name": "Barrel (us Oil) to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Imperial Pints"}, "factor": 279.7785260353403},
|
||||
{"slug": "barrel-us-oil-to-jiggers", "name": "Barrel (us Oil) to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Jiggers"}, "factor": 3584.0000000000005},
|
||||
{"slug": "barrel-us-oil-to-milliliters", "name": "Barrel (us Oil) to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Milliliters"}, "factor": 158987.29492800002},
|
||||
{"slug": "barrel-us-oil-to-minims", "name": "Barrel (us Oil) to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Minims"}, "factor": 2580480.0},
|
||||
{"slug": "barrel-us-oil-to-pecks", "name": "Barrel (us Oil) to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Pecks"}, "factor": 18.046707154881375},
|
||||
{"slug": "barrel-us-oil-to-pints", "name": "Barrel (us Oil) to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Pints"}, "factor": 336.0},
|
||||
{"slug": "barrel-us-oil-to-quarts", "name": "Barrel (us Oil) to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Quarts"}, "factor": 168.0},
|
||||
{"slug": "barrel-us-oil-to-tablespoons", "name": "Barrel (us Oil) to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Tablespoons"}, "factor": 10752.0},
|
||||
{"slug": "barrel-us-oil-to-teaspoons", "name": "Barrel (us Oil) to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Barrel (us Oil)", "in2": "Teaspoons"}, "factor": 32256.000000000004},
|
||||
{"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-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-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},
|
||||
{"slug": "barye-to-inches-of-mercury", "name": "Barye to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Inches Of Mercury"}, "factor": 2.9529980164712325e-05},
|
||||
{"slug": "barye-to-inches-of-water", "name": "Barye to Inches Of Water", "category": "length", "type": "standard", "labels": {"in1": "Barye", "in2": "Inches Of Water"}, "factor": 0.0004018645481359964},
|
||||
{"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},
|
||||
{"slug": "barye-to-mmhg", "name": "Barye to Mmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Mmhg"}, "factor": 0.0007500637554192106},
|
||||
{"slug": "barye-to-psi", "name": "Barye to Psi", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Psi"}, "factor": 1.450377377968587e-05},
|
||||
{"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-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},
|
||||
{"slug": "becquerel-to-microsievert", "name": "Becquerel to Microsievert", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Microsievert"}, "factor": 0.006666666666666666},
|
||||
{"slug": "becquerel-to-millirem", "name": "Becquerel to Millirem", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Millirem"}, "factor": 0.0006666666666666666},
|
||||
{"slug": "becquerel-to-millisievert", "name": "Becquerel to Millisievert", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Millisievert"}, "factor": 6.666666666666666e-06},
|
||||
{"slug": "becquerel-to-rad", "name": "Becquerel to Rad", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Rad"}, "factor": 6.666666666666666e-07},
|
||||
{"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": "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},
|
||||
{"slug": "brinell-to-vickers", "name": "Brinell to Vickers", "category": "other", "type": "standard", "labels": {"in1": "Brinell", "in2": "Vickers"}, "factor": 0.95},
|
||||
{"slug": "btu-to-electron-volts", "name": "Btu to Electron-volts", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Electron-volts"}, "factor": 6.585140661837914e+21},
|
||||
{"slug": "btu-to-ergs", "name": "Btu to Ergs", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Ergs"}, "factor": 10550558500.0},
|
||||
{"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},
|
||||
{"slug": "btu-hour-to-btu-min", "name": "btu/hour to btu/min", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "btu/min"}, "factor": 0.016666666666666666},
|
||||
{"slug": "btu-hour-to-calories-per-second", "name": "btu/hour to Calories Per Second", "category": "power", "type": "standard", "labels": {"in1": "btu/hour", "in2": "Calories Per Second"}, "factor": 0.07004566669322286},
|
||||
{"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-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},
|
||||
{"slug": "btu-min-to-mechanical-hp", "name": "btu/min to Mechanical Hp", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Mechanical Hp"}, "factor": 0.02358088652812667},
|
||||
{"slug": "btu-min-to-megawatts", "name": "btu/min to Megawatts", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Megawatts"}, "factor": 1.7584264166666667e-05},
|
||||
{"slug": "btu-min-to-tons-of-refrigeration", "name": "btu/min to Tons Of Refrigeration", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Tons Of Refrigeration"}, "factor": 0.005},
|
||||
{"slug": "btu-min-to-watts", "name": "btu/min to Watts", "category": "power", "type": "standard", "labels": {"in1": "btu/min", "in2": "Watts"}, "factor": 17.584264166666667},
|
||||
{"slug": "bushels-to-acre-feet", "name": "Bushels to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Acre-feet"}, "factor": 2.856877912117811e-05},
|
||||
{"slug": "bushels-to-barrel-us-oil", "name": "Bushels to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Barrel (us Oil)"}, "factor": 0.22164708307565448},
|
||||
{"slug": "bushels-to-centiliters", "name": "Bushels to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Centiliters"}, "factor": 3523.9070166879997},
|
||||
{"slug": "bushels-to-cubic-centimeters", "name": "Bushels to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Cubic Centimeters"}, "factor": 35239.07016688},
|
||||
{"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-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},
|
||||
{"slug": "bushels-to-hogshead", "name": "Bushels to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Hogshead"}, "factor": 0.1477647218397696},
|
||||
{"slug": "bushels-to-imperial-fl-oz", "name": "Bushels to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Fl Oz"}, "factor": 1240.2418840587845},
|
||||
{"slug": "bushels-to-imperial-gallons", "name": "Bushels to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Gallons"}, "factor": 7.751511775367404},
|
||||
{"slug": "bushels-to-imperial-pints", "name": "Bushels to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Imperial Pints"}, "factor": 62.01209420293923},
|
||||
{"slug": "bushels-to-jiggers", "name": "Bushels to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Jiggers"}, "factor": 794.3831457431457},
|
||||
{"slug": "bushels-to-milliliters", "name": "Bushels to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Milliliters"}, "factor": 35239.07016688},
|
||||
{"slug": "bushels-to-minims", "name": "Bushels to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Minims"}, "factor": 571955.8649350649},
|
||||
{"slug": "bushels-to-pecks", "name": "Bushels to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Bushels", "in2": "Pecks"}, "factor": 4.0},
|
||||
{"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},
|
||||
|
||||
];
|
||||
|
||||
const slugIndex = new Map(calculators.map(c => [c.slug, c]));
|
||||
|
||||
@@ -129,26 +129,47 @@ export function solve(
|
||||
}
|
||||
break;
|
||||
|
||||
case 'dec-frac':
|
||||
if (source === 1) {
|
||||
if (!isNaN(v1)) {
|
||||
const parts = v1.toString().split('.');
|
||||
const len = parts[1] ? parts[1].length : 0;
|
||||
const den = Math.pow(10, len);
|
||||
const num = v1 * den;
|
||||
const div = gcd(num, den);
|
||||
out.val2 = `${num / div}/${den / div}`;
|
||||
} else { out.val2 = ''; }
|
||||
} else {
|
||||
const parts = rawVal2.split('/');
|
||||
case 'dec-frac': {
|
||||
// Two calculators share this type:
|
||||
// - decimal -> fraction
|
||||
// - fraction -> decimal
|
||||
// Detect which direction the left field represents via its label.
|
||||
const fractionFirst = calc.labels.in1.toLowerCase().includes('fraction');
|
||||
|
||||
const decimalToFraction = (n: number) => {
|
||||
if (isNaN(n)) return '';
|
||||
const parts = n.toString().split('.');
|
||||
const len = parts[1] ? parts[1].length : 0;
|
||||
const den = Math.pow(10, len);
|
||||
const num = n * den;
|
||||
const div = gcd(num, den);
|
||||
return `${num / div}/${den / div}`;
|
||||
};
|
||||
|
||||
const fractionToDecimal = (raw: string) => {
|
||||
const parts = raw.split('/');
|
||||
if (parts.length === 2 && !isNaN(Number(parts[0])) && !isNaN(Number(parts[1])) && Number(parts[1]) !== 0) {
|
||||
out.val1 = fmt(Number(parts[0]) / Number(parts[1]));
|
||||
return fmt(Number(parts[0]) / Number(parts[1]));
|
||||
}
|
||||
const f = parseFloat(parts[0]);
|
||||
return !isNaN(f) ? f.toString() : '';
|
||||
};
|
||||
|
||||
if (fractionFirst) {
|
||||
if (source === 1) {
|
||||
out.val2 = fractionToDecimal(rawVal1);
|
||||
} else {
|
||||
const f = parseFloat(parts[0]);
|
||||
out.val1 = !isNaN(f) ? f.toString() : '';
|
||||
out.val1 = decimalToFraction(v2);
|
||||
}
|
||||
} else {
|
||||
if (source === 1) {
|
||||
out.val2 = decimalToFraction(v1);
|
||||
} else {
|
||||
out.val1 = fractionToDecimal(rawVal2);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case 'db-int':
|
||||
if (source === 1) {
|
||||
@@ -232,6 +253,49 @@ export function solve(
|
||||
break;
|
||||
}
|
||||
|
||||
case 'awg-swg': {
|
||||
const log92 = Math.log(92);
|
||||
const awgToDiameterMm = (g: number) => 0.127 * Math.pow(92, (36 - g) / 39);
|
||||
const diameterMmToAwg = (d: number) => 36 - 39 * Math.log(d / 0.127) / log92;
|
||||
const swgTable: Record<number, number> = {
|
||||
0: 8.23, 1: 7.62, 2: 7.01, 3: 6.4, 4: 5.89, 5: 5.385, 6: 4.877,
|
||||
7: 4.47, 8: 4.064, 9: 3.658, 10: 3.251, 11: 2.946, 12: 2.642, 13: 2.337,
|
||||
14: 2.032, 15: 1.829, 16: 1.626, 17: 1.422, 18: 1.219, 19: 1.016,
|
||||
20: 0.914, 21: 0.813, 22: 0.711, 23: 0.61, 24: 0.559, 25: 0.508,
|
||||
26: 0.457, 27: 0.417, 28: 0.376, 29: 0.345, 30: 0.315, 31: 0.294,
|
||||
32: 0.274, 33: 0.254, 34: 0.234, 35: 0.213, 36: 0.193,
|
||||
37: 0.173, 38: 0.152, 39: 0.132, 40: 0.122, 41: 0.112, 42: 0.102,
|
||||
43: 0.091, 44: 0.081, 45: 0.071, 46: 0.061, 47: 0.051, 48: 0.04,
|
||||
49: 0.03, 50: 0.025
|
||||
};
|
||||
|
||||
const nearestSwg = (diamMm: number) => {
|
||||
let bestGauge = 0;
|
||||
let bestDiff = Number.POSITIVE_INFINITY;
|
||||
for (const [gStr, d] of Object.entries(swgTable)) {
|
||||
const diff = Math.abs(diamMm - d);
|
||||
if (diff < bestDiff) { bestDiff = diff; bestGauge = Number(gStr); }
|
||||
}
|
||||
return bestGauge;
|
||||
};
|
||||
|
||||
if (source === 1) {
|
||||
// AWG -> SWG
|
||||
if (!isNaN(v1)) {
|
||||
const diam = awgToDiameterMm(v1);
|
||||
out.val2 = fmt(nearestSwg(diam));
|
||||
} else { out.val2 = ''; }
|
||||
} else {
|
||||
// SWG -> AWG
|
||||
if (!isNaN(v2)) {
|
||||
const diam = swgTable[Math.round(v2)];
|
||||
if (diam) out.val1 = fmt(diameterMmToAwg(diam));
|
||||
else out.val1 = '';
|
||||
} else { out.val1 = ''; }
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case 'ev-lux': {
|
||||
const isEvFirst = calc.labels.in1.toLowerCase().includes('ev');
|
||||
const toLux = (ev: number) => 2.5 * Math.pow(2, ev);
|
||||
|
||||
Reference in New Issue
Block a user