Compare commits
14 Commits
ca164dd259
...
328b0ece6a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
328b0ece6a | ||
|
|
cf74f06de0 | ||
|
|
5befd30eb8 | ||
|
|
cbd4871780 | ||
|
|
cc91d89b8c | ||
|
|
5f5441c52c | ||
|
|
01964bf1f7 | ||
|
|
8cab02a627 | ||
|
|
c470d41ce3 | ||
|
|
53606f9373 | ||
|
|
1656bfb617 | ||
|
|
cc8c3a7579 | ||
|
|
251e33e8ac | ||
|
|
986b67226f |
1153
calculators_list.md
1153
calculators_list.md
File diff suppressed because it is too large
Load Diff
@@ -640,10 +640,12 @@ a:focus-visible {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||||
|
grid-auto-rows: minmax(132px, auto);
|
||||||
gap: clamp(0.75rem, 1.3vw, 1.25rem);
|
gap: clamp(0.75rem, 1.3vw, 1.25rem);
|
||||||
}
|
}
|
||||||
.category-grid .category-card {
|
.category-grid .category-card {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
|
|||||||
@@ -14,7 +14,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
gap: 0.6rem;
|
gap: 0.6rem;
|
||||||
|
min-height: 132px;
|
||||||
padding: 1.5rem 1rem;
|
padding: 1.5rem 1rem;
|
||||||
background: var(--card-bg);
|
background: var(--card-bg);
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// THIS FILE IS AUTO-GENERATED BY migrate.py
|
// 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' | 'cmil-dia' | 'cmil-swg';
|
export type CalcType = 'standard' | 'inverse' | '3col' | '3col-mul' | 'base' | 'text-bin' | 'bin-text' | 'dms-dd' | 'dd-dms' | 'dec-frac' | 'db-int' | 'db-spl' | 'db-v' | 'db-w' | 'awg' | 'brinell-rockwell' | 'ev-lux' | 'aov' | 'swg' | 'rockwell-vickers' | 'sus-cst' | 'molarity';
|
||||||
|
|
||||||
export interface CalculatorDef {
|
export interface CalculatorDef {
|
||||||
slug: string;
|
slug: string;
|
||||||
@@ -22,7 +22,7 @@ export const categories: Record<string, { label: string; icon: string }> = {
|
|||||||
temperature: { label: 'Temperature', icon: '🌡️' },
|
temperature: { label: 'Temperature', icon: '🌡️' },
|
||||||
volume: { label: 'Volume', icon: '🧪' },
|
volume: { label: 'Volume', icon: '🧪' },
|
||||||
fluids: { label: 'Fluids', icon: '💧' },
|
fluids: { label: 'Fluids', icon: '💧' },
|
||||||
area: { label: 'Area', icon: '📐' },
|
area: { label: 'Area', icon: '🟦' },
|
||||||
speed: { label: 'Speed / Velocity', icon: '💨' },
|
speed: { label: 'Speed / Velocity', icon: '💨' },
|
||||||
pressure: { label: 'Pressure', icon: '🔽' },
|
pressure: { label: 'Pressure', icon: '🔽' },
|
||||||
energy: { label: 'Energy', icon: '⚡' },
|
energy: { label: 'Energy', icon: '⚡' },
|
||||||
@@ -252,7 +252,7 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "webers-per-square-centimeter-to-gauss", "name": "Webers per square centimeter to Gauss", "category": "magnetism", "type": "standard", "teaser": "Scale the small-area flux into Gauss.", "labels": {"in1": "Webers per square centimeter", "in2": "Gauss"}, "factor": 100000000.0},
|
{"slug": "webers-per-square-centimeter-to-gauss", "name": "Webers per square centimeter to Gauss", "category": "magnetism", "type": "standard", "teaser": "Scale the small-area flux into Gauss.", "labels": {"in1": "Webers per square centimeter", "in2": "Gauss"}, "factor": 100000000.0},
|
||||||
{"slug": "gauss-to-webers-per-square-centimeter", "name": "Gauss to Webers per square centimeter", "category": "magnetism", "type": "standard", "teaser": "Convert Gauss back into Weber per square centimeter.", "labels": {"in1": "Gauss", "in2": "Webers per square centimeter"}, "factor": 1e-08, "hidden": true},
|
{"slug": "gauss-to-webers-per-square-centimeter", "name": "Gauss to Webers per square centimeter", "category": "magnetism", "type": "standard", "teaser": "Convert Gauss back into Weber per square centimeter.", "labels": {"in1": "Gauss", "in2": "Webers per square centimeter"}, "factor": 1e-08, "hidden": true},
|
||||||
{"slug": "oersted-to-gauss", "name": "Oersted to Gauss", "category": "magnetism", "type": "standard", "teaser": "In vacuum, the numeric values for Oersted and Gauss match.", "labels": {"in1": "Oersted", "in2": "Gauss"}, "hidden": true},
|
{"slug": "oersted-to-gauss", "name": "Oersted to Gauss", "category": "magnetism", "type": "standard", "teaser": "In vacuum, the numeric values for Oersted and Gauss match.", "labels": {"in1": "Oersted", "in2": "Gauss"}, "hidden": true},
|
||||||
{"slug": "gauss-to-oersted", "name": "Gauss to Oersted", "category": "magnetism", "type": "standard", "teaser": "Translate the flux density version back into the magnetizing force scale.", "labels": {"in1": "Gauss", "in2": "Oersted"}},
|
{"slug": "gauss-to-oersted", "name": "Gauss to Oersted", "category": "magnetism", "type": "standard", "teaser": "Translate the flux density version back into the magnetizing force scale.", "labels": {"in1": "Gauss", "in2": "Oersted"}, "factor": 1.0},
|
||||||
{"slug": "kilogauss-to-microtesla", "name": "Kilogauss to Microtesla", "category": "magnetism", "type": "standard", "teaser": "A kilogauss field equals 100,000 microtesla.", "labels": {"in1": "Kilogauss", "in2": "Microtesla"}, "factor": 100000.0},
|
{"slug": "kilogauss-to-microtesla", "name": "Kilogauss to Microtesla", "category": "magnetism", "type": "standard", "teaser": "A kilogauss field equals 100,000 microtesla.", "labels": {"in1": "Kilogauss", "in2": "Microtesla"}, "factor": 100000.0},
|
||||||
{"slug": "microtesla-to-kilogauss", "name": "Microtesla to Kilogauss", "category": "magnetism", "type": "standard", "teaser": "Convert microtesla readings into kilogauss.", "labels": {"in1": "Microtesla", "in2": "Kilogauss"}, "factor": 1e-05, "hidden": true},
|
{"slug": "microtesla-to-kilogauss", "name": "Microtesla to Kilogauss", "category": "magnetism", "type": "standard", "teaser": "Convert microtesla readings into kilogauss.", "labels": {"in1": "Microtesla", "in2": "Kilogauss"}, "factor": 1e-05, "hidden": true},
|
||||||
{"slug": "kilogauss-to-nanotesla", "name": "Kilogauss to Nanotesla", "category": "magnetism", "type": "standard", "teaser": "Express kilogauss values in nanotesla for sensitive instrumentation.", "labels": {"in1": "Kilogauss", "in2": "Nanotesla"}, "factor": 100000000.0},
|
{"slug": "kilogauss-to-nanotesla", "name": "Kilogauss to Nanotesla", "category": "magnetism", "type": "standard", "teaser": "Express kilogauss values in nanotesla for sensitive instrumentation.", "labels": {"in1": "Kilogauss", "in2": "Nanotesla"}, "factor": 100000000.0},
|
||||||
@@ -1443,8 +1443,8 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "yoctograms-to-atomic-mass-units", "name": "Yoctograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from yoctograms.", "labels": {"in1": "Yoctograms", "in2": "Atomic Mass Units"}, "factor": 0.602214076208, "hidden": true},
|
{"slug": "yoctograms-to-atomic-mass-units", "name": "Yoctograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from yoctograms.", "labels": {"in1": "Yoctograms", "in2": "Atomic Mass Units"}, "factor": 0.602214076208, "hidden": true},
|
||||||
{"slug": "yoctograms-to-apothecary-ounces", "name": "Yoctograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express super-small masses as apothecary ounces for pharmacy history.", "labels": {"in1": "Yoctograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-26, "hidden": true},
|
{"slug": "yoctograms-to-apothecary-ounces", "name": "Yoctograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express super-small masses as apothecary ounces for pharmacy history.", "labels": {"in1": "Yoctograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-26, "hidden": true},
|
||||||
{"slug": "yoctograms-to-attograms", "name": "Yoctograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge yoctograms to attograms when working in sub-attogram refinements.", "labels": {"in1": "Yoctograms", "in2": "Attograms"}, "factor": 1e-06, "hidden": true},
|
{"slug": "yoctograms-to-attograms", "name": "Yoctograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge yoctograms to attograms when working in sub-attogram refinements.", "labels": {"in1": "Yoctograms", "in2": "Attograms"}, "factor": 1e-06, "hidden": true},
|
||||||
{"slug": "yoctograms-to-carats", "name": "Yoctograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate yoctograms into carats when sizing gem-scale masses.", "labels": {"in1": "Yoctograms", "in2": "Carats"}, "factor": 5e-24},
|
{"slug": "yoctograms-to-carats", "name": "Yoctograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate yoctograms into carats when sizing gem-scale masses.", "labels": {"in1": "Yoctograms", "in2": "Carats"}, "factor": 5e-24, "hidden": true},
|
||||||
{"slug": "yoctograms-to-centigrams", "name": "Yoctograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put yoctograms in terms of centigrams for micro-precision weight notes.", "labels": {"in1": "Yoctograms", "in2": "Centigrams"}, "factor": 1e-22},
|
{"slug": "yoctograms-to-centigrams", "name": "Yoctograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put yoctograms in terms of centigrams for micro-precision weight notes.", "labels": {"in1": "Yoctograms", "in2": "Centigrams"}, "factor": 1e-22, "hidden": true},
|
||||||
{"slug": "yoctograms-to-drams", "name": "Yoctograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare yoctogram masses with drams used in detailed apothecary recipes.", "labels": {"in1": "Yoctograms", "in2": "Drams"}, "factor": 5.64383391193e-25},
|
{"slug": "yoctograms-to-drams", "name": "Yoctograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare yoctogram masses with drams used in detailed apothecary recipes.", "labels": {"in1": "Yoctograms", "in2": "Drams"}, "factor": 5.64383391193e-25},
|
||||||
{"slug": "yoctograms-to-earth-masses", "name": "Yoctograms to Earth Masses", "category": "weight", "type": "standard", "teaser": "Place yoctograms on the cosmic scale by converting into Earth masses.", "labels": {"in1": "Yoctograms", "in2": "Earth Masses"}, "factor": 1.67437717355e-52},
|
{"slug": "yoctograms-to-earth-masses", "name": "Yoctograms to Earth Masses", "category": "weight", "type": "standard", "teaser": "Place yoctograms on the cosmic scale by converting into Earth masses.", "labels": {"in1": "Yoctograms", "in2": "Earth Masses"}, "factor": 1.67437717355e-52},
|
||||||
{"slug": "yoctograms-to-grains", "name": "Yoctograms to Grains", "category": "weight", "type": "standard", "teaser": "Convert yoctograms into grains for fine-grained mass tracking.", "labels": {"in1": "Yoctograms", "in2": "Grains"}, "factor": 1.54323583529e-23},
|
{"slug": "yoctograms-to-grains", "name": "Yoctograms to Grains", "category": "weight", "type": "standard", "teaser": "Convert yoctograms into grains for fine-grained mass tracking.", "labels": {"in1": "Yoctograms", "in2": "Grains"}, "factor": 1.54323583529e-23},
|
||||||
@@ -1473,8 +1473,8 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "zeptograms-to-atomic-mass-units", "name": "Zeptograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from zeptograms.", "labels": {"in1": "Zeptograms", "in2": "Atomic Mass Units"}, "factor": 602.214076208},
|
{"slug": "zeptograms-to-atomic-mass-units", "name": "Zeptograms to Atomic Mass Units", "category": "weight", "type": "standard", "teaser": "Another label for counting particle masses from zeptograms.", "labels": {"in1": "Zeptograms", "in2": "Atomic Mass Units"}, "factor": 602.214076208},
|
||||||
{"slug": "zeptograms-to-apothecary-ounces", "name": "Zeptograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express tiny masses as apothecary ounces for historic pharmacy tables.", "labels": {"in1": "Zeptograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-23, "hidden": true},
|
{"slug": "zeptograms-to-apothecary-ounces", "name": "Zeptograms to Apothecary Ounces", "category": "weight", "type": "standard", "teaser": "Express tiny masses as apothecary ounces for historic pharmacy tables.", "labels": {"in1": "Zeptograms", "in2": "Apothecary Ounces"}, "factor": 3.21507465686e-23, "hidden": true},
|
||||||
{"slug": "zeptograms-to-attograms", "name": "Zeptograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge zeptograms to attograms when dealing with close sub-attogram scales.", "labels": {"in1": "Zeptograms", "in2": "Attograms"}, "factor": 0.001, "hidden": true},
|
{"slug": "zeptograms-to-attograms", "name": "Zeptograms to Attograms", "category": "weight", "type": "standard", "teaser": "Bridge zeptograms to attograms when dealing with close sub-attogram scales.", "labels": {"in1": "Zeptograms", "in2": "Attograms"}, "factor": 0.001, "hidden": true},
|
||||||
{"slug": "zeptograms-to-carats", "name": "Zeptograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate zeptograms into carats for gem-scale microweights.", "labels": {"in1": "Zeptograms", "in2": "Carats"}, "factor": 5e-21},
|
{"slug": "zeptograms-to-carats", "name": "Zeptograms to Carats", "category": "weight", "type": "standard", "teaser": "Translate zeptograms into carats for gem-scale microweights.", "labels": {"in1": "Zeptograms", "in2": "Carats"}, "factor": 5e-21, "hidden": true},
|
||||||
{"slug": "zeptograms-to-centigrams", "name": "Zeptograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put zeptograms into terms of centigrams for micro-metric comparisons.", "labels": {"in1": "Zeptograms", "in2": "Centigrams"}, "factor": 1e-19},
|
{"slug": "zeptograms-to-centigrams", "name": "Zeptograms to Centigrams", "category": "weight", "type": "standard", "teaser": "Put zeptograms into terms of centigrams for micro-metric comparisons.", "labels": {"in1": "Zeptograms", "in2": "Centigrams"}, "factor": 1e-19, "hidden": true},
|
||||||
{"slug": "zeptograms-to-drams", "name": "Zeptograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare zeptogram masses with drams for detailed apothecary conversions.", "labels": {"in1": "Zeptograms", "in2": "Drams"}, "factor": 5.64383391193e-22},
|
{"slug": "zeptograms-to-drams", "name": "Zeptograms to Drams", "category": "weight", "type": "standard", "teaser": "Compare zeptogram masses with drams for detailed apothecary conversions.", "labels": {"in1": "Zeptograms", "in2": "Drams"}, "factor": 5.64383391193e-22},
|
||||||
{"slug": "zeptograms-to-earth-masses", "name": "Zeptograms to Earth Masses", "category": "weight", "type": "standard", "teaser": "Place zeptogram probes on the cosmic chart by converting into Earth masses.", "labels": {"in1": "Zeptograms", "in2": "Earth Masses"}, "factor": 1.67437717355e-49},
|
{"slug": "zeptograms-to-earth-masses", "name": "Zeptograms to Earth Masses", "category": "weight", "type": "standard", "teaser": "Place zeptogram probes on the cosmic chart by converting into Earth masses.", "labels": {"in1": "Zeptograms", "in2": "Earth Masses"}, "factor": 1.67437717355e-49},
|
||||||
{"slug": "zeptograms-to-grains", "name": "Zeptograms to Grains", "category": "weight", "type": "standard", "teaser": "Convert zeptograms into grains for precise mass notes.", "labels": {"in1": "Zeptograms", "in2": "Grains"}, "factor": 1.54323583529e-20},
|
{"slug": "zeptograms-to-grains", "name": "Zeptograms to Grains", "category": "weight", "type": "standard", "teaser": "Convert zeptograms into grains for precise mass notes.", "labels": {"in1": "Zeptograms", "in2": "Grains"}, "factor": 1.54323583529e-20},
|
||||||
@@ -1615,9 +1615,7 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "percent-by-mass-to-ppm", "name": "Percent by mass to ppm", "category": "other", "type": "standard", "teaser": "Turn mass-percent concentrations into parts-per-million.", "labels": {"in1": "Percent by mass", "in2": "ppm"}, "factor": 10000.0},
|
{"slug": "percent-by-mass-to-ppm", "name": "Percent by mass to ppm", "category": "other", "type": "standard", "teaser": "Turn mass-percent concentrations into parts-per-million.", "labels": {"in1": "Percent by mass", "in2": "ppm"}, "factor": 10000.0},
|
||||||
{"slug": "ppm-to-percent-by-mass", "name": "ppm to Percent by mass", "category": "other", "type": "standard", "teaser": "Return ppm values to mass-percent.", "labels": {"in1": "ppm", "in2": "Percent by mass"}, "factor": 0.0001, "hidden": true},
|
{"slug": "ppm-to-percent-by-mass", "name": "ppm to Percent by mass", "category": "other", "type": "standard", "teaser": "Return ppm values to mass-percent.", "labels": {"in1": "ppm", "in2": "Percent by mass"}, "factor": 0.0001, "hidden": true},
|
||||||
{"slug": "pascal-second-to-poise", "name": "Pascal-second to Poise", "category": "pressure", "type": "standard", "teaser": "Convert SI dynamic viscosity into CGS poise.", "labels": {"in1": "Pascal-second", "in2": "Poise"}, "factor": 10.0},
|
{"slug": "pascal-second-to-poise", "name": "Pascal-second to Poise", "category": "pressure", "type": "standard", "teaser": "Convert SI dynamic viscosity into CGS poise.", "labels": {"in1": "Pascal-second", "in2": "Poise"}, "factor": 10.0},
|
||||||
{"slug": "poise-to-pascal-second", "name": "Poise to Pascal-second", "category": "pressure", "type": "standard", "teaser": "Bring poise measurements back into pascal-seconds.", "labels": {"in1": "Poise", "in2": "Pascal-second"}, "factor": 0.1, "hidden": true},
|
{"slug": "centipoise-to-pascal-second", "name": "Centipoise to Pascal-second", "category": "pressure", "type": "standard", "teaser": "Convert centipoise into pascal-seconds.", "labels": {"in1": "Centipoise", "in2": "Pascal-second"}, "factor": 0.01},
|
||||||
{"slug": "pascal-second-to-centipoise", "name": "Pascal-second to Centipoise", "category": "pressure", "type": "standard", "teaser": "Express pascal-seconds as centipoise for lab viscosity.", "labels": {"in1": "Pascal-second", "in2": "Centipoise"}, "factor": 100.0},
|
|
||||||
{"slug": "centipoise-to-pascal-second", "name": "Centipoise to Pascal-second", "category": "pressure", "type": "standard", "teaser": "Convert centipoise into pascal-seconds.", "labels": {"in1": "Centipoise", "in2": "Pascal-second"}, "factor": 0.01, "hidden": true},
|
|
||||||
{"slug": "square-meter-per-second-to-centistokes", "name": "Square meter per second to Centistokes", "category": "other", "type": "standard", "teaser": "Translate kinematic viscosity into centistokes.", "labels": {"in1": "Square meter per second", "in2": "Centistokes"}, "factor": 100.0},
|
{"slug": "square-meter-per-second-to-centistokes", "name": "Square meter per second to Centistokes", "category": "other", "type": "standard", "teaser": "Translate kinematic viscosity into centistokes.", "labels": {"in1": "Square meter per second", "in2": "Centistokes"}, "factor": 100.0},
|
||||||
{"slug": "centistokes-to-square-meter-per-second", "name": "Centistokes to Square meter per second", "category": "other", "type": "standard", "teaser": "Return centistokes back to base square meters per second.", "labels": {"in1": "Centistokes", "in2": "Square meter per second"}, "factor": 0.01, "hidden": true},
|
{"slug": "centistokes-to-square-meter-per-second", "name": "Centistokes to Square meter per second", "category": "other", "type": "standard", "teaser": "Return centistokes back to base square meters per second.", "labels": {"in1": "Centistokes", "in2": "Square meter per second"}, "factor": 0.01, "hidden": true},
|
||||||
{"slug": "newton-per-meter-to-dyne-per-centimeter", "name": "Newton per meter to Dyne per centimeter", "category": "force", "type": "standard", "teaser": "Express surface tension on the CGS scale.", "labels": {"in1": "Newton per meter", "in2": "Dyne per centimeter"}, "factor": 1000.0},
|
{"slug": "newton-per-meter-to-dyne-per-centimeter", "name": "Newton per meter to Dyne per centimeter", "category": "force", "type": "standard", "teaser": "Express surface tension on the CGS scale.", "labels": {"in1": "Newton per meter", "in2": "Dyne per centimeter"}, "factor": 1000.0},
|
||||||
@@ -1644,8 +1642,8 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "amu-to-apothecary-ounces", "name": "Amu to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26, "hidden": true},
|
{"slug": "amu-to-apothecary-ounces", "name": "Amu to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26, "hidden": true},
|
||||||
{"slug": "amu-to-atomic-mass-units", "name": "Amu to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Atomic Mass Units"}, "factor": 1.0},
|
{"slug": "amu-to-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, "hidden": true},
|
{"slug": "amu-to-attograms", "name": "Amu to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Attograms"}, "factor": 1.6605390666e-06, "hidden": true},
|
||||||
{"slug": "amu-to-carats", "name": "Amu to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Carats"}, "factor": 8.302695332999999e-24},
|
{"slug": "amu-to-carats", "name": "Amu to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Carats"}, "factor": 8.302695332999999e-24, "hidden": true},
|
||||||
{"slug": "amu-to-centigrams", "name": "Amu to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Centigrams"}, "factor": 1.6605390666e-22},
|
{"slug": "amu-to-centigrams", "name": "Amu to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Centigrams"}, "factor": 1.6605390666e-22, "hidden": true},
|
||||||
{"slug": "amu-to-cloves", "name": "Amu to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Cloves"}, "factor": 4.576077488362514e-28},
|
{"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-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-earth-masses", "name": "Amu to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Amu", "in2": "Earth Masses"}, "factor": 2.7804478527175914e-52},
|
||||||
@@ -1788,14 +1786,13 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "atmosphere-to-millibars", "name": "Atmosphere to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Atmosphere", "in2": "Millibars"}, "factor": 1013.25},
|
{"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-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-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", "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": "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-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, "hidden": true},
|
{"slug": "atomic-mass-units-to-apothecary-ounces", "name": "Atomic Mass Units to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26, "hidden": true},
|
||||||
{"slug": "atomic-mass-units-to-attograms", "name": "Atomic Mass Units to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Attograms"}, "factor": 1.6605390666e-06, "hidden": true},
|
{"slug": "atomic-mass-units-to-attograms", "name": "Atomic Mass Units to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Attograms"}, "factor": 1.6605390666e-06, "hidden": true},
|
||||||
{"slug": "atomic-mass-units-to-carats", "name": "Atomic Mass Units to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Carats"}, "factor": 8.302695332999999e-24},
|
{"slug": "atomic-mass-units-to-carats", "name": "Atomic Mass Units to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Carats"}, "factor": 8.302695332999999e-24, "hidden": true},
|
||||||
{"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-centigrams", "name": "Atomic Mass Units to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Centigrams"}, "factor": 1.6605390666e-22, "hidden": true},
|
||||||
{"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-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-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-drams", "name": "Atomic Mass Units to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Atomic Mass Units", "in2": "Drams"}, "factor": 9.371806696166428e-25},
|
||||||
@@ -1848,8 +1845,8 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "attograms-to-amu", "name": "Attograms to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Amu"}, "factor": 602214.0762081122},
|
{"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, "hidden": true},
|
{"slug": "attograms-to-apothecary-ounces", "name": "Attograms to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Apothecary Ounces"}, "factor": 3.215074656862798e-20, "hidden": true},
|
||||||
{"slug": "attograms-to-atomic-mass-units", "name": "Attograms to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Atomic Mass Units"}, "factor": 602214.0762081122},
|
{"slug": "attograms-to-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-carats", "name": "Attograms to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Carats"}, "factor": 4.9999999999999996e-18, "hidden": true},
|
||||||
{"slug": "attograms-to-centigrams", "name": "Attograms to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Centigrams"}, "factor": 9.999999999999999e-17},
|
{"slug": "attograms-to-centigrams", "name": "Attograms to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Centigrams"}, "factor": 9.999999999999999e-17, "hidden": true},
|
||||||
{"slug": "attograms-to-cloves", "name": "Attograms to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Cloves"}, "factor": 2.7557782773109695e-22},
|
{"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-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-drams", "name": "Attograms to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Attograms", "in2": "Drams"}, "factor": 5.643833911932866e-19},
|
||||||
@@ -1907,7 +1904,6 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "bar-to-kilopascals", "name": "Bar to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Bar", "in2": "Kilopascals"}, "factor": 100.0},
|
{"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-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-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", "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": "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, "hidden": true},
|
{"slug": "barns-to-ares", "name": "Barns to Ares", "category": "area", "type": "standard", "labels": {"in1": "Barns", "in2": "Ares"}, "factor": 9.999999999999999e-31, "hidden": true},
|
||||||
@@ -2069,12 +2065,11 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "cables-to-rods", "name": "Cables to Rods", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Rods"}, "factor": 36.82494233675335},
|
{"slug": "cables-to-rods", "name": "Cables to Rods", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Rods"}, "factor": 36.82494233675335},
|
||||||
{"slug": "cables-to-smoots", "name": "Cables to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Smoots"}, "factor": 108.82594899518156},
|
{"slug": "cables-to-smoots", "name": "Cables to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Smoots"}, "factor": 108.82594899518156},
|
||||||
{"slug": "cables-to-thou", "name": "Cables to Thou", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Thou"}, "factor": 7291338.582677165},
|
{"slug": "cables-to-thou", "name": "Cables to Thou", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Thou"}, "factor": 7291338.582677165},
|
||||||
|
|
||||||
{"slug": "cables-to-thou-mil", "name": "Cables to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Thou (mil)"}, "factor": 7291338.582677165},
|
{"slug": "cables-to-thou-mil", "name": "Cables to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Thou (mil)"}, "factor": 7291338.582677165},
|
||||||
{"slug": "cables-to-yards", "name": "Cables to Yards", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Yards"}, "factor": 202.53718285214347},
|
{"slug": "cables-to-yards", "name": "Cables to Yards", "category": "length", "type": "standard", "labels": {"in1": "Cables", "in2": "Yards"}, "factor": 202.53718285214347},
|
||||||
{"slug": "calories-per-second-to-btu-hour", "name": "Calories Per Second to btu/hour", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "btu/hour"}, "factor": 14.276400628459623},
|
{"slug": "calories-per-second-to-btu-hour", "name": "Calories Per Second to btu/hour", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "btu/hour"}, "factor": 14.276400628459623},
|
||||||
{"slug": "calories-per-second-to-btu-min", "name": "Calories Per Second to btu/min", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "btu/min"}, "factor": 0.23794001047432706},
|
{"slug": "calories-per-second-to-btu-min", "name": "Calories Per Second to btu/min", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "btu/min"}, "factor": 0.23794001047432706},
|
||||||
{"slug": "calories-per-second-to-kilowatts", "name": "Calories Per Second to Kilowatts", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Kilowatts"}, "factor": 0.004184},
|
{"slug": "calories-per-second-to-kilowatts", "name": "Calories Per Second to Kilowatts", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Kilowatts"}, "factor": 0.004184, "hidden": true},
|
||||||
{"slug": "calories-per-second-to-lusec", "name": "Calories Per Second to Lusec", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Lusec"}, "factor": 31382667.526739772},
|
{"slug": "calories-per-second-to-lusec", "name": "Calories Per Second to Lusec", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Lusec"}, "factor": 31382667.526739772},
|
||||||
{"slug": "calories-per-second-to-mechanical-hp", "name": "Calories Per Second to Mechanical Hp", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Mechanical Hp"}, "factor": 0.005610836419722491},
|
{"slug": "calories-per-second-to-mechanical-hp", "name": "Calories Per Second to Mechanical Hp", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Mechanical Hp"}, "factor": 0.005610836419722491},
|
||||||
{"slug": "calories-per-second-to-megawatts", "name": "Calories Per Second to Megawatts", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Megawatts"}, "factor": 4.184e-06},
|
{"slug": "calories-per-second-to-megawatts", "name": "Calories Per Second to Megawatts", "category": "power", "type": "standard", "labels": {"in1": "Calories Per Second", "in2": "Megawatts"}, "factor": 4.184e-06},
|
||||||
@@ -2090,7 +2085,7 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "calories-to-ton-of-tnt", "name": "Calories to Ton Of Tnt", "category": "energy", "type": "standard", "labels": {"in1": "Calories", "in2": "Ton Of Tnt"}, "factor": 1e-09},
|
{"slug": "calories-to-ton-of-tnt", "name": "Calories to Ton Of Tnt", "category": "energy", "type": "standard", "labels": {"in1": "Calories", "in2": "Ton Of Tnt"}, "factor": 1e-09},
|
||||||
{"slug": "candela-to-lux", "name": "Candela to Lux", "category": "light", "type": "standard", "labels": {"in1": "Candela", "in2": "Lux"}, "factor": 1.0},
|
{"slug": "candela-to-lux", "name": "Candela to Lux", "category": "light", "type": "standard", "labels": {"in1": "Candela", "in2": "Lux"}, "factor": 1.0},
|
||||||
{"slug": "carats-to-amu", "name": "Carats to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Amu"}, "factor": 1.2044281524162245e+23},
|
{"slug": "carats-to-amu", "name": "Carats to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Amu"}, "factor": 1.2044281524162245e+23},
|
||||||
{"slug": "carats-to-apothecary-ounces", "name": "Carats to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Apothecary Ounces"}, "factor": 0.006430149313725596},
|
{"slug": "carats-to-apothecary-ounces", "name": "Carats to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Apothecary Ounces"}, "factor": 0.006430149313725596, "hidden": true},
|
||||||
{"slug": "carats-to-atomic-mass-units", "name": "Carats to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Atomic Mass Units"}, "factor": 1.2044281524162245e+23},
|
{"slug": "carats-to-atomic-mass-units", "name": "Carats to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Atomic Mass Units"}, "factor": 1.2044281524162245e+23},
|
||||||
{"slug": "carats-to-attograms", "name": "Carats to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Attograms"}, "factor": 2.0000000000000003e+17},
|
{"slug": "carats-to-attograms", "name": "Carats to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Attograms"}, "factor": 2.0000000000000003e+17},
|
||||||
{"slug": "carats-to-centigrams", "name": "Carats to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Centigrams"}, "factor": 20.0},
|
{"slug": "carats-to-centigrams", "name": "Carats to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Centigrams"}, "factor": 20.0},
|
||||||
@@ -2109,7 +2104,6 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "carats-to-micrograms", "name": "Carats to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Micrograms"}, "factor": 200000.0},
|
{"slug": "carats-to-micrograms", "name": "Carats to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Micrograms"}, "factor": 200000.0},
|
||||||
{"slug": "carats-to-momme", "name": "Carats to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Momme"}, "factor": 0.05333333333333334},
|
{"slug": "carats-to-momme", "name": "Carats to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Momme"}, "factor": 0.05333333333333334},
|
||||||
{"slug": "carats-to-nanograms", "name": "Carats to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Nanograms"}, "factor": 200000000.0},
|
{"slug": "carats-to-nanograms", "name": "Carats to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Nanograms"}, "factor": 200000000.0},
|
||||||
|
|
||||||
{"slug": "carats-to-ounces", "name": "Carats to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Ounces"}, "factor": 0.007054792389916083},
|
{"slug": "carats-to-ounces", "name": "Carats to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Ounces"}, "factor": 0.007054792389916083},
|
||||||
{"slug": "carats-to-pennyweights", "name": "Carats to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Pennyweights"}, "factor": 0.12860298627451192},
|
{"slug": "carats-to-pennyweights", "name": "Carats to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Pennyweights"}, "factor": 0.12860298627451192},
|
||||||
{"slug": "carats-to-picograms", "name": "Carats to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Picograms"}, "factor": 200000000.0},
|
{"slug": "carats-to-picograms", "name": "Carats to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Picograms"}, "factor": 200000000.0},
|
||||||
@@ -2127,10 +2121,10 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "carats-to-yoctograms", "name": "Carats to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Yoctograms"}, "factor": 2.0000000000000003e+20},
|
{"slug": "carats-to-yoctograms", "name": "Carats to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Yoctograms"}, "factor": 2.0000000000000003e+20},
|
||||||
{"slug": "carats-to-zeptograms", "name": "Carats to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Zeptograms"}, "factor": 2.0000000000000003e+17},
|
{"slug": "carats-to-zeptograms", "name": "Carats to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Carats", "in2": "Zeptograms"}, "factor": 2.0000000000000003e+17},
|
||||||
{"slug": "centigrams-to-amu", "name": "Centigrams to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Amu"}, "factor": 6.022140762081124e+21},
|
{"slug": "centigrams-to-amu", "name": "Centigrams to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Amu"}, "factor": 6.022140762081124e+21},
|
||||||
{"slug": "centigrams-to-apothecary-ounces", "name": "Centigrams to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Apothecary Ounces"}, "factor": 0.0003215074656862798},
|
{"slug": "centigrams-to-apothecary-ounces", "name": "Centigrams to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Apothecary Ounces"}, "factor": 0.0003215074656862798, "hidden": true},
|
||||||
{"slug": "centigrams-to-atomic-mass-units", "name": "Centigrams to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Atomic Mass Units"}, "factor": 6.022140762081124e+21},
|
{"slug": "centigrams-to-atomic-mass-units", "name": "Centigrams to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Atomic Mass Units"}, "factor": 6.022140762081124e+21},
|
||||||
{"slug": "centigrams-to-attograms", "name": "Centigrams to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Attograms"}, "factor": 1.0000000000000002e+16},
|
{"slug": "centigrams-to-attograms", "name": "Centigrams to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Attograms"}, "factor": 1.0000000000000002e+16},
|
||||||
{"slug": "centigrams-to-carats", "name": "Centigrams to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Carats"}, "factor": 0.05},
|
{"slug": "centigrams-to-carats", "name": "Centigrams to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Carats"}, "factor": 0.05, "hidden": true},
|
||||||
{"slug": "centigrams-to-cloves", "name": "Centigrams to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Cloves"}, "factor": 2.7557782773109697e-06},
|
{"slug": "centigrams-to-cloves", "name": "Centigrams to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Cloves"}, "factor": 2.7557782773109697e-06},
|
||||||
{"slug": "centigrams-to-daltons", "name": "Centigrams to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Daltons"}, "factor": 6.022140762081124e+21},
|
{"slug": "centigrams-to-daltons", "name": "Centigrams to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Daltons"}, "factor": 6.022140762081124e+21},
|
||||||
{"slug": "centigrams-to-drams", "name": "Centigrams to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Drams"}, "factor": 0.005643833911932866},
|
{"slug": "centigrams-to-drams", "name": "Centigrams to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Drams"}, "factor": 0.005643833911932866},
|
||||||
@@ -2150,7 +2144,6 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "centigrams-to-pennyweights", "name": "Centigrams to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Pennyweights"}, "factor": 0.006430149313725596},
|
{"slug": "centigrams-to-pennyweights", "name": "Centigrams to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Pennyweights"}, "factor": 0.006430149313725596},
|
||||||
{"slug": "centigrams-to-picograms", "name": "Centigrams to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Picograms"}, "factor": 10000000.000000002},
|
{"slug": "centigrams-to-picograms", "name": "Centigrams to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Picograms"}, "factor": 10000000.000000002},
|
||||||
{"slug": "centigrams-to-planck-mass", "name": "Centigrams to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Planck Mass"}, "factor": 459.46718347535466},
|
{"slug": "centigrams-to-planck-mass", "name": "Centigrams to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Planck Mass"}, "factor": 459.46718347535466},
|
||||||
|
|
||||||
{"slug": "centigrams-to-pounds", "name": "Centigrams to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Pounds"}, "factor": 2.2046226218487758e-05},
|
{"slug": "centigrams-to-pounds", "name": "Centigrams to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Pounds"}, "factor": 2.2046226218487758e-05},
|
||||||
{"slug": "centigrams-to-quarters", "name": "Centigrams to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Quarters"}, "factor": 7.873652220888485e-07},
|
{"slug": "centigrams-to-quarters", "name": "Centigrams to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Quarters"}, "factor": 7.873652220888485e-07},
|
||||||
{"slug": "centigrams-to-scruples", "name": "Centigrams to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Scruples"}, "factor": 0.007716179176470716},
|
{"slug": "centigrams-to-scruples", "name": "Centigrams to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Scruples"}, "factor": 0.007716179176470716},
|
||||||
@@ -2164,12 +2157,12 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "centigrams-to-yoctograms", "name": "Centigrams to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Yoctograms"}, "factor": 1e+22},
|
{"slug": "centigrams-to-yoctograms", "name": "Centigrams to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Yoctograms"}, "factor": 1e+22},
|
||||||
{"slug": "centigrams-to-zeptograms", "name": "Centigrams to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Zeptograms"}, "factor": 1.0000000000000002e+19},
|
{"slug": "centigrams-to-zeptograms", "name": "Centigrams to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Centigrams", "in2": "Zeptograms"}, "factor": 1.0000000000000002e+19},
|
||||||
{"slug": "centiliters-to-barrel-us-oil", "name": "Centiliters to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Barrel (us Oil)"}, "factor": 6.289810770432105e-05},
|
{"slug": "centiliters-to-barrel-us-oil", "name": "Centiliters to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Barrel (us Oil)"}, "factor": 6.289810770432105e-05},
|
||||||
{"slug": "centiliters-to-bushels", "name": "Centiliters to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Bushels"}, "factor": 0.0002837759325840175},
|
{"slug": "centiliters-to-bushels", "name": "Centiliters to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Bushels"}, "factor": 0.0002837759325840175, "hidden": true},
|
||||||
{"slug": "centiliters-to-cubic-centimeters", "name": "Centiliters to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Centimeters"}, "factor": 10.000000000000002},
|
{"slug": "centiliters-to-cubic-centimeters", "name": "Centiliters to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Centimeters"}, "factor": 10.000000000000002},
|
||||||
{"slug": "centiliters-to-cubic-feet", "name": "Centiliters to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Feet"}, "factor": 0.0003531466672148859},
|
{"slug": "centiliters-to-cubic-feet", "name": "Centiliters to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Feet"}, "factor": 0.0003531466672148859},
|
||||||
{"slug": "centiliters-to-cubic-inches", "name": "Centiliters to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Inches"}, "factor": 0.6102374409473229},
|
{"slug": "centiliters-to-cubic-inches", "name": "Centiliters to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Inches"}, "factor": 0.6102374409473229},
|
||||||
{"slug": "centiliters-to-cubic-meters", "name": "Centiliters to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Meters"}, "factor": 1e-05},
|
{"slug": "centiliters-to-cubic-meters", "name": "Centiliters to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Meters"}, "factor": 1e-05},
|
||||||
{"slug": "centiliters-to-cubic-yards", "name": "Centiliters to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Yards"}, "factor": 1.3079506193143923e-05},
|
{"slug": "centiliters-to-cubic-yards", "name": "Centiliters to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Cubic Yards"}, "factor": 1.3079506193143923e-05, "hidden": true},
|
||||||
{"slug": "centiliters-to-drams-fluid", "name": "Centiliters to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Drams (fluid)"}, "factor": 2.70512181614744},
|
{"slug": "centiliters-to-drams-fluid", "name": "Centiliters to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Drams (fluid)"}, "factor": 2.70512181614744},
|
||||||
{"slug": "centiliters-to-fluid-ounces", "name": "Centiliters to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Fluid Ounces"}, "factor": 0.33814022701843},
|
{"slug": "centiliters-to-fluid-ounces", "name": "Centiliters to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Fluid Ounces"}, "factor": 0.33814022701843},
|
||||||
{"slug": "centiliters-to-gallons", "name": "Centiliters to Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gallons"}, "factor": 0.0026417205235814843},
|
{"slug": "centiliters-to-gallons", "name": "Centiliters to Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gallons"}, "factor": 0.0026417205235814843},
|
||||||
@@ -2187,178 +2180,543 @@ export const calculators: CalculatorDef[] = [
|
|||||||
{"slug": "centiliters-to-teaspoons", "name": "Centiliters to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Teaspoons"}, "factor": 2.02884136211058},
|
{"slug": "centiliters-to-teaspoons", "name": "Centiliters to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Teaspoons"}, "factor": 2.02884136211058},
|
||||||
{"slug": "centiliters-to-us-gallons", "name": "Centiliters to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Gallons"}, "factor": 0.0026417205235814843},
|
{"slug": "centiliters-to-us-gallons", "name": "Centiliters to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Gallons"}, "factor": 0.0026417205235814843},
|
||||||
{"slug": "centiliters-to-us-pints", "name": "Centiliters to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Pints"}, "factor": 0.021133764188651875},
|
{"slug": "centiliters-to-us-pints", "name": "Centiliters to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Us Pints"}, "factor": 0.021133764188651875},
|
||||||
{"slug": "centimeters-per-second-to-cm-per-second", "name": "Centimeters Per Second to Cm Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Cm Per Second"}, "factor": 1.0},
|
|
||||||
{"slug": "centimeters-per-second-to-feet-per-second", "name": "Centimeters Per Second to Feet Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Feet Per Second"}, "factor": 0.03280839895013123},
|
{"slug": "centimeters-per-second-to-feet-per-second", "name": "Centimeters Per Second to Feet Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Feet Per Second"}, "factor": 0.03280839895013123},
|
||||||
{"slug": "centimeters-per-second-to-furlongs-per-fortnight", "name": "Centimeters Per Second to Furlongs Per Fortnight", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Furlongs Per Fortnight"}, "factor": 60.128847530422334},
|
{"slug": "cubic-centimeters-to-acre-feet", "name": "Cubic Centimeters to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Acre-feet"}, "factor": 8.107131937899126e-10},
|
||||||
{"slug": "centimeters-per-second-to-inches-per-second", "name": "Centimeters Per Second to Inches Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Inches Per Second"}, "factor": 0.3937007874},
|
{"slug": "cubic-centimeters-to-barrel-us-oil", "name": "Cubic Centimeters to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Barrel (us Oil)"}, "factor": 6.289810770432105e-06},
|
||||||
{"slug": "centimeters-per-second-to-km-s", "name": "Centimeters Per Second to km/s", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "km/s"}, "factor": 1e-05},
|
{"slug": "cubic-centimeters-to-bushels", "name": "Cubic Centimeters to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Bushels"}, "factor": 2.8377593258401744e-05},
|
||||||
{"slug": "centimeters-per-second-to-knots", "name": "Centimeters Per Second to Knots", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Knots"}, "factor": 0.019438461717893492},
|
{"slug": "cubic-centimeters-to-centiliters", "name": "Cubic Centimeters to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Centiliters"}, "factor": 0.1},
|
||||||
{"slug": "centimeters-per-second-to-leagues-per-hour", "name": "Centimeters Per Second to Leagues Per Hour", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Leagues Per Hour"}, "factor": 0.0074564543068480075},
|
{"slug": "cubic-centimeters-to-cubic-feet", "name": "Cubic Centimeters to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Cubic Feet"}, "factor": 3.5314666721488586e-05},
|
||||||
{"slug": "centimeters-per-second-to-mach", "name": "Centimeters Per Second to Mach", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Mach"}, "factor": 2.915451895043732e-05},
|
{"slug": "cubic-centimeters-to-cubic-meters", "name": "Cubic Centimeters to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Cubic Meters"}, "factor": 1e-06},
|
||||||
{"slug": "centimeters-per-second-to-meters-per-second", "name": "Centimeters Per Second to Meters Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Meters Per Second"}, "factor": 0.01},
|
{"slug": "cubic-centimeters-to-cubic-yards", "name": "Cubic Centimeters to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Cubic Yards"}, "factor": 1.307950619314392e-06},
|
||||||
{"slug": "centimeters-per-second-to-miles-per-hour", "name": "Centimeters Per Second to Miles Per Hour", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Miles Per Hour"}, "factor": 0.0223693629},
|
{"slug": "cubic-centimeters-to-cups", "name": "Cubic Centimeters to Cups", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Cups"}, "factor": 0.004226752837730374},
|
||||||
{"slug": "centimeters-per-second-to-yards-per-second", "name": "Centimeters Per Second to Yards Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Centimeters Per Second", "in2": "Yards Per Second"}, "factor": 0.010936132983377078},
|
{"slug": "cubic-centimeters-to-drams-fluid", "name": "Cubic Centimeters to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Drams (fluid)"}, "factor": 0.27051218161474394},
|
||||||
{"slug": "centimeters-to-angstroms", "name": "Centimeters to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Angstroms"}, "factor": 100000000.0},
|
{"slug": "cubic-centimeters-to-fluid-ounces", "name": "Cubic Centimeters to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Fluid Ounces"}, "factor": 0.03381402270184299},
|
||||||
{"slug": "centimeters-to-astronomical-units", "name": "Centimeters to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Astronomical Units"}, "factor": 6.684587122268446e-14},
|
{"slug": "cubic-centimeters-to-gallons", "name": "Cubic Centimeters to Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Gallons"}, "factor": 0.0002641720523581484},
|
||||||
{"slug": "centimeters-to-cables", "name": "Centimeters to Cables", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Cables"}, "factor": 5.399568034557236e-05},
|
{"slug": "cubic-centimeters-to-gill", "name": "Cubic Centimeters to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Gill"}, "factor": 0.008453505675460748},
|
||||||
{"slug": "centimeters-to-chains", "name": "Centimeters to Chains", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Chains"}, "factor": 0.0004970969537898671},
|
{"slug": "cubic-centimeters-to-hogshead", "name": "Cubic Centimeters to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Hogshead"}, "factor": 4.193207174309855e-06},
|
||||||
{"slug": "centimeters-to-fathoms", "name": "Centimeters to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Fathoms"}, "factor": 0.005468066491688539},
|
{"slug": "cubic-centimeters-to-imperial-fl-oz", "name": "Cubic Centimeters to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Imperial Fl Oz"}, "factor": 0.035195079727854045},
|
||||||
{"slug": "centimeters-to-fermi", "name": "Centimeters to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Fermi"}, "factor": 10000000000000.0},
|
{"slug": "cubic-centimeters-to-imperial-gallons", "name": "Cubic Centimeters to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Imperial Gallons"}, "factor": 0.0002199692482990878},
|
||||||
{"slug": "centimeters-to-furlongs", "name": "Centimeters to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Furlongs"}, "factor": 4.970969537898671e-05},
|
{"slug": "cubic-centimeters-to-imperial-pints", "name": "Cubic Centimeters to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Imperial Pints"}, "factor": 0.0017597539863927023},
|
||||||
{"slug": "centimeters-to-leagues", "name": "Centimeters to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Leagues"}, "factor": 2.07123730745778e-06},
|
{"slug": "cubic-centimeters-to-jiggers", "name": "Cubic Centimeters to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Jiggers"}, "factor": 0.022542681801228665},
|
||||||
{"slug": "centimeters-to-micrometers", "name": "Centimeters to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Micrometers"}, "factor": 10000.0},
|
{"slug": "cubic-centimeters-to-liters", "name": "Cubic Centimeters to Liters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Liters"}, "factor": 0.001},
|
||||||
{"slug": "centimeters-to-microns", "name": "Centimeters to Microns", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Microns"}, "factor": 10000.0},
|
{"slug": "cubic-centimeters-to-milliliters", "name": "Cubic Centimeters to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Milliliters"}, "factor": 1.0},
|
||||||
{"slug": "centimeters-to-miles", "name": "Centimeters to Miles", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Miles"}, "factor": 6.213711922373339e-06},
|
{"slug": "cubic-centimeters-to-minims", "name": "Cubic Centimeters to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Minims"}, "factor": 16.230730896884637},
|
||||||
{"slug": "centimeters-to-nanometers", "name": "Centimeters to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Nanometers"}, "factor": 10000000.0},
|
{"slug": "cubic-centimeters-to-pecks", "name": "Cubic Centimeters to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Pecks"}, "factor": 0.00011351037303360698},
|
||||||
{"slug": "centimeters-to-nautical-miles", "name": "Centimeters to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Nautical Miles"}, "factor": 5.399568034557236e-06},
|
{"slug": "cubic-centimeters-to-pints", "name": "Cubic Centimeters to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Pints"}, "factor": 0.002113376418865187},
|
||||||
{"slug": "centimeters-to-parsecs", "name": "Centimeters to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Parsecs"}, "factor": 3.240779289960431e-19},
|
{"slug": "cubic-centimeters-to-quarts", "name": "Cubic Centimeters to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Quarts"}, "factor": 0.0010566882094325935},
|
||||||
{"slug": "centimeters-to-picometers", "name": "Centimeters to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Picometers"}, "factor": 10000000000.0},
|
{"slug": "cubic-centimeters-to-tablespoons", "name": "Cubic Centimeters to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Tablespoons"}, "factor": 0.06762804540368599},
|
||||||
{"slug": "centimeters-to-rods", "name": "Centimeters to Rods", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Rods"}, "factor": 0.001988387815750969},
|
{"slug": "cubic-centimeters-to-teaspoons", "name": "Cubic Centimeters to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Teaspoons"}, "factor": 0.202884136211058},
|
||||||
{"slug": "centimeters-to-smoots", "name": "Centimeters to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Smoots"}, "factor": 0.005876131155247385},
|
{"slug": "cubic-centimeters-to-us-gallons", "name": "Cubic Centimeters to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Us Gallons"}, "factor": 0.0002641720523581484},
|
||||||
{"slug": "centimeters-to-thou", "name": "Centimeters to Thou", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Thou"}, "factor": 393.7007874015748},
|
{"slug": "cubic-centimeters-to-us-pints", "name": "Cubic Centimeters to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Centimeters", "in2": "Us Pints"}, "factor": 0.002113376418865187},
|
||||||
{"slug": "centimeters-to-thou-mil", "name": "Centimeters to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Centimeters", "in2": "Thou (mil)"}, "factor": 393.7007874015748},
|
{"slug": "cubic-feet-to-acre-feet", "name": "Cubic Feet to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Acre-feet"}, "factor": 2.2956841138659323e-05},
|
||||||
{"slug": "centipoise-to-centistokes", "name": "Centipoise to Centistokes", "category": "other", "type": "standard", "labels": {"in1": "Centipoise", "in2": "Centistokes"}, "factor": 1.0},
|
{"slug": "cubic-feet-to-barrel-us-oil", "name": "Cubic Feet to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Barrel (us Oil)"}, "factor": 0.17810760667903525},
|
||||||
{"slug": "centipoise-to-poise", "name": "Centipoise to Poise", "category": "other", "type": "standard", "labels": {"in1": "Centipoise", "in2": "Poise"}, "factor": 0.01},
|
{"slug": "cubic-feet-to-bushels", "name": "Cubic Feet to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Bushels"}, "factor": 0.8035639549483357},
|
||||||
{"slug": "centipoise-to-saybolt-universal-seconds", "name": "Centipoise to Saybolt Universal Seconds", "category": "fluids", "type": "sus-cst", "labels": {"in1": "Saybolt Universal Seconds", "in2": "Centipoise"}},
|
{"slug": "cubic-feet-to-centiliters", "name": "Cubic Feet to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Centiliters"}, "factor": 2831.6846592},
|
||||||
{"slug": "centipoise-to-square-meters-per-second", "name": "Centipoise to Square Meters Per Second", "category": "other", "type": "standard", "labels": {"in1": "Centipoise", "in2": "Square Meters Per Second"}, "factor": 1e-06},
|
{"slug": "cubic-feet-to-cord", "name": "Cubic Feet to Cord", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cord"}, "factor": 0.0078125},
|
||||||
{"slug": "centipoise-to-stokes", "name": "Centipoise to Stokes", "category": "other", "type": "standard", "labels": {"in1": "Centipoise", "in2": "Stokes"}, "factor": 0.01},
|
{"slug": "cubic-feet-to-cubic-centimeters", "name": "Cubic Feet to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cubic Centimeters"}, "factor": 28316.846592},
|
||||||
{"slug": "centistokes-to-centipoise", "name": "Centistokes to Centipoise", "category": "other", "type": "standard", "labels": {"in1": "Centistokes", "in2": "Centipoise"}, "factor": 1.0},
|
{"slug": "cubic-feet-to-cubic-inches", "name": "Cubic Feet to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cubic Inches"}, "factor": 1728.0},
|
||||||
{"slug": "centistokes-to-pascal-seconds", "name": "Centistokes to Pascal-seconds", "category": "pressure", "type": "standard", "labels": {"in1": "Centistokes", "in2": "Pascal-seconds"}, "factor": 0.01},
|
{"slug": "cubic-feet-to-cubic-yards", "name": "Cubic Feet to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cubic Yards"}, "factor": 0.037037037037037035},
|
||||||
{"slug": "centistokes-to-poise", "name": "Centistokes to Poise", "category": "other", "type": "standard", "labels": {"in1": "Centistokes", "in2": "Poise"}, "factor": 0.01},
|
{"slug": "cubic-feet-to-cups", "name": "Cubic Feet to Cups", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Cups"}, "factor": 119.68831168831169},
|
||||||
{"slug": "centistokes-to-saybolt-universal-seconds", "name": "Centistokes to Saybolt Universal Seconds", "category": "fluids", "type": "sus-cst", "labels": {"in1": "Saybolt Universal Seconds", "in2": "Centistokes"}},
|
{"slug": "cubic-feet-to-drams-fluid", "name": "Cubic Feet to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Drams (fluid)"}, "factor": 7660.051948051948},
|
||||||
{"slug": "centuries-to-atomic-time-units", "name": "Centuries to Atomic Time Units", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Atomic Time Units"}, "factor": 1.3037415494983031e+26},
|
{"slug": "cubic-feet-to-fluid-ounces", "name": "Cubic Feet to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Fluid Ounces"}, "factor": 957.5064935064935},
|
||||||
{"slug": "centuries-to-days", "name": "Centuries to Days", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Days"}, "factor": 36500.0},
|
{"slug": "cubic-feet-to-gill", "name": "Cubic Feet to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Gill"}, "factor": 239.37662337662337},
|
||||||
{"slug": "centuries-to-decades", "name": "Centuries to Decades", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Decades"}, "factor": 10.0},
|
{"slug": "cubic-feet-to-hogshead", "name": "Cubic Feet to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Hogshead"}, "factor": 0.11873840428340597},
|
||||||
{"slug": "centuries-to-fortnights", "name": "Centuries to Fortnights", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Fortnights"}, "factor": 2607.1428571428573},
|
{"slug": "cubic-feet-to-imperial-fl-oz", "name": "Cubic Feet to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Imperial Fl Oz"}, "factor": 996.6136734468521},
|
||||||
{"slug": "centuries-to-hours", "name": "Centuries to Hours", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Hours"}, "factor": 876000.0},
|
{"slug": "cubic-feet-to-imperial-gallons", "name": "Cubic Feet to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Imperial Gallons"}, "factor": 6.228835459042826},
|
||||||
{"slug": "centuries-to-jiffies", "name": "Centuries to Jiffies", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Jiffies"}, "factor": 315360000000.0},
|
{"slug": "cubic-feet-to-imperial-pints", "name": "Cubic Feet to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Imperial Pints"}, "factor": 49.83068367234261},
|
||||||
{"slug": "centuries-to-julian-years", "name": "Centuries to Julian Years", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Julian Years"}, "factor": 99.9315537303217},
|
{"slug": "cubic-feet-to-jiggers", "name": "Cubic Feet to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Jiggers"}, "factor": 638.3376623376623},
|
||||||
{"slug": "centuries-to-microseconds", "name": "Centuries to Microseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Microseconds"}, "factor": 3153600000000000.0},
|
{"slug": "cubic-feet-to-milliliters", "name": "Cubic Feet to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Milliliters"}, "factor": 28316.846592},
|
||||||
{"slug": "centuries-to-milliseconds", "name": "Centuries to Milliseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Milliseconds"}, "factor": 3153600000000.0},
|
{"slug": "cubic-feet-to-minims", "name": "Cubic Feet to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Minims"}, "factor": 459603.1168831169},
|
||||||
{"slug": "centuries-to-minutes", "name": "Centuries to Minutes", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Minutes"}, "factor": 52560000.0},
|
{"slug": "cubic-feet-to-pecks", "name": "Cubic Feet to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Pecks"}, "factor": 3.2142558197933426},
|
||||||
{"slug": "centuries-to-months", "name": "Centuries to Months", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Months"}, "factor": 1200.0},
|
{"slug": "cubic-feet-to-pints", "name": "Cubic Feet to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Pints"}, "factor": 59.84415584415584},
|
||||||
{"slug": "centuries-to-nanoseconds", "name": "Centuries to Nanoseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Nanoseconds"}, "factor": 3.1536e+18},
|
{"slug": "cubic-feet-to-quarts", "name": "Cubic Feet to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Quarts"}, "factor": 29.92207792207792},
|
||||||
{"slug": "centuries-to-planck-time", "name": "Centuries to Planck Time", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Planck Time"}, "factor": 5.849481576340316e+52},
|
{"slug": "cubic-feet-to-tablespoons", "name": "Cubic Feet to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Tablespoons"}, "factor": 1915.012987012987},
|
||||||
{"slug": "centuries-to-seconds", "name": "Centuries to Seconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Seconds"}, "factor": 3153600000.0},
|
{"slug": "cubic-feet-to-teaspoons", "name": "Cubic Feet to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Teaspoons"}, "factor": 5745.038961038962},
|
||||||
{"slug": "centuries-to-shakes", "name": "Centuries to Shakes", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Shakes"}, "factor": 3.1536e+17},
|
{"slug": "cubic-feet-to-us-gallons", "name": "Cubic Feet to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Us Gallons"}, "factor": 7.48051948051948},
|
||||||
{"slug": "centuries-to-sidereal-days", "name": "Centuries to Sidereal Days", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Sidereal Days"}, "factor": 36599.93370440091},
|
{"slug": "cubic-feet-to-us-pints", "name": "Cubic Feet to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Feet", "in2": "Us Pints"}, "factor": 59.84415584415584},
|
||||||
{"slug": "centuries-to-weeks", "name": "Centuries to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Weeks"}, "factor": 5214.285714285715},
|
{"slug": "cubic-inches-to-acre-feet", "name": "Cubic Inches to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Acre-feet"}, "factor": 1.32852089922797e-08},
|
||||||
{"slug": "cfs-to-liters-per-minute", "name": "Cfs to Liters Per Minute", "category": "fluids", "type": "standard", "labels": {"in1": "Cfs", "in2": "Liters Per Minute"}, "factor": 1699.01079552},
|
{"slug": "cubic-inches-to-barrel-us-oil", "name": "Cubic Inches to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Barrel (us Oil)"}, "factor": 0.00010307153164296021},
|
||||||
{"slug": "cfs-to-liters-per-second", "name": "Cfs to Liters Per Second", "category": "fluids", "type": "standard", "labels": {"in1": "Cfs", "in2": "Liters Per Second"}, "factor": 28.316846592},
|
{"slug": "cubic-inches-to-bushels", "name": "Cubic Inches to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Bushels"}, "factor": 0.00046502543689139794},
|
||||||
{"slug": "chains-to-angstroms", "name": "Chains to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Angstroms"}, "factor": 201168000000.0},
|
{"slug": "cubic-inches-to-centiliters", "name": "Cubic Inches to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Centiliters"}, "factor": 1.6387063999999998},
|
||||||
{"slug": "chains-to-astronomical-units", "name": "Chains to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Astronomical Units"}, "factor": 1.3447250222124986e-10},
|
{"slug": "cubic-inches-to-cubic-feet", "name": "Cubic Inches to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Cubic Feet"}, "factor": 0.0005787037037037037},
|
||||||
{"slug": "chains-to-cables", "name": "Chains to Cables", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Cables"}, "factor": 0.108622030237581},
|
{"slug": "cubic-inches-to-cubic-meters", "name": "Cubic Inches to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Cubic Meters"}, "factor": 1.6387064e-05},
|
||||||
{"slug": "chains-to-centimeters", "name": "Chains to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Centimeters"}, "factor": 2011.68},
|
{"slug": "cubic-inches-to-cubic-yards", "name": "Cubic Inches to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Cubic Yards"}, "factor": 2.143347050754458e-05},
|
||||||
{"slug": "chains-to-cubits", "name": "Chains to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Cubits"}, "factor": 44.0},
|
{"slug": "cubic-inches-to-cups", "name": "Cubic Inches to Cups", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Cups"}, "factor": 0.06926406926406926},
|
||||||
{"slug": "chains-to-fathoms", "name": "Chains to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Fathoms"}, "factor": 11.0},
|
{"slug": "cubic-inches-to-drams-fluid", "name": "Cubic Inches to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Drams (fluid)"}, "factor": 4.432900432900433},
|
||||||
{"slug": "chains-to-fermi", "name": "Chains to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Fermi"}, "factor": 2.01168e+16},
|
{"slug": "cubic-inches-to-fluid-ounces", "name": "Cubic Inches to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Fluid Ounces"}, "factor": 0.5541125541125541},
|
||||||
{"slug": "chains-to-furlongs", "name": "Chains to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Furlongs"}, "factor": 0.1},
|
{"slug": "cubic-inches-to-gallons", "name": "Cubic Inches to Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Gallons"}, "factor": 0.004329004329004329},
|
||||||
{"slug": "chains-to-hands", "name": "Chains to Hands", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Hands"}, "factor": 198.0},
|
{"slug": "cubic-inches-to-gill", "name": "Cubic Inches to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Gill"}, "factor": 0.13852813852813853},
|
||||||
{"slug": "chains-to-inches", "name": "Chains to Inches", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Inches"}, "factor": 792.0},
|
{"slug": "cubic-inches-to-hogshead", "name": "Cubic Inches to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Hogshead"}, "factor": 6.871435433067474e-05},
|
||||||
{"slug": "chains-to-kilometers", "name": "Chains to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Kilometers"}, "factor": 0.0201168},
|
{"slug": "cubic-inches-to-imperial-fl-oz", "name": "Cubic Inches to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Imperial Fl Oz"}, "factor": 0.5767440239854468},
|
||||||
{"slug": "chains-to-leagues", "name": "Chains to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Leagues"}, "factor": 0.004166666666666667},
|
{"slug": "cubic-inches-to-imperial-gallons", "name": "Cubic Inches to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Imperial Gallons"}, "factor": 0.0036046501499090427},
|
||||||
{"slug": "chains-to-micrometers", "name": "Chains to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Micrometers"}, "factor": 20116800.0},
|
{"slug": "cubic-inches-to-imperial-pints", "name": "Cubic Inches to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Imperial Pints"}, "factor": 0.02883720119927234},
|
||||||
{"slug": "chains-to-microns", "name": "Chains to Microns", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Microns"}, "factor": 20116800.0},
|
{"slug": "cubic-inches-to-jiggers", "name": "Cubic Inches to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Jiggers"}, "factor": 0.3694083694083694},
|
||||||
{"slug": "chains-to-millimeters", "name": "Chains to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Millimeters"}, "factor": 20116.8},
|
{"slug": "cubic-inches-to-milliliters", "name": "Cubic Inches to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Milliliters"}, "factor": 16.387064},
|
||||||
{"slug": "chains-to-nanometers", "name": "Chains to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Nanometers"}, "factor": 20116800000.0},
|
{"slug": "cubic-inches-to-minims", "name": "Cubic Inches to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Minims"}, "factor": 265.97402597402595},
|
||||||
{"slug": "chains-to-nautical-miles", "name": "Chains to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Nautical Miles"}, "factor": 0.0108622030237581},
|
{"slug": "cubic-inches-to-pecks", "name": "Cubic Inches to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Pecks"}, "factor": 0.0018601017475655918},
|
||||||
{"slug": "chains-to-parsecs", "name": "Chains to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Parsecs"}, "factor": 6.5194108820276e-16},
|
{"slug": "cubic-inches-to-pints", "name": "Cubic Inches to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Pints"}, "factor": 0.03463203463203463},
|
||||||
{"slug": "chains-to-picometers", "name": "Chains to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Picometers"}, "factor": 20116800000000.0},
|
{"slug": "cubic-inches-to-quarts", "name": "Cubic Inches to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Quarts"}, "factor": 0.017316017316017316},
|
||||||
{"slug": "chains-to-rods", "name": "Chains to Rods", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Rods"}, "factor": 4.0},
|
{"slug": "cubic-inches-to-tablespoons", "name": "Cubic Inches to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Tablespoons"}, "factor": 1.1082251082251082},
|
||||||
{"slug": "chains-to-smoots", "name": "Chains to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Smoots"}, "factor": 11.82089552238806},
|
{"slug": "cubic-inches-to-teaspoons", "name": "Cubic Inches to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Teaspoons"}, "factor": 3.324675324675325},
|
||||||
{"slug": "chains-to-thou", "name": "Chains to Thou", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Thou"}, "factor": 792000.0},
|
{"slug": "cubic-inches-to-us-gallons", "name": "Cubic Inches to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Us Gallons"}, "factor": 0.004329004329004329},
|
||||||
{"slug": "chains-to-thou-mil", "name": "Chains to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Thou (mil)"}, "factor": 792000.0},
|
{"slug": "cubic-inches-to-us-pints", "name": "Cubic Inches to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Inches", "in2": "Us Pints"}, "factor": 0.03463203463203463},
|
||||||
{"slug": "circular-mils-to-acres", "name": "Circular Mils to Acres", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Acres"}, "factor": 1.252101449146529e-13},
|
{"slug": "cubic-meters-to-acre-feet", "name": "Cubic Meters to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Acre-feet"}, "factor": 0.0008107131937899126},
|
||||||
{"slug": "circular-mils-to-ares", "name": "Circular Mils to Ares", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Ares"}, "factor": 5.067074790974978e-12},
|
{"slug": "cubic-meters-to-barrel-us-oil", "name": "Cubic Meters to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Barrel (us Oil)"}, "factor": 6.289810770432105},
|
||||||
{"slug": "circular-mils-to-awg", "name": "Circular Mils to Awg", "category": "electrical", "type": "awg", "labels": {"in1": "Circular Mils", "in2": "Awg"}},
|
{"slug": "cubic-meters-to-bushels", "name": "Cubic Meters to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Bushels"}, "factor": 28.377593258401745},
|
||||||
{"slug": "circular-mils-to-barns", "name": "Circular Mils to Barns", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Barns"}, "factor": 5.067074790974978e+18},
|
{"slug": "cubic-meters-to-centiliters", "name": "Cubic Meters to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Centiliters"}, "factor": 100000.0},
|
||||||
{"slug": "circular-mils-to-dunams", "name": "Circular Mils to Dunams", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Dunams"}, "factor": 5.067074790974979e-13},
|
{"slug": "cubic-meters-to-cubic-centimeters", "name": "Cubic Meters to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Cubic Centimeters"}, "factor": 1000000.0},
|
||||||
{"slug": "circular-mils-to-hectares", "name": "Circular Mils to Hectares", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Hectares"}, "factor": 5.067074790974978e-14},
|
{"slug": "cubic-meters-to-cubic-inches", "name": "Cubic Meters to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Cubic Inches"}, "factor": 61023.74409473229},
|
||||||
{"slug": "circular-mils-to-millimeters-diameter", "name": "Circular Mils to Millimeters (diameter)", "category": "length", "type": "cmil-dia", "labels": {"in1": "Circular Mils", "in2": "Millimeters (diameter)"}},
|
{"slug": "cubic-meters-to-cups", "name": "Cubic Meters to Cups", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Cups"}, "factor": 4226.752837730374},
|
||||||
{"slug": "circular-mils-to-roods", "name": "Circular Mils to Roods", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Roods"}, "factor": 5.008405796586116e-13},
|
{"slug": "cubic-meters-to-drams-fluid", "name": "Cubic Meters to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Drams (fluid)"}, "factor": 270512.18161474395},
|
||||||
{"slug": "circular-mils-to-sections", "name": "Circular Mils to Sections", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Sections"}, "factor": 1.9564085142914516e-16},
|
{"slug": "cubic-meters-to-fluid-ounces", "name": "Cubic Meters to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Fluid Ounces"}, "factor": 33814.022701842994},
|
||||||
{"slug": "circular-mils-to-square-centimeters", "name": "Circular Mils to Square Centimeters", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Centimeters"}, "factor": 5.067074790974978e-06},
|
{"slug": "cubic-meters-to-gill", "name": "Cubic Meters to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Gill"}, "factor": 8453.505675460749},
|
||||||
{"slug": "circular-mils-to-square-feet", "name": "Circular Mils to Square Feet", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Feet"}, "factor": 5.45415391248228e-09},
|
{"slug": "cubic-meters-to-hogshead", "name": "Cubic Meters to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Hogshead"}, "factor": 4.193207174309855},
|
||||||
{"slug": "circular-mils-to-square-inches", "name": "Circular Mils to Square Inches", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Inches"}, "factor": 7.853981633974484e-07},
|
{"slug": "cubic-meters-to-imperial-fl-oz", "name": "Cubic Meters to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Imperial Fl Oz"}, "factor": 35195.07972785404},
|
||||||
{"slug": "circular-mils-to-square-kilometers", "name": "Circular Mils to Square Kilometers", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Kilometers"}, "factor": 5.067074790974978e-16},
|
{"slug": "cubic-meters-to-imperial-gallons", "name": "Cubic Meters to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Imperial Gallons"}, "factor": 219.96924829908778},
|
||||||
{"slug": "circular-mils-to-square-meters", "name": "Circular Mils to Square Meters", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Meters"}, "factor": 5.067074790974978e-10},
|
{"slug": "cubic-meters-to-imperial-pints", "name": "Cubic Meters to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Imperial Pints"}, "factor": 1759.7539863927022},
|
||||||
{"slug": "circular-mils-to-square-miles", "name": "Circular Mils to Square Miles", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Miles"}, "factor": 1.9563995331949722e-16},
|
{"slug": "cubic-meters-to-jiggers", "name": "Cubic Meters to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Jiggers"}, "factor": 22542.681801228664},
|
||||||
{"slug": "circular-mils-to-square-millimeters-cross-section", "name": "Circular Mils to Square Millimeters (cross-section)", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Millimeters (cross-section)"}, "factor": 0.0005067074790974978},
|
{"slug": "cubic-meters-to-milliliters", "name": "Cubic Meters to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Milliliters"}, "factor": 1000000.0},
|
||||||
{"slug": "circular-mils-to-square-yards", "name": "Circular Mils to Square Yards", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Square Yards"}, "factor": 6.0601710138692e-10},
|
{"slug": "cubic-meters-to-minims", "name": "Cubic Meters to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Minims"}, "factor": 16230730.896884637},
|
||||||
{"slug": "circular-mils-to-swg", "name": "Circular Mils to Swg", "category": "electrical", "type": "cmil-swg", "labels": {"in1": "Circular Mils", "in2": "Swg"}},
|
{"slug": "cubic-meters-to-pecks", "name": "Cubic Meters to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Pecks"}, "factor": 113.51037303360698},
|
||||||
{"slug": "circular-mils-to-townships", "name": "Circular Mils to Townships", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Townships"}, "factor": 5.434471477884176e-18},
|
{"slug": "cubic-meters-to-pints", "name": "Cubic Meters to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Pints"}, "factor": 2113.376418865187},
|
||||||
{"slug": "cloves-to-amu", "name": "Cloves to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Amu"}, "factor": 2.185277680596786e+27},
|
{"slug": "cubic-meters-to-quarts", "name": "Cubic Meters to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Quarts"}, "factor": 1056.6882094325936},
|
||||||
{"slug": "cloves-to-apothecary-ounces", "name": "Cloves to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Apothecary Ounces"}, "factor": 116.66666666666667},
|
{"slug": "cubic-meters-to-tablespoons", "name": "Cubic Meters to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Tablespoons"}, "factor": 67628.04540368599},
|
||||||
{"slug": "cloves-to-atomic-mass-units", "name": "Cloves to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Atomic Mass Units"}, "factor": 2.185277680596786e+27},
|
{"slug": "cubic-meters-to-teaspoons", "name": "Cubic Meters to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Teaspoons"}, "factor": 202884.136211058},
|
||||||
{"slug": "cloves-to-attograms", "name": "Cloves to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Attograms"}, "factor": 3.6287389600000005e+21},
|
{"slug": "cubic-meters-to-us-gallons", "name": "Cubic Meters to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Us Gallons"}, "factor": 264.1720523581484},
|
||||||
{"slug": "cloves-to-carats", "name": "Cloves to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Carats"}, "factor": 18143.6948},
|
{"slug": "cubic-meters-to-us-pints", "name": "Cubic Meters to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cubic Meters", "in2": "Us Pints"}, "factor": 2113.376418865187},
|
||||||
{"slug": "cloves-to-centigrams", "name": "Cloves to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Centigrams"}, "factor": 362873.896},
|
{"slug": "cubits-to-angstroms", "name": "Cubits to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Angstroms"}, "factor": 4572000000.0},
|
||||||
{"slug": "cloves-to-daltons", "name": "Cloves to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Daltons"}, "factor": 2.185277680596786e+27},
|
{"slug": "cubits-to-astronomical-units", "name": "Cubits to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Astronomical Units"}, "factor": 3.056193232301133e-12},
|
||||||
{"slug": "cloves-to-drams", "name": "Cloves to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Drams"}, "factor": 2048.0},
|
{"slug": "cubits-to-cables", "name": "Cubits to Cables", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Cables"}, "factor": 0.0024686825053995684},
|
||||||
{"slug": "cloves-to-earth-masses", "name": "Cloves to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Earth Masses"}, "factor": 6.076050634607012e-25},
|
{"slug": "cubits-to-chains", "name": "Cubits to Chains", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Chains"}, "factor": 0.022727272727272724},
|
||||||
{"slug": "cloves-to-femtograms", "name": "Cloves to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Femtograms"}, "factor": 3628738960000000.0},
|
{"slug": "cubits-to-fathoms", "name": "Cubits to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Fathoms"}, "factor": 0.25},
|
||||||
{"slug": "cloves-to-gamma-mass", "name": "Cloves to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Gamma (mass)"}, "factor": 3628738960.0},
|
{"slug": "cubits-to-feet", "name": "Cubits to Feet", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Feet"}, "factor": 1.5},
|
||||||
{"slug": "cloves-to-grains", "name": "Cloves to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Grains"}, "factor": 56000.0},
|
{"slug": "cubits-to-fermi", "name": "Cubits to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Fermi"}, "factor": 4.5719999999999994e+14},
|
||||||
{"slug": "cloves-to-grams", "name": "Cloves to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Grams"}, "factor": 3628.73896},
|
{"slug": "cubits-to-furlongs", "name": "Cubits to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Furlongs"}, "factor": 0.0022727272727272726},
|
||||||
{"slug": "cloves-to-hundredweight", "name": "Cloves to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Hundredweight"}, "factor": 0.08},
|
{"slug": "cubits-to-hands", "name": "Cubits to Hands", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Hands"}, "factor": 4.5},
|
||||||
{"slug": "cloves-to-hundredweight-cwt", "name": "Cloves to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Hundredweight (cwt)"}, "factor": 0.07142857142857142},
|
{"slug": "cubits-to-inches", "name": "Cubits to Inches", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Inches"}, "factor": 18.0},
|
||||||
{"slug": "cloves-to-long-tons", "name": "Cloves to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Long Tons"}, "factor": 0.0035714285714285718},
|
{"slug": "cubits-to-kilometers", "name": "Cubits to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Kilometers"}, "factor": 0.0004572},
|
||||||
{"slug": "cloves-to-metric-tons", "name": "Cloves to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Metric Tons"}, "factor": 0.0036287389600000003},
|
{"slug": "cubits-to-leagues", "name": "Cubits to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Leagues"}, "factor": 9.46969696969697e-05},
|
||||||
{"slug": "cloves-to-micrograms", "name": "Cloves to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Micrograms"}, "factor": 3628738960.0},
|
{"slug": "cubits-to-meters", "name": "Cubits to Meters", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Meters"}, "factor": 0.4572},
|
||||||
{"slug": "cloves-to-milligrams", "name": "Cloves to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Milligrams"}, "factor": 3628738.9600000004},
|
{"slug": "cubits-to-micrometers", "name": "Cubits to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Micrometers"}, "factor": 457200.0},
|
||||||
{"slug": "cloves-to-momme", "name": "Cloves to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Momme"}, "factor": 967.6637226666668},
|
{"slug": "cubits-to-microns", "name": "Cubits to Microns", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Microns"}, "factor": 457200.0},
|
||||||
{"slug": "cloves-to-nanograms", "name": "Cloves to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Nanograms"}, "factor": 3628738960000.0005},
|
{"slug": "cubits-to-miles", "name": "Cubits to Miles", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Miles"}, "factor": 0.0002840909090909091},
|
||||||
{"slug": "cloves-to-ounces", "name": "Cloves to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Ounces"}, "factor": 128.0},
|
{"slug": "cubits-to-millimeters", "name": "Cubits to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Millimeters"}, "factor": 457.2},
|
||||||
{"slug": "cloves-to-pennyweights", "name": "Cloves to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Pennyweights"}, "factor": 2333.3333333333335},
|
{"slug": "cubits-to-nanometers", "name": "Cubits to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Nanometers"}, "factor": 457199999.99999994},
|
||||||
{"slug": "cloves-to-picograms", "name": "Cloves to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Picograms"}, "factor": 3628738960000.0005},
|
{"slug": "cubits-to-nautical-miles", "name": "Cubits to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Nautical Miles"}, "factor": 0.0002468682505399568},
|
||||||
{"slug": "cloves-to-planck-mass", "name": "Cloves to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Planck Mass"}, "factor": 166728646.95184875},
|
{"slug": "cubits-to-parsecs", "name": "Cubits to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Parsecs"}, "factor": 1.481684291369909e-17},
|
||||||
{"slug": "cloves-to-pounds", "name": "Cloves to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Pounds"}, "factor": 8.0},
|
{"slug": "cubits-to-picometers", "name": "Cubits to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Picometers"}, "factor": 457200000000.0},
|
||||||
{"slug": "cloves-to-quarters", "name": "Cloves to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Quarters"}, "factor": 0.2857142857142857},
|
{"slug": "cubits-to-rods", "name": "Cubits to Rods", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Rods"}, "factor": 0.0909090909090909},
|
||||||
{"slug": "cloves-to-scruples", "name": "Cloves to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Scruples"}, "factor": 2800.0},
|
{"slug": "cubits-to-smoots", "name": "Cubits to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Smoots"}, "factor": 0.26865671641791045},
|
||||||
{"slug": "cloves-to-short-tons", "name": "Cloves to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Short Tons"}, "factor": 0.004},
|
{"slug": "cubits-to-thou", "name": "Cubits to Thou", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Thou"}, "factor": 18000.0},
|
||||||
{"slug": "cloves-to-slugs", "name": "Cloves to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Slugs"}, "factor": 0.2486476013249407},
|
{"slug": "cubits-to-thou-mil", "name": "Cubits to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Thou (mil)"}, "factor": 18000.0},
|
||||||
{"slug": "cloves-to-solar-masses", "name": "Cloves to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Solar Masses"}, "factor": 1.8248899706809758e-30},
|
{"slug": "cubits-to-yards", "name": "Cubits to Yards", "category": "length", "type": "standard", "labels": {"in1": "Cubits", "in2": "Yards"}, "factor": 0.5},
|
||||||
{"slug": "cloves-to-stones", "name": "Cloves to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Stones"}, "factor": 0.5714285714285714},
|
{"slug": "cups-to-acre-feet", "name": "Cups to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Acre-feet"}, "factor": 1.9180520482603817e-07},
|
||||||
{"slug": "cloves-to-tolas", "name": "Cloves to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Tolas"}, "factor": 311.1111111111111},
|
{"slug": "cups-to-barrel-us-oil", "name": "Cups to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Barrel (us Oil)"}, "factor": 0.001488095238095238},
|
||||||
{"slug": "cloves-to-tons", "name": "Cloves to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Tons"}, "factor": 0.0036287389600000003},
|
{"slug": "cups-to-bushels", "name": "Cups to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Bushels"}, "factor": 0.006713804745119558},
|
||||||
{"slug": "cloves-to-troy-ounces", "name": "Cloves to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Troy Ounces"}, "factor": 116.66666666666667},
|
{"slug": "cups-to-centiliters", "name": "Cups to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Centiliters"}, "factor": 23.65882365},
|
||||||
{"slug": "cloves-to-yoctograms", "name": "Cloves to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Yoctograms"}, "factor": 3.62873896e+27},
|
{"slug": "cups-to-cubic-centimeters", "name": "Cups to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Cubic Centimeters"}, "factor": 236.58823650000002},
|
||||||
{"slug": "cloves-to-zeptograms", "name": "Cloves to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Cloves", "in2": "Zeptograms"}, "factor": 3.6287389600000006e+24},
|
{"slug": "cups-to-cubic-feet", "name": "Cups to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Cubic Feet"}, "factor": 0.008355034722222222},
|
||||||
{"slug": "cm-per-second-to-centimeters-per-second", "name": "Cm Per Second to Centimeters Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Centimeters Per Second"}, "factor": 1.0},
|
{"slug": "cups-to-cubic-inches", "name": "Cups to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Cubic Inches"}, "factor": 14.437500000000002},
|
||||||
{"slug": "cm-per-second-to-feet-per-second", "name": "Cm Per Second to Feet Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Feet Per Second"}, "factor": 0.03280839895013123},
|
{"slug": "cups-to-cubic-meters", "name": "Cups to Cubic Meters", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Cubic Meters"}, "factor": 0.0002365882365},
|
||||||
{"slug": "cm-per-second-to-furlongs-per-fortnight", "name": "Cm Per Second to Furlongs Per Fortnight", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Furlongs Per Fortnight"}, "factor": 60.128847530422334},
|
{"slug": "cups-to-cubic-yards", "name": "Cups to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Cubic Yards"}, "factor": 0.0003094457304526749},
|
||||||
{"slug": "cm-per-second-to-km-s", "name": "Cm Per Second to km/s", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "km/s"}, "factor": 1e-05},
|
{"slug": "cups-to-drams-fluid", "name": "Cups to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Drams (fluid)"}, "factor": 64.0},
|
||||||
{"slug": "cm-per-second-to-knots", "name": "Cm Per Second to Knots", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Knots"}, "factor": 0.019438461717893492},
|
{"slug": "cups-to-gill", "name": "Cups to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Gill"}, "factor": 2.0},
|
||||||
{"slug": "cm-per-second-to-leagues-per-hour", "name": "Cm Per Second to Leagues Per Hour", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Leagues Per Hour"}, "factor": 0.0074564543068480075},
|
{"slug": "cups-to-hogshead", "name": "Cups to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Hogshead"}, "factor": 0.0009920634906491167},
|
||||||
{"slug": "cm-per-second-to-mach", "name": "Cm Per Second to Mach", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Mach"}, "factor": 2.915451895043732e-05},
|
{"slug": "cups-to-imperial-fl-oz", "name": "Cups to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Imperial Fl Oz"}, "factor": 8.326741846289888},
|
||||||
{"slug": "cm-per-second-to-meters-per-second", "name": "Cm Per Second to Meters Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Meters Per Second"}, "factor": 0.01},
|
{"slug": "cups-to-imperial-gallons", "name": "Cups to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Imperial Gallons"}, "factor": 0.052042136539311806},
|
||||||
{"slug": "cm-per-second-to-miles-per-hour", "name": "Cm Per Second to Miles Per Hour", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Miles Per Hour"}, "factor": 0.0223693629},
|
{"slug": "cups-to-imperial-pints", "name": "Cups to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Imperial Pints"}, "factor": 0.41633709231449445},
|
||||||
{"slug": "cm-per-second-to-yards-per-second", "name": "Cm Per Second to Yards Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Cm Per Second", "in2": "Yards Per Second"}, "factor": 0.010936132983377078},
|
{"slug": "cups-to-jiggers", "name": "Cups to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Jiggers"}, "factor": 5.333333333333334},
|
||||||
{"slug": "cmhg-to-atmosphere", "name": "Cmhg to Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Atmosphere"}, "factor": 0.013157858376511226},
|
{"slug": "cups-to-liters", "name": "Cups to Liters", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Liters"}, "factor": 0.2365882365},
|
||||||
{"slug": "cmhg-to-bar", "name": "Cmhg to Bar", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Bar"}, "factor": 0.0133322},
|
{"slug": "cups-to-minims", "name": "Cups to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Minims"}, "factor": 3840.0},
|
||||||
{"slug": "cmhg-to-barye", "name": "Cmhg to Barye", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Barye"}, "factor": 13332.2},
|
{"slug": "cups-to-pecks", "name": "Cups to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Pecks"}, "factor": 0.026855218980478233},
|
||||||
{"slug": "cmhg-to-dynes-per-sq-cm", "name": "Cmhg to Dynes Per Sq Cm", "category": "force", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Dynes Per Sq Cm"}, "factor": 13332.2},
|
{"slug": "cups-to-quarts", "name": "Cups to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Quarts"}, "factor": 0.25},
|
||||||
{"slug": "cmhg-to-feet-of-seawater", "name": "Cmhg to Feet Of Seawater", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Feet Of Seawater"}, "factor": 0.43515333508303994},
|
{"slug": "cups-to-us-gallons", "name": "Cups to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Us Gallons"}, "factor": 0.0625},
|
||||||
{"slug": "cmhg-to-feet-of-water", "name": "Cmhg to Feet Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Feet Of Water"}, "factor": 0.44603216846011595},
|
{"slug": "cups-to-us-pints", "name": "Cups to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Cups", "in2": "Us Pints"}, "factor": 0.5},
|
||||||
{"slug": "cmhg-to-hectopascals", "name": "Cmhg to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Hectopascals"}, "factor": 13.3322},
|
{"slug": "daltons-to-apothecary-ounces", "name": "Daltons to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Apothecary Ounces"}, "factor": 5.338757069756266e-26},
|
||||||
{"slug": "cmhg-to-inches-of-mercury", "name": "Cmhg to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Inches Of Mercury"}, "factor": 0.39369960155197764},
|
{"slug": "daltons-to-attograms", "name": "Daltons to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Attograms"}, "factor": 1.6605390666e-06},
|
||||||
{"slug": "cmhg-to-inches-of-water", "name": "Cmhg to Inches Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Inches Of Water"}, "factor": 5.352386021521392},
|
{"slug": "daltons-to-carats", "name": "Daltons to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Carats"}, "factor": 8.302695332999999e-24},
|
||||||
{"slug": "cmhg-to-kilopascals", "name": "Cmhg to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Kilopascals"}, "factor": 1.33322},
|
{"slug": "daltons-to-centigrams", "name": "Daltons to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Centigrams"}, "factor": 1.6605390666e-22},
|
||||||
{"slug": "cmhg-to-kpa", "name": "Cmhg to Kpa", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Kpa"}, "factor": 1.33322},
|
{"slug": "daltons-to-cloves", "name": "Daltons to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Cloves"}, "factor": 4.576077488362514e-28},
|
||||||
{"slug": "cmhg-to-megapascals", "name": "Cmhg to Megapascals", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Megapascals"}, "factor": 0.00133322},
|
{"slug": "daltons-to-drams", "name": "Daltons to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Drams"}, "factor": 9.371806696166428e-25},
|
||||||
{"slug": "cmhg-to-meters-of-seawater", "name": "Cmhg to Meters Of Seawater", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Meters Of Seawater"}, "factor": 0.1326347365333106},
|
{"slug": "daltons-to-earth-masses", "name": "Daltons to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Earth Masses"}, "factor": 2.7804478527175914e-52},
|
||||||
{"slug": "cmhg-to-millibars", "name": "Cmhg to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Millibars"}, "factor": 13.3322},
|
{"slug": "daltons-to-femtograms", "name": "Daltons to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Femtograms"}, "factor": 1.6605390665999998e-12},
|
||||||
{"slug": "cmhg-to-millimeters-of-mercury", "name": "Cmhg to Millimeters Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Millimeters Of Mercury"}, "factor": 10.0},
|
{"slug": "daltons-to-gamma-mass", "name": "Daltons to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Gamma (mass)"}, "factor": 1.6605390665999998e-18},
|
||||||
{"slug": "cmhg-to-mmhg", "name": "Cmhg to Mmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Mmhg"}, "factor": 10.0},
|
{"slug": "daltons-to-grains", "name": "Daltons to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Grains"}, "factor": 2.5626033934830078e-23},
|
||||||
{"slug": "cmhg-to-pascal", "name": "Cmhg to Pascal", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Pascal"}, "factor": 1333.22},
|
{"slug": "daltons-to-grams", "name": "Daltons to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Grams"}, "factor": 1.6605390666e-24},
|
||||||
{"slug": "cmhg-to-pascals", "name": "Cmhg to Pascals", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Pascals"}, "factor": 1333.22},
|
{"slug": "daltons-to-hundredweight", "name": "Daltons to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Hundredweight"}, "factor": 3.6608619906900106e-29},
|
||||||
{"slug": "cmhg-to-psi", "name": "Cmhg to Psi", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Psi"}, "factor": 0.19336722091873582},
|
{"slug": "daltons-to-hundredweight-cwt", "name": "Daltons to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Hundredweight (cwt)"}, "factor": 3.2686267774017954e-29},
|
||||||
{"slug": "cmhg-to-technical-atmosphere", "name": "Cmhg to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Technical Atmosphere"}, "factor": 0.013595060494664335},
|
{"slug": "daltons-to-kilograms", "name": "Daltons to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Kilograms"}, "factor": 1.6605390666e-27},
|
||||||
{"slug": "cmhg-to-technical-atmosphere-at", "name": "Cmhg to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Cmhg", "in2": "Technical Atmosphere (at)"}, "factor": 0.013595060494664335},
|
{"slug": "daltons-to-long-tons", "name": "Daltons to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Long Tons"}, "factor": 1.634313388700898e-30},
|
||||||
{"slug": "cms-to-gallons-per-minute", "name": "Cms to Gallons Per Minute", "category": "fluids", "type": "standard", "labels": {"in1": "Cms", "in2": "Gallons Per Minute"}, "factor": 15850.323141488903},
|
{"slug": "daltons-to-metric-tons", "name": "Daltons to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Metric Tons"}, "factor": 1.6605390666e-30},
|
||||||
{"slug": "cms-to-liters-per-minute", "name": "Cms to Liters Per Minute", "category": "fluids", "type": "standard", "labels": {"in1": "Cms", "in2": "Liters Per Minute"}, "factor": 60000.0},
|
{"slug": "daltons-to-micrograms", "name": "Daltons to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Micrograms"}, "factor": 1.6605390665999998e-18},
|
||||||
{"slug": "cord-to-board-feet", "name": "Cord to Board Feet", "category": "volume", "type": "standard", "labels": {"in1": "Cord", "in2": "Board Feet"}, "factor": 1536.0},
|
{"slug": "daltons-to-milligrams", "name": "Daltons to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Milligrams"}, "factor": 1.6605390666e-21},
|
||||||
{"slug": "cord-to-cubic-feet", "name": "Cord to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Cord", "in2": "Cubic Feet"}, "factor": 128.0},
|
{"slug": "daltons-to-momme", "name": "Daltons to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Momme"}, "factor": 4.4281041776e-25},
|
||||||
|
{"slug": "daltons-to-nanograms", "name": "Daltons to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Nanograms"}, "factor": 1.6605390666e-15},
|
||||||
|
{"slug": "daltons-to-ounces", "name": "Daltons to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Ounces"}, "factor": 5.857379185104017e-26},
|
||||||
|
{"slug": "daltons-to-pennyweights", "name": "Daltons to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Pennyweights"}, "factor": 1.0677514139512532e-24},
|
||||||
|
{"slug": "daltons-to-picograms", "name": "Daltons to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Picograms"}, "factor": 1.6605390666e-15},
|
||||||
|
{"slug": "daltons-to-planck-mass", "name": "Daltons to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Planck Mass"}, "factor": 7.629632079814963e-20},
|
||||||
|
{"slug": "daltons-to-pounds", "name": "Daltons to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Pounds"}, "factor": 3.660861990690011e-27},
|
||||||
|
{"slug": "daltons-to-quarters", "name": "Daltons to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Quarters"}, "factor": 1.3074507109607182e-28},
|
||||||
|
{"slug": "daltons-to-scruples", "name": "Daltons to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Scruples"}, "factor": 1.2813016967415039e-24},
|
||||||
|
{"slug": "daltons-to-short-tons", "name": "Daltons to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Short Tons"}, "factor": 1.8304309953450054e-30},
|
||||||
|
{"slug": "daltons-to-slugs", "name": "Daltons to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Slugs"}, "factor": 1.1378306909583982e-28},
|
||||||
|
{"slug": "daltons-to-solar-masses", "name": "Daltons to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Solar Masses"}, "factor": 8.350837913571741e-58},
|
||||||
|
{"slug": "daltons-to-stones", "name": "Daltons to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Stones"}, "factor": 2.6149014219214363e-28},
|
||||||
|
{"slug": "daltons-to-tolas", "name": "Daltons to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Tolas"}, "factor": 1.423668551935004e-25},
|
||||||
|
{"slug": "daltons-to-tons", "name": "Daltons to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Tons"}, "factor": 1.6605390666e-30},
|
||||||
|
{"slug": "daltons-to-troy-ounces", "name": "Daltons to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Troy Ounces"}, "factor": 5.338757069756266e-26},
|
||||||
|
{"slug": "daltons-to-yoctograms", "name": "Daltons to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Yoctograms"}, "factor": 1.6605390666},
|
||||||
|
{"slug": "daltons-to-zeptograms", "name": "Daltons to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Daltons", "in2": "Zeptograms"}, "factor": 0.0016605390666000002},
|
||||||
|
{"slug": "days-to-atomic-time-units", "name": "Days to Atomic Time Units", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Atomic Time Units"}, "factor": 3.5718946561597343e+21},
|
||||||
|
{"slug": "days-to-centuries", "name": "Days to Centuries", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Centuries"}, "factor": 2.7397260273972603e-05},
|
||||||
|
{"slug": "days-to-decades", "name": "Days to Decades", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Decades"}, "factor": 0.0002737850787132101},
|
||||||
|
{"slug": "days-to-jiffies", "name": "Days to Jiffies", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Jiffies"}, "factor": 8640000.0},
|
||||||
|
{"slug": "days-to-julian-years", "name": "Days to Julian Years", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Julian Years"}, "factor": 0.0027378507871321013},
|
||||||
|
{"slug": "days-to-microseconds", "name": "Days to Microseconds", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Microseconds"}, "factor": 86400000000.0},
|
||||||
|
{"slug": "days-to-milliseconds", "name": "Days to Milliseconds", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Milliseconds"}, "factor": 86400000.0},
|
||||||
|
{"slug": "days-to-months", "name": "Days to Months", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Months"}, "factor": 0.03285488408386209},
|
||||||
|
{"slug": "days-to-nanoseconds", "name": "Days to Nanoseconds", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Nanoseconds"}, "factor": 86400000000000.0},
|
||||||
|
{"slug": "days-to-planck-time", "name": "Days to Planck Time", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Planck Time"}, "factor": 1.6025976921480317e+48},
|
||||||
|
{"slug": "days-to-seconds", "name": "Days to Seconds", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Seconds"}, "factor": 86400.0},
|
||||||
|
{"slug": "days-to-shakes", "name": "Days to Shakes", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Shakes"}, "factor": 8640000000000.0},
|
||||||
|
{"slug": "days-to-sidereal-days", "name": "Days to Sidereal Days", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Sidereal Days"}, "factor": 1.0027379097096139},
|
||||||
|
{"slug": "days-to-weeks", "name": "Days to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Days", "in2": "Weeks"}, "factor": 0.14285714285714285},
|
||||||
|
{"slug": "decades-to-atomic-time-units", "name": "Decades to Atomic Time Units", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Atomic Time Units"}, "factor": 1.304634523162343e+25},
|
||||||
|
{"slug": "decades-to-centuries", "name": "Decades to Centuries", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Centuries"}, "factor": 0.10006849315068493},
|
||||||
|
{"slug": "decades-to-days", "name": "Decades to Days", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Days"}, "factor": 3652.5},
|
||||||
|
{"slug": "decades-to-fortnights", "name": "Decades to Fortnights", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Fortnights"}, "factor": 260.89285714285717},
|
||||||
|
{"slug": "decades-to-hours", "name": "Decades to Hours", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Hours"}, "factor": 87660.0},
|
||||||
|
{"slug": "decades-to-jiffies", "name": "Decades to Jiffies", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Jiffies"}, "factor": 31557600000.0},
|
||||||
|
{"slug": "decades-to-julian-years", "name": "Decades to Julian Years", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Julian Years"}, "factor": 10.0},
|
||||||
|
{"slug": "decades-to-microseconds", "name": "Decades to Microseconds", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Microseconds"}, "factor": 315576000000000.0},
|
||||||
|
{"slug": "decades-to-milliseconds", "name": "Decades to Milliseconds", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Milliseconds"}, "factor": 315576000000.0},
|
||||||
|
{"slug": "decades-to-minutes", "name": "Decades to Minutes", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Minutes"}, "factor": 5259600.0},
|
||||||
|
{"slug": "decades-to-months", "name": "Decades to Months", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Months"}, "factor": 120.00246411630629},
|
||||||
|
{"slug": "decades-to-nanoseconds", "name": "Decades to Nanoseconds", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Nanoseconds"}, "factor": 3.15576e+17},
|
||||||
|
{"slug": "decades-to-planck-time", "name": "Decades to Planck Time", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Planck Time"}, "factor": 5.853488070570686e+51},
|
||||||
|
{"slug": "decades-to-seconds", "name": "Decades to Seconds", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Seconds"}, "factor": 315576000.0},
|
||||||
|
{"slug": "decades-to-shakes", "name": "Decades to Shakes", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Shakes"}, "factor": 3.15576e+16},
|
||||||
|
{"slug": "decades-to-sidereal-days", "name": "Decades to Sidereal Days", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Sidereal Days"}, "factor": 3662.5002152143643},
|
||||||
|
{"slug": "decades-to-weeks", "name": "Decades to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Weeks"}, "factor": 521.7857142857143},
|
||||||
|
{"slug": "disintegrations-per-second-to-banana-equivalent-dose", "name": "Disintegrations Per Second to Banana Equivalent Dose", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Banana Equivalent Dose"}, "factor": 0.06666666666666667},
|
||||||
|
{"slug": "disintegrations-per-second-to-becquerel", "name": "Disintegrations Per Second to Becquerel", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Becquerel"}, "factor": 1.0},
|
||||||
|
{"slug": "disintegrations-per-second-to-coulomb-per-kilogram", "name": "Disintegrations Per Second to Coulomb Per Kilogram", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Coulomb Per Kilogram"}, "factor": 1.96e-10},
|
||||||
|
{"slug": "disintegrations-per-second-to-counts-per-minute", "name": "Disintegrations Per Second to Counts Per Minute", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Counts Per Minute"}, "factor": 60.0},
|
||||||
|
{"slug": "disintegrations-per-second-to-curie", "name": "Disintegrations Per Second to Curie", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Curie"}, "factor": 2.7027027e-11, "hidden": true},
|
||||||
|
{"slug": "disintegrations-per-second-to-gray", "name": "Disintegrations Per Second to Gray", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Gray"}, "factor": 6.666666666666666e-09},
|
||||||
|
{"slug": "disintegrations-per-second-to-microsievert", "name": "Disintegrations Per Second to Microsievert", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Microsievert"}, "factor": 0.006666666666666666},
|
||||||
|
{"slug": "disintegrations-per-second-to-millirem", "name": "Disintegrations Per Second to Millirem", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Millirem"}, "factor": 0.0006666666666666666},
|
||||||
|
{"slug": "disintegrations-per-second-to-millisievert", "name": "Disintegrations Per Second to Millisievert", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Millisievert"}, "factor": 6.666666666666666e-06},
|
||||||
|
{"slug": "disintegrations-per-second-to-picocurie", "name": "Disintegrations Per Second to Picocurie", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Picocurie"}, "factor": 27.027027027027028},
|
||||||
|
{"slug": "disintegrations-per-second-to-rad", "name": "Disintegrations Per Second to Rad", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Rad"}, "factor": 6.666666666666666e-07},
|
||||||
|
{"slug": "disintegrations-per-second-to-rem", "name": "Disintegrations Per Second to Rem", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Rem"}, "factor": 6.666666666666666e-07},
|
||||||
|
{"slug": "disintegrations-per-second-to-roentgen", "name": "Disintegrations Per Second to Roentgen", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Roentgen"}, "factor": 7.6e-07},
|
||||||
|
{"slug": "disintegrations-per-second-to-rutherford", "name": "Disintegrations Per Second to Rutherford", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Rutherford"}, "factor": 1e-06, "hidden": true},
|
||||||
|
{"slug": "disintegrations-per-second-to-sievert", "name": "Disintegrations Per Second to Sievert", "category": "radiation", "type": "standard", "labels": {"in1": "Disintegrations Per Second", "in2": "Sievert"}, "factor": 6.666666666666666e-09},
|
||||||
|
{"slug": "drams-to-acre-feet", "name": "Drams (fluid) to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Acre-feet"}, "factor": 2.9969563254068463e-09},
|
||||||
|
{"slug": "drams-to-barrel-us-oil", "name": "Drams (fluid) to Barrel (us Oil)", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Barrel (us Oil)"}, "factor": 2.3251488095238094e-05},
|
||||||
|
{"slug": "drams-to-bushels", "name": "Drams (fluid) to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Bushels"}, "factor": 0.0001049031991424931},
|
||||||
|
{"slug": "drams-to-centiliters", "name": "Drams (fluid) to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Centiliters"}, "factor": 0.36966911953125},
|
||||||
|
{"slug": "drams-to-cubic-feet", "name": "Drams (fluid) to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Cubic Feet"}, "factor": 0.00013054741753472222},
|
||||||
|
{"slug": "drams-to-cubic-yards", "name": "Drams (fluid) to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Cubic Yards"}, "factor": 4.835089538323045e-06},
|
||||||
|
{"slug": "drams-to-amu", "name": "Drams to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Amu"}, "factor": 1.0670301174788994e+24},
|
||||||
|
{"slug": "drams-to-apothecary-ounces", "name": "Drams to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Apothecary Ounces"}, "factor": 0.056966145833333336},
|
||||||
|
{"slug": "drams-to-atomic-mass-units", "name": "Drams to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Atomic Mass Units"}, "factor": 1.0670301174788994e+24},
|
||||||
|
{"slug": "drams-to-attograms", "name": "Drams to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Attograms"}, "factor": 1.7718451953125e+18},
|
||||||
|
{"slug": "drams-to-carats", "name": "Drams to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Carats"}, "factor": 8.8592259765625},
|
||||||
|
{"slug": "drams-to-centigrams", "name": "Drams to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Centigrams"}, "factor": 177.18451953125},
|
||||||
|
{"slug": "drams-to-cloves", "name": "Drams to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Cloves"}, "factor": 0.00048828125},
|
||||||
|
{"slug": "drams-to-daltons", "name": "Drams to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Daltons"}, "factor": 1.0670301174788994e+24},
|
||||||
|
{"slug": "drams-to-earth-masses", "name": "Drams to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Earth Masses"}, "factor": 2.9668215989292052e-28},
|
||||||
|
{"slug": "drams-to-femtograms", "name": "Drams to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Femtograms"}, "factor": 1771845195312500.0},
|
||||||
|
{"slug": "drams-to-gamma-mass", "name": "Drams to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Gamma (mass)"}, "factor": 1771845.1953125},
|
||||||
|
{"slug": "drams-to-grains", "name": "Drams to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Grains"}, "factor": 27.34375},
|
||||||
|
{"slug": "drams-to-hundredweight", "name": "Drams to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Hundredweight"}, "factor": 3.90625e-05},
|
||||||
|
{"slug": "drams-to-hundredweight-cwt", "name": "Drams to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Hundredweight (cwt)"}, "factor": 3.487723214285714e-05},
|
||||||
|
{"slug": "drams-to-kilograms", "name": "Drams to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Kilograms"}, "factor": 0.0017718451953125},
|
||||||
|
{"slug": "drams-to-long-tons", "name": "Drams to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Long Tons"}, "factor": 1.7438616071428573e-06},
|
||||||
|
{"slug": "drams-to-metric-tons", "name": "Drams to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Metric Tons"}, "factor": 1.7718451953125002e-06},
|
||||||
|
{"slug": "drams-to-micrograms", "name": "Drams to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Micrograms"}, "factor": 1771845.1953125},
|
||||||
|
{"slug": "drams-to-milligrams", "name": "Drams to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Milligrams"}, "factor": 1771.8451953125},
|
||||||
|
{"slug": "drams-to-momme", "name": "Drams to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Momme"}, "factor": 0.47249205208333334},
|
||||||
|
{"slug": "drams-to-nanograms", "name": "Drams to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Nanograms"}, "factor": 1771845195.3125},
|
||||||
|
{"slug": "drams-to-ounces", "name": "Drams to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Ounces"}, "factor": 0.0625},
|
||||||
|
{"slug": "drams-to-pennyweights", "name": "Drams to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Pennyweights"}, "factor": 1.1393229166666667},
|
||||||
|
{"slug": "drams-to-picograms", "name": "Drams to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Picograms"}, "factor": 1771845195312.5},
|
||||||
|
{"slug": "drams-to-planck-mass", "name": "Drams to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Planck Mass"}, "factor": 81410.4721444574},
|
||||||
|
{"slug": "drams-to-pounds", "name": "Drams to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Pounds"}, "factor": 0.00390625},
|
||||||
|
{"slug": "drams-to-quarters", "name": "Drams to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Quarters"}, "factor": 0.00013950892857142856},
|
||||||
|
{"slug": "drams-to-scruples", "name": "Drams to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Scruples"}, "factor": 1.3671875},
|
||||||
|
{"slug": "drams-to-short-tons", "name": "Drams to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Short Tons"}, "factor": 1.953125e-06},
|
||||||
|
{"slug": "drams-to-slugs", "name": "Drams to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Slugs"}, "factor": 0.00012140996160773755},
|
||||||
|
{"slug": "drams-to-solar-masses", "name": "Drams to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Solar Masses"}, "factor": 8.910595559965702e-34},
|
||||||
|
{"slug": "drams-to-stones", "name": "Drams to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Stones"}, "factor": 0.00027901785714285713},
|
||||||
|
{"slug": "drams-to-tablespoons", "name": "Drams (fluid) to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Tablespoons"}, "factor": 0.25, "hidden": true},
|
||||||
|
{"slug": "drams-to-teaspoons", "name": "Drams (fluid) to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Teaspoons"}, "factor": 0.75, "hidden": true},
|
||||||
|
{"slug": "drams-to-tolas", "name": "Drams to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Tolas"}, "factor": 0.151909608913252},
|
||||||
|
{"slug": "drams-to-tons", "name": "Drams to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Tons"}, "factor": 1.7718451953125002e-06},
|
||||||
|
{"slug": "drams-to-troy-ounces", "name": "Drams to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Troy Ounces"}, "factor": 0.056966145833333336},
|
||||||
|
{"slug": "drams-to-us-gallons", "name": "Drams (fluid) to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Us Gallons"}, "factor": 0.0009765625, "hidden": true},
|
||||||
|
{"slug": "drams-to-us-pints", "name": "Drams (fluid) to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Us Pints"}, "factor": 0.0078125, "hidden": true},
|
||||||
|
{"slug": "drams-to-yoctograms", "name": "Drams to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Yoctograms"}, "factor": 1.7718451953125e+24},
|
||||||
|
{"slug": "drams-to-zeptograms", "name": "Drams to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Zeptograms"}, "factor": 1.7718451953125e+21},
|
||||||
|
{"slug": "dynes-per-sq-cm-to-technical-atmosphere", "name": "Dynes Per Sq Cm to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Technical Atmosphere"}, "factor": 1.0197162129779282e-06},
|
||||||
|
{"slug": "dynes-per-sq-cm-to-technical-atmosphere-at", "name": "Dynes Per Sq Cm to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Technical Atmosphere (at)"}, "factor": 1.0197162129779282e-06},
|
||||||
|
{"slug": "dynes-per-sq-cm-to-torr", "name": "Dynes Per Sq Cm to Torr", "category": "pressure", "type": "standard", "labels": {"in1": "Dynes Per Sq Cm", "in2": "Torr"}, "factor": 0.000750062},
|
||||||
|
{"slug": "earth-masses-to-amu", "name": "Earth Masses to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Amu"}, "factor": 3.596542905930088e+51},
|
||||||
|
{"slug": "earth-masses-to-apothecary-ounces", "name": "Earth Masses to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Apothecary Ounces"}, "factor": 1.9201068865716004e+26},
|
||||||
|
{"slug": "earth-masses-to-atomic-mass-units", "name": "Earth Masses to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Atomic Mass Units"}, "factor": 3.596542905930088e+51},
|
||||||
|
{"slug": "earth-masses-to-attograms", "name": "Earth Masses to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Attograms"}, "factor": 5.9722e+45},
|
||||||
|
{"slug": "earth-masses-to-carats", "name": "Earth Masses to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Carats"}, "factor": 2.9860999999999998e+28},
|
||||||
|
{"slug": "earth-masses-to-centigrams", "name": "Earth Masses to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Centigrams"}, "factor": 5.9722e+29},
|
||||||
|
{"slug": "earth-masses-to-cloves", "name": "Earth Masses to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Cloves"}, "factor": 1.6458059027756572e+24},
|
||||||
|
{"slug": "earth-masses-to-daltons", "name": "Earth Masses to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Daltons"}, "factor": 3.596542905930088e+51},
|
||||||
|
{"slug": "earth-masses-to-drams", "name": "Earth Masses to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Drams"}, "factor": 3.370610488884546e+27},
|
||||||
|
{"slug": "earth-masses-to-femtograms", "name": "Earth Masses to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Femtograms"}, "factor": 5.9722e+42},
|
||||||
|
{"slug": "earth-masses-to-gamma-mass", "name": "Earth Masses to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Gamma (mass)"}, "factor": 5.9722e+33},
|
||||||
|
{"slug": "earth-masses-to-grains", "name": "Earth Masses to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Grains"}, "factor": 9.216513055543681e+28},
|
||||||
|
{"slug": "earth-masses-to-grams", "name": "Earth Masses to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Grams"}, "factor": 5.9722e+27},
|
||||||
|
{"slug": "earth-masses-to-hundredweight", "name": "Earth Masses to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Hundredweight"}, "factor": 1.3166447222205259e+23},
|
||||||
|
{"slug": "earth-masses-to-hundredweight-cwt", "name": "Earth Masses to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Hundredweight (cwt)"}, "factor": 1.1755756448397552e+23},
|
||||||
|
{"slug": "earth-masses-to-long-tons", "name": "Earth Masses to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Long Tons"}, "factor": 5.877878224198777e+21},
|
||||||
|
{"slug": "earth-masses-to-metric-tons", "name": "Earth Masses to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Metric Tons"}, "factor": 5.9722e+21},
|
||||||
|
{"slug": "earth-masses-to-micrograms", "name": "Earth Masses to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Micrograms"}, "factor": 5.9722e+33},
|
||||||
|
{"slug": "earth-masses-to-milligrams", "name": "Earth Masses to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Milligrams"}, "factor": 5.9722e+30},
|
||||||
|
{"slug": "earth-masses-to-momme", "name": "Earth Masses to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Momme"}, "factor": 1.5925866666666665e+27},
|
||||||
|
{"slug": "earth-masses-to-nanograms", "name": "Earth Masses to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Nanograms"}, "factor": 5.972200000000001e+36},
|
||||||
|
{"slug": "earth-masses-to-ounces", "name": "Earth Masses to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Ounces"}, "factor": 2.1066315555528412e+26},
|
||||||
|
{"slug": "earth-masses-to-pennyweights", "name": "Earth Masses to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Pennyweights"}, "factor": 3.840213773143201e+27},
|
||||||
|
{"slug": "earth-masses-to-picograms", "name": "Earth Masses to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Picograms"}, "factor": 5.9722e+39},
|
||||||
|
{"slug": "earth-masses-to-planck-mass", "name": "Earth Masses to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Planck Mass"}, "factor": 2.744029913151513e+32},
|
||||||
|
{"slug": "earth-masses-to-pounds", "name": "Earth Masses to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Pounds"}, "factor": 1.3166447222205258e+25},
|
||||||
|
{"slug": "earth-masses-to-quarters", "name": "Earth Masses to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Quarters"}, "factor": 4.702302579359021e+23},
|
||||||
|
{"slug": "earth-masses-to-scruples", "name": "Earth Masses to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Scruples"}, "factor": 4.6082565277718406e+27},
|
||||||
|
{"slug": "earth-masses-to-short-tons", "name": "Earth Masses to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Short Tons"}, "factor": 6.58322361110263e+21},
|
||||||
|
{"slug": "earth-masses-to-slugs", "name": "Earth Masses to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Slugs"}, "factor": 4.0922569005011026e+23},
|
||||||
|
{"slug": "earth-masses-to-solar-masses", "name": "Earth Masses to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Solar Masses"}, "factor": 3.0034146856628466e-06},
|
||||||
|
{"slug": "earth-masses-to-stones", "name": "Earth Masses to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Stones"}, "factor": 9.404605158718042e+23},
|
||||||
|
{"slug": "earth-masses-to-tolas", "name": "Earth Masses to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Tolas"}, "factor": 5.120281211653565e+26},
|
||||||
|
{"slug": "earth-masses-to-tons", "name": "Earth Masses to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Tons"}, "factor": 5.9722e+21},
|
||||||
|
{"slug": "earth-masses-to-troy-ounces", "name": "Earth Masses to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Troy Ounces"}, "factor": 1.9201068865716004e+26},
|
||||||
|
{"slug": "earth-masses-to-yoctograms", "name": "Earth Masses to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Yoctograms"}, "factor": 5.9722e+51},
|
||||||
|
{"slug": "earth-masses-to-zeptograms", "name": "Earth Masses to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Earth Masses", "in2": "Zeptograms"}, "factor": 5.9722e+48},
|
||||||
|
{"slug": "exabytes-to-words-32-bit", "name": "Exabytes to Words (32-bit)", "category": "data", "type": "standard", "labels": {"in1": "Exabytes", "in2": "Words (32-bit)"}, "factor": 250000000000000000.0},
|
||||||
|
{"slug": "feet-to-angstroms", "name": "Feet to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Angstroms"}, "factor": 3048000000.0},
|
||||||
|
{"slug": "feet-to-astronomical-units", "name": "Feet to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Astronomical Units"}, "factor": 2.0374832820282867e-12},
|
||||||
|
{"slug": "feet-to-cables", "name": "Feet to Cables", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Cables"}, "factor": 0.0016457883369330454},
|
||||||
|
{"slug": "feet-to-chains", "name": "Feet to Chains", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Chains"}, "factor": 0.015151515151515152},
|
||||||
|
{"slug": "fathoms-to-angstroms", "name": "Fathoms to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Angstroms"}, "factor": 1.8288e+10},
|
||||||
|
{"slug": "fathoms-to-astronomical-units", "name": "Fathoms to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Astronomical Units"}, "factor": 1.2220762997417975e-11},
|
||||||
|
{"slug": "fathoms-to-cables", "name": "Fathoms to Cables", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Cables"}, "factor": 0.009874110039160087},
|
||||||
|
{"slug": "fathoms-to-centimeters", "name": "Fathoms to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Centimeters"}, "factor": 182.88},
|
||||||
|
{"slug": "fathoms-to-chains", "name": "Fathoms to Chains", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Chains"}, "factor": 0.09072681704260651},
|
||||||
|
{"slug": "fathoms-to-cubits", "name": "Fathoms to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Cubits"}, "factor": 4.0},
|
||||||
|
{"slug": "fathoms-to-fermi", "name": "Fathoms to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Fermi"}, "factor": 1.8288e+15},
|
||||||
|
{"slug": "fathoms-to-furlongs", "name": "Fathoms to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Furlongs"}, "factor": 0.009084205598455598},
|
||||||
|
{"slug": "fathoms-to-hands", "name": "Fathoms to Hands", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Hands"}, "factor": 18.0},
|
||||||
|
{"slug": "fathoms-to-inches", "name": "Fathoms to Inches", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Inches"}, "factor": 72.0},
|
||||||
|
{"slug": "fathoms-to-kilometers", "name": "Fathoms to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Kilometers"}, "factor": 0.0018288},
|
||||||
|
{"slug": "fathoms-to-leagues", "name": "Fathoms to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Leagues"}, "factor": 0.0003787765882201048},
|
||||||
|
{"slug": "fathoms-to-micrometers", "name": "Fathoms to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Micrometers"}, "factor": 1828800.0},
|
||||||
|
{"slug": "fathoms-to-microns", "name": "Fathoms to Microns", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Microns"}, "factor": 1828800.0},
|
||||||
|
{"slug": "fathoms-to-miles", "name": "Fathoms to Miles", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Miles"}, "factor": 0.0011363636363636365},
|
||||||
|
{"slug": "fathoms-to-millimeters", "name": "Fathoms to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Millimeters"}, "factor": 1828.8},
|
||||||
|
{"slug": "fathoms-to-nanometers", "name": "Fathoms to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Nanometers"}, "factor": 1828800000.0},
|
||||||
|
{"slug": "fathoms-to-nautical-miles", "name": "Fathoms to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Nautical Miles"}, "factor": 0.0009878833333333333},
|
||||||
|
{"slug": "fathoms-to-parsecs", "name": "Fathoms to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Parsecs"}, "factor": 5.928411534114493e-17},
|
||||||
|
{"slug": "fathoms-to-picometers", "name": "Fathoms to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Picometers"}, "factor": 1828800000000.0},
|
||||||
|
{"slug": "fathoms-to-rods", "name": "Fathoms to Rods", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Rods"}, "factor": 0.3639976386600145},
|
||||||
|
{"slug": "fathoms-to-smoots", "name": "Fathoms to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Smoots"}, "factor": 1.0747644668186313},
|
||||||
|
{"slug": "fathoms-to-thou", "name": "Fathoms to Thou", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Thou"}, "factor": 72000.0},
|
||||||
|
{"slug": "fathoms-to-thou-mil", "name": "Fathoms to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Thou (mil)"}, "factor": 72000.0},
|
||||||
|
{"slug": "fathoms-to-yards", "name": "Fathoms to Yards", "category": "length", "type": "standard", "labels": {"in1": "Fathoms", "in2": "Yards"}, "factor": 2.0},
|
||||||
|
{"slug": "feet-of-seawater-to-atmosphere", "name": "Feet Of Seawater to Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Atmosphere"}, "factor": 0.030267312709991823},
|
||||||
|
{"slug": "feet-of-seawater-to-bar", "name": "Feet Of Seawater to Bar", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Bar"}, "factor": 0.03068141781287043},
|
||||||
|
{"slug": "feet-of-seawater-to-barye", "name": "Feet Of Seawater to Barye", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Barye"}, "factor": 30676.84691075},
|
||||||
|
{"slug": "feet-of-seawater-to-cmhg", "name": "Feet Of Seawater to Cmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Cmhg"}, "factor": 2.303315588999051},
|
||||||
|
{"slug": "feet-of-seawater-to-dynes-per-sq-cm", "name": "Feet Of Seawater to Dynes Per Sq Cm", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Dynes Per Sq Cm"}, "factor": 30676.84691075},
|
||||||
|
{"slug": "feet-of-seawater-to-feet-of-water", "name": "Feet Of Seawater to Feet Of Water", "category": "length", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Feet Of Water"}, "factor": 1.026406561174551},
|
||||||
|
{"slug": "feet-of-seawater-to-hectopascals", "name": "Feet Of Seawater to Hectopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Hectopascals"}, "factor": 30.6864734231},
|
||||||
|
{"slug": "feet-of-seawater-to-inches-of-mercury", "name": "Feet Of Seawater to Inches Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Inches Of Mercury"}, "factor": 0.905547025},
|
||||||
|
{"slug": "feet-of-seawater-to-inches-of-water", "name": "Feet Of Seawater to Inches Of Water", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Inches Of Water"}, "factor": 12.320363205},
|
||||||
|
{"slug": "feet-of-seawater-to-kilopascals", "name": "Feet Of Seawater to Kilopascals", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Kilopascals"}, "factor": 3.06864734231},
|
||||||
|
{"slug": "feet-of-seawater-to-kpa", "name": "Feet Of Seawater to Kpa", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Kpa"}, "factor": 3.06864734231},
|
||||||
|
{"slug": "feet-of-seawater-to-megapascals", "name": "Feet Of Seawater to Megapascals", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Megapascals"}, "factor": 0.00306864734231},
|
||||||
|
{"slug": "feet-of-seawater-to-meters-of-seawater", "name": "Feet Of Seawater to Meters Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Meters Of Seawater"}, "factor": 0.3048},
|
||||||
|
{"slug": "feet-of-seawater-to-millibars", "name": "Feet Of Seawater to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Feet Of Seawater", "in2": "Millibars"}, "factor": 30.6864734231},
|
||||||
|
{"slug": "femtograms-to-amu", "name": "Femtograms to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Amu"}, "factor": 602214.0762081123},
|
||||||
|
{"slug": "femtograms-to-apothecary-ounces", "name": "Femtograms to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Apothecary Ounces"}, "factor": 3.2150746568627984e-20},
|
||||||
|
{"slug": "femtograms-to-atomic-mass-units", "name": "Femtograms to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Atomic Mass Units"}, "factor": 602214.0762081123},
|
||||||
|
{"slug": "femtograms-to-carats", "name": "Femtograms to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Carats"}, "factor": 5e-18},
|
||||||
|
{"slug": "femtograms-to-centigrams", "name": "Femtograms to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Centigrams"}, "factor": 1.0000000000000001e-16},
|
||||||
|
{"slug": "femtograms-to-cloves", "name": "Femtograms to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Cloves"}, "factor": 2.75577827731097e-22},
|
||||||
|
{"slug": "femtograms-to-daltons", "name": "Femtograms to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Daltons"}, "factor": 602214.0762081123},
|
||||||
|
{"slug": "femtograms-to-drams", "name": "Femtograms to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Drams"}, "factor": 5.643833911932867e-19},
|
||||||
|
{"slug": "femtograms-to-earth-masses", "name": "Femtograms to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Earth Masses"}, "factor": 1.6744248350691538e-46},
|
||||||
|
{"slug": "femtograms-to-gamma-mass", "name": "Femtograms to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Gamma (mass)"}, "factor": 1.0000000000000002e-12},
|
||||||
|
{"slug": "femtograms-to-grains", "name": "Femtograms to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Grains"}, "factor": 1.5432358352941432e-17},
|
||||||
|
{"slug": "femtograms-to-grams", "name": "Femtograms to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Grams"}, "factor": 1e-18},
|
||||||
|
{"slug": "femtograms-to-hundredweight", "name": "Femtograms to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Hundredweight"}, "factor": 2.2046226218487758e-23},
|
||||||
|
{"slug": "femtograms-to-hundredweight-cwt", "name": "Femtograms to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Hundredweight (cwt)"}, "factor": 1.9684130552221216e-23},
|
||||||
|
{"slug": "femtograms-to-kilograms", "name": "Femtograms to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Kilograms"}, "factor": 1e-21},
|
||||||
|
{"slug": "femtograms-to-long-tons", "name": "Femtograms to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Long Tons"}, "factor": 9.842065276110606e-25},
|
||||||
|
{"slug": "femtograms-to-metric-tons", "name": "Femtograms to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Metric Tons"}, "factor": 1.0000000000000001e-24},
|
||||||
|
{"slug": "femtograms-to-micrograms", "name": "Femtograms to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Micrograms"}, "factor": 1.0000000000000002e-12},
|
||||||
|
{"slug": "femtograms-to-milligrams", "name": "Femtograms to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Milligrams"}, "factor": 1e-15},
|
||||||
|
{"slug": "femtograms-to-momme", "name": "Femtograms to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Momme"}, "factor": 2.666666666666667e-19},
|
||||||
|
{"slug": "femtograms-to-nanograms", "name": "Femtograms to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Nanograms"}, "factor": 1e-09},
|
||||||
|
{"slug": "femtograms-to-ounces", "name": "Femtograms to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Ounces"}, "factor": 3.5273961949580416e-20},
|
||||||
|
{"slug": "femtograms-to-pennyweights", "name": "Femtograms to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Pennyweights"}, "factor": 6.430149313725597e-19},
|
||||||
|
{"slug": "femtograms-to-planck-mass", "name": "Femtograms to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Planck Mass"}, "factor": 4.594671834753547e-14},
|
||||||
|
{"slug": "femtograms-to-pounds", "name": "Femtograms to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Pounds"}, "factor": 2.204622621848776e-21},
|
||||||
|
{"slug": "femtograms-to-quarters", "name": "Femtograms to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Quarters"}, "factor": 7.873652220888485e-20},
|
||||||
|
{"slug": "femtograms-to-scruples", "name": "Femtograms to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Scruples"}, "factor": 7.716179176470716e-19},
|
||||||
|
{"slug": "femtograms-to-short-tons", "name": "Femtograms to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Short Tons"}, "factor": 1.102311310924388e-24},
|
||||||
|
{"slug": "femtograms-to-slugs", "name": "Femtograms to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Slugs"}, "factor": 6.852176585682166e-23},
|
||||||
|
{"slug": "femtograms-to-solar-masses", "name": "Femtograms to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Solar Masses"}, "factor": 5.028992139685286e-49},
|
||||||
|
{"slug": "femtograms-to-stones", "name": "Femtograms to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Stones"}, "factor": 1.5747304441776973e-22},
|
||||||
|
{"slug": "femtograms-to-tolas", "name": "Femtograms to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Tolas"}, "factor": 8.573526023330707e-20},
|
||||||
|
{"slug": "femtograms-to-tons", "name": "Femtograms to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Tons"}, "factor": 1.0000000000000001e-24},
|
||||||
|
{"slug": "femtograms-to-troy-ounces", "name": "Femtograms to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Troy Ounces"}, "factor": 3.2150746568627984e-20},
|
||||||
|
{"slug": "femtograms-to-yoctograms", "name": "Femtograms to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Yoctograms"}, "factor": 1e-12},
|
||||||
|
{"slug": "femtograms-to-zeptograms", "name": "Femtograms to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Femtograms", "in2": "Zeptograms"}, "factor": 1e-15},
|
||||||
|
{"slug": "feet-to-angstroms", "name": "Feet to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Angstroms"}, "factor": 3048000000.0},
|
||||||
|
{"slug": "feet-to-astronomical-units", "name": "Feet to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Astronomical Units"}, "factor": 2.0374832820282867e-12},
|
||||||
|
{"slug": "feet-to-cables", "name": "Feet to Cables", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Cables"}, "factor": 0.0016457883369330454},
|
||||||
|
{"slug": "feet-to-chains", "name": "Feet to Chains", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Chains"}, "factor": 0.015151515151515152},
|
||||||
|
{"slug": "feet-to-cubits", "name": "Feet to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Cubits"}, "factor": 0.6666666666666666},
|
||||||
|
{"slug": "feet-to-fermi", "name": "Feet to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Fermi"}, "factor": 304800000000000.0},
|
||||||
|
{"slug": "feet-to-furlongs", "name": "Feet to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Furlongs"}, "factor": 0.0015151515151515152},
|
||||||
|
{"slug": "feet-to-hands", "name": "Feet to Hands", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Hands"}, "factor": 3.0},
|
||||||
|
{"slug": "feet-to-leagues", "name": "Feet to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Leagues"}, "factor": 6.313133928331018e-05},
|
||||||
|
{"slug": "feet-to-micrometers", "name": "Feet to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Micrometers"}, "factor": 304800.0},
|
||||||
|
{"slug": "feet-to-microns", "name": "Feet to Microns", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Microns"}, "factor": 304800.0},
|
||||||
|
{"slug": "feet-to-nanometers", "name": "Feet to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Nanometers"}, "factor": 304800000.0},
|
||||||
|
{"slug": "feet-to-nautical-miles", "name": "Feet to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Nautical Miles"}, "factor": 0.00016457883369330455},
|
||||||
|
{"slug": "feet-to-parsecs", "name": "Feet to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Parsecs"}, "factor": 9.877895275799394e-18},
|
||||||
|
{"slug": "feet-to-picometers", "name": "Feet to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Picometers"}, "factor": 304800000000.0},
|
||||||
|
{"slug": "feet-to-rods", "name": "Feet to Rods", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Rods"}, "factor": 0.06060606060606061},
|
||||||
|
{"slug": "feet-to-smoots", "name": "Feet to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Smoots"}, "factor": 0.1791044776119403},
|
||||||
|
{"slug": "feet-to-thou", "name": "Feet to Thou", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Thou"}, "factor": 12000.0},
|
||||||
|
{"slug": "feet-to-thou-mil", "name": "Feet to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Feet", "in2": "Thou (mil)"}, "factor": 12000.0},
|
||||||
|
{"slug": "fluid-ounces-to-pints", "name": "Fluid Ounces to Pints", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Pints"}, "factor": 0.0625},
|
||||||
|
{"slug": "fluid-ounces-to-quarts", "name": "Fluid Ounces to Quarts", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Quarts"}, "factor": 0.03125},
|
||||||
|
{"slug": "fluid-ounces-to-us-gallons", "name": "Fluid Ounces to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Us Gallons"}, "factor": 0.0078125, "hidden": true},
|
||||||
|
{"slug": "fluid-ounces-to-us-pints", "name": "Fluid Ounces to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Fluid Ounces", "in2": "Us Pints"}, "factor": 0.0625},
|
||||||
|
{"slug": "foot-pounds-energy-to-btu", "name": "Foot-pounds (energy) to Btu", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Btu"}, "factor": 0.0012850674666477612},
|
||||||
|
{"slug": "foot-pounds-energy-to-calories", "name": "Foot-pounds (energy) to Calories", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Calories"}, "factor": 0.3240482668096081},
|
||||||
|
{"slug": "foot-pounds-energy-to-electron-volts", "name": "Foot-pounds (energy) to Electron-volts", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Electron-volts"}, "factor": 8.46234992687197e+18},
|
||||||
|
{"slug": "foot-pounds-energy-to-ergs", "name": "Foot-pounds (energy) to Ergs", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Ergs"}, "factor": 13558179.483314004},
|
||||||
|
{"slug": "foot-pounds-energy-to-hartree", "name": "Foot-pounds (energy) to Hartree", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Hartree"}, "factor": 3.109856275357847e+17},
|
||||||
|
{"slug": "foot-pounds-energy-to-kilocalories", "name": "Foot-pounds (energy) to Kilocalories", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Kilocalories"}, "factor": 0.00032404826680960806},
|
||||||
|
{"slug": "foot-pounds-energy-to-kilojoules", "name": "Foot-pounds (energy) to Kilojoules", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Kilojoules"}, "factor": 0.0013558179483314004},
|
||||||
|
{"slug": "foot-pounds-energy-to-kilowatt-hours", "name": "Foot-pounds (energy) to Kilowatt-hours", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Kilowatt-hours"}, "factor": 3.766160967587223e-07},
|
||||||
|
{"slug": "foot-pounds-energy-to-megajoules", "name": "Foot-pounds (energy) to Megajoules", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Megajoules"}, "factor": 1.3558179483314003e-06},
|
||||||
|
{"slug": "foot-pounds-energy-to-rydberg", "name": "Foot-pounds (energy) to Rydberg", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Rydberg"}, "factor": 6.219712550715837e+17},
|
||||||
|
{"slug": "foot-pounds-energy-to-therms", "name": "Foot-pounds (energy) to Therms", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Therms"}, "factor": 1.2850674635132395e-08, "hidden": true},
|
||||||
|
{"slug": "foot-pounds-energy-to-ton-of-tnt", "name": "Foot-pounds (energy) to Ton Of Tnt", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Ton Of Tnt"}, "factor": 3.240482668096081e-10, "hidden": true},
|
||||||
|
{"slug": "foot-pounds-energy-to-watt-hours", "name": "Foot-pounds (energy) to Watt-hours", "category": "energy", "type": "standard", "labels": {"in1": "Foot-pounds (energy)", "in2": "Watt-hours"}, "factor": 0.0003766160967587223},
|
||||||
|
{"slug": "foot-pounds-to-dyne-centimeters", "name": "Foot-pounds to Dyne-centimeters", "category": "force", "type": "standard", "labels": {"in1": "Foot-pounds", "in2": "Dyne-centimeters"}, "factor": 13558179.483314004},
|
||||||
|
{"slug": "fortnights-to-atomic-time-units", "name": "Fortnights to Atomic Time Units", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Atomic Time Units"}, "factor": 5.000652518623628e+22},
|
||||||
|
{"slug": "fortnights-to-centuries", "name": "Fortnights to Centuries", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Centuries"}, "factor": 0.0003832991101984942},
|
||||||
|
{"slug": "fortnights-to-decades", "name": "Fortnights to Decades", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Decades"}, "factor": 0.0038329911019849418},
|
||||||
|
{"slug": "fortnights-to-hours", "name": "Fortnights to Hours", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Hours"}, "factor": 336.0},
|
||||||
|
{"slug": "fortnights-to-jiffies", "name": "Fortnights to Jiffies", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Jiffies"}, "factor": 120960000.0},
|
||||||
|
{"slug": "fortnights-to-julian-years", "name": "Fortnights to Julian Years", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Julian Years"}, "factor": 0.038329911019849415},
|
||||||
|
{"slug": "fortnights-to-microseconds", "name": "Fortnights to Microseconds", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Microseconds"}, "factor": 1209600000000.0},
|
||||||
|
{"slug": "fortnights-to-milliseconds", "name": "Fortnights to Milliseconds", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Milliseconds"}, "factor": 1209600000.0},
|
||||||
|
{"slug": "fortnights-to-minutes", "name": "Fortnights to Minutes", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Minutes"}, "factor": 20160.0},
|
||||||
|
{"slug": "fortnights-to-months", "name": "Fortnights to Months", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Months"}, "factor": 0.4599683771740693},
|
||||||
|
{"slug": "fortnights-to-nanoseconds", "name": "Fortnights to Nanoseconds", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Nanoseconds"}, "factor": 1209600000000000.0},
|
||||||
|
{"slug": "fortnights-to-planck-time", "name": "Fortnights to Planck Time", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Planck Time"}, "factor": 2.2436367690072445e+49},
|
||||||
|
{"slug": "fortnights-to-seconds", "name": "Fortnights to Seconds", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Seconds"}, "factor": 1209600.0},
|
||||||
|
{"slug": "fortnights-to-shakes", "name": "Fortnights to Shakes", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Shakes"}, "factor": 120960000000000.0},
|
||||||
|
{"slug": "fortnights-to-sidereal-days", "name": "Fortnights to Sidereal Days", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Sidereal Days"}, "factor": 14.038329130792384},
|
||||||
|
{"slug": "fortnights-to-weeks", "name": "Fortnights to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Weeks"}, "factor": 2.0},
|
||||||
|
{"slug": "fortnights-to-years", "name": "Fortnights to Years", "category": "time", "type": "standard", "labels": {"in1": "Fortnights", "in2": "Years"}, "factor": 0.038329911019849415},
|
||||||
|
{"slug": "furlongs-per-fortnight-to-centimeters-per-second", "name": "Furlongs Per Fortnight to Centimeters Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Centimeters Per Second"}, "factor": 0.01663095238095238},
|
||||||
|
{"slug": "furlongs-per-fortnight-to-cm-per-second", "name": "Furlongs Per Fortnight to Cm Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Cm Per Second"}, "factor": 0.01663095238095238},
|
||||||
|
{"slug": "furlongs-per-fortnight-to-feet-per-second", "name": "Furlongs Per Fortnight to Feet Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Feet Per Second"}, "factor": 0.0005456349380952381},
|
||||||
|
{"slug": "gallons-to-acre-feet", "name": "Gallons to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Acre-feet"}, "factor": 0.0000030688832772166103},
|
||||||
|
{"slug": "gallons-to-bushels", "name": "Gallons to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Bushels"}, "factor": 0.10742087592191292},
|
||||||
|
{"slug": "gallons-to-centiliters", "name": "Gallons to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Centiliters"}, "factor": 378.5411784},
|
||||||
|
{"slug": "gallons-to-cubic-centimeters", "name": "Gallons to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Cubic Centimeters"}, "factor": 3785.411784},
|
||||||
|
{"slug": "gallons-to-cubic-inches", "name": "Gallons to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Cubic Inches"}, "factor": 231.0},
|
||||||
|
{"slug": "gallons-to-cubic-yards", "name": "Gallons to Cubic Yards", "category": "length", "type": "standard", "labels": {"in1": "Gallons", "in2": "Cubic Yards"}, "factor": 0.004951131687242798},
|
||||||
|
{"slug": "gallons-to-drams", "name": "Gallons to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Drams (fluid)"}, "factor": 1024.0},
|
||||||
|
{"slug": "gallons-to-gill", "name": "Gallons to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Gill"}, "factor": 32.0},
|
||||||
|
{"slug": "gallons-to-hogshead", "name": "Gallons to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Hogshead"}, "factor": 0.015873015873015872},
|
||||||
|
{"slug": "gallons-to-imperial-fl-oz", "name": "Gallons to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Imperial Fl Oz"}, "factor": 133.2278695406382},
|
||||||
|
{"slug": "gallons-to-imperial-gallons", "name": "Gallons to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Imperial Gallons"}, "factor": 0.8326741846289888},
|
||||||
|
{"slug": "gallons-to-imperial-pints", "name": "Gallons to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Imperial Pints"}, "factor": 6.66139347703191},
|
||||||
|
{"slug": "gallons-to-jiggers", "name": "Gallons to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Jiggers"}, "factor": 85.33332245273363},
|
||||||
|
{"slug": "gallons-to-milliliters", "name": "Gallons to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Milliliters"}, "factor": 3785.411784},
|
||||||
|
{"slug": "gallons-to-minims", "name": "Gallons to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Minims"}, "factor": 61439.99992209249},
|
||||||
|
{"slug": "gallons-to-pecks", "name": "Gallons to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Pecks"}, "factor": 0.42968350368765174},
|
||||||
|
{"slug": "gallons-to-tablespoons", "name": "Gallons to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Tablespoons"}, "factor": 256.0},
|
||||||
|
{"slug": "gallons-to-teaspoons", "name": "Gallons to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Teaspoons"}, "factor": 768.0},
|
||||||
|
{"slug": "gallons-to-us-gallons", "name": "Gallons to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Us Gallons"}, "factor": 1.0},
|
||||||
|
{"slug": "gallons-to-us-pints", "name": "Gallons to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Us Pints"}, "factor": 8.0},
|
||||||
|
{"slug": "gamma-mass-to-amu", "name": "Gamma (mass) to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Amu"}, "factor": 6.022140762081123e+17},
|
||||||
|
{"slug": "gamma-mass-to-apothecary-ounces", "name": "Gamma (mass) to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Apothecary Ounces"}, "factor": 3.215074656862798e-08},
|
||||||
|
{"slug": "gamma-mass-to-atomic-mass-units", "name": "Gamma (mass) to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Atomic Mass Units"}, "factor": 6.022140762081123e+17},
|
||||||
|
{"slug": "gamma-mass-to-attograms", "name": "Gamma (mass) to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Attograms"}, "factor": 1000000000000.0},
|
||||||
|
{"slug": "gamma-mass-to-carats", "name": "Gamma (mass) to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Carats"}, "factor": 4.9999999999999996e-06},
|
||||||
|
{"slug": "gamma-mass-to-centigrams", "name": "Gamma (mass) to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Centigrams"}, "factor": 9.999999999999999e-05},
|
||||||
|
{"slug": "gamma-mass-to-cloves", "name": "Gamma (mass) to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Cloves"}, "factor": 2.75577827731097e-10},
|
||||||
|
{"slug": "gamma-mass-to-daltons", "name": "Gamma (mass) to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Daltons"}, "factor": 6.022140762081123e+17},
|
||||||
|
{"slug": "gamma-mass-to-drams", "name": "Gamma (mass) to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Drams"}, "factor": 5.643833911932866e-07},
|
||||||
|
{"slug": "gamma-mass-to-earth-masses", "name": "Gamma (mass) to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Earth Masses"}, "factor": 1.6744248350691538e-34},
|
||||||
|
{"slug": "gamma-mass-to-femtograms", "name": "Gamma (mass) to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Femtograms"}, "factor": 1000000000.0},
|
||||||
|
{"slug": "gamma-mass-to-grains", "name": "Gamma (mass) to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Grains"}, "factor": 1.543235835294143e-05},
|
||||||
|
{"slug": "gamma-mass-to-grams", "name": "Gamma (mass) to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Grams"}, "factor": 0.000001},
|
||||||
|
{"slug": "gamma-mass-to-hundredweight", "name": "Gamma (mass) to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Hundredweight"}, "factor": 2.2046226218487758e-11},
|
||||||
|
{"slug": "gamma-mass-to-hundredweight-cwt", "name": "Gamma (mass) to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Hundredweight (cwt)"}, "factor": 1.9684130552221214e-11},
|
||||||
|
{"slug": "gamma-mass-to-kilograms", "name": "Gamma (mass) to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Kilograms"}, "factor": 9.999999999999999e-10},
|
||||||
|
{"slug": "gamma-mass-to-long-tons", "name": "Gamma (mass) to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Long Tons"}, "factor": 9.842065276110605e-13},
|
||||||
|
{"slug": "gamma-mass-to-metric-tons", "name": "Gamma (mass) to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Metric Tons"}, "factor": 1e-12},
|
||||||
|
{"slug": "gamma-mass-to-milligrams", "name": "Gamma (mass) to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Milligrams"}, "factor": 0.001},
|
||||||
|
{"slug": "gamma-mass-to-momme", "name": "Gamma (mass) to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Momme"}, "factor": 2.6666666666666667e-07},
|
||||||
|
{"slug": "gauss-to-maxwell", "name": "Gauss to Maxwell", "category": "magnetism", "type": "standard", "labels": {"in1": "Gauss", "in2": "Maxwell"}, "factor": 1.0},
|
||||||
|
{"slug": "gauss-to-milligauss", "name": "Gauss to Milligauss", "category": "magnetism", "type": "standard", "labels": {"in1": "Gauss", "in2": "Milligauss"}, "factor": 1000.0},
|
||||||
|
{"slug": "gauss-to-millitesla", "name": "Gauss to Millitesla", "category": "magnetism", "type": "standard", "labels": {"in1": "Gauss", "in2": "Millitesla"}, "factor": 0.1},
|
||||||
|
{"slug": "gauss-to-weber", "name": "Gauss to Weber", "category": "magnetism", "type": "standard", "labels": {"in1": "Gauss", "in2": "Webers"}, "factor": 0.0001},
|
||||||
|
{"slug": "gbps-to-kbps", "name": "Gbps to Kbps", "category": "other", "type": "standard", "labels": {"in1": "Gbps", "in2": "Kbps"}, "factor": 1000000.0},
|
||||||
|
{"slug": "gbps-to-mb-s", "name": "Gbps to MB/s", "category": "other", "type": "standard", "labels": {"in1": "Gbps", "in2": "MB/s"}, "factor": 125.0},
|
||||||
|
{"slug": "gibibytes-to-bits", "name": "Gibibytes to Bits", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Bits"}, "factor": 8589934592.0},
|
||||||
|
{"slug": "gibibytes-to-bytes", "name": "Gibibytes to Bytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Bytes"}, "factor": 1073741824.0},
|
||||||
|
{"slug": "gibibytes-to-exabytes", "name": "Gibibytes to Exabytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Exabytes"}, "factor": 1.073741824e-09},
|
||||||
|
{"slug": "gibibytes-to-gigabits", "name": "Gibibytes to Gigabits", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Gigabits"}, "factor": 8.589934592},
|
||||||
|
{"slug": "gibibytes-to-kibibytes", "name": "Gibibytes to Kibibytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Kibibytes"}, "factor": 1048576.0},
|
||||||
|
{"slug": "gibibytes-to-kilobits", "name": "Gibibytes to Kilobits", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Kilobits"}, "factor": 8589934.592},
|
||||||
|
{"slug": "gibibytes-to-kilobytes", "name": "Gibibytes to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Kilobytes"}, "factor": 1073741.824},
|
||||||
|
{"slug": "gibibytes-to-mebibytes", "name": "Gibibytes to Mebibytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Mebibytes"}, "factor": 1024.0},
|
||||||
|
{"slug": "gibibytes-to-megabits", "name": "Gibibytes to Megabits", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Megabits"}, "factor": 8589.934592},
|
||||||
|
{"slug": "gibibytes-to-megabytes", "name": "Gibibytes to Megabytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Megabytes"}, "factor": 1073.741824},
|
||||||
|
{"slug": "gibibytes-to-nibbles", "name": "Gibibytes to Nibbles", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Nibbles"}, "factor": 2147483648.0},
|
||||||
|
{"slug": "gibibytes-to-petabytes", "name": "Gibibytes to Petabytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Petabytes"}, "factor": 1.073741824e-06},
|
||||||
|
{"slug": "gibibytes-to-tebibytes", "name": "Gibibytes to Tebibytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Tebibytes"}, "factor": 0.0009765625},
|
||||||
|
{"slug": "gibibytes-to-terabytes", "name": "Gibibytes to Terabytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Terabytes"}, "factor": 0.001073741824},
|
||||||
|
{"slug": "gibibytes-to-words-16-bit", "name": "Gibibytes to Words (16-bit)", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Words (16-bit)"}, "factor": 536870912.0},
|
||||||
|
{"slug": "gibibytes-to-words-32-bit", "name": "Gibibytes to Words (32-bit)", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Words (32-bit)"}, "factor": 268435456.0},
|
||||||
|
{"slug": "gigabits-to-bits", "name": "Gigabits to Bits", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Bits"}, "factor": 1000000000.0},
|
||||||
|
{"slug": "gigabits-to-bytes", "name": "Gigabits to Bytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Bytes"}, "factor": 125000000.0},
|
||||||
|
{"slug": "gigabits-to-exabytes", "name": "Gigabits to Exabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Exabytes"}, "factor": 1.25e-10},
|
||||||
|
{"slug": "gigabits-to-gibibytes", "name": "Gigabits to Gibibytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Gibibytes"}, "factor": 0.11641532182693481},
|
||||||
|
{"slug": "gigabits-to-gigabytes", "name": "Gigabits to Gigabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Gigabytes"}, "factor": 0.125},
|
||||||
|
{"slug": "gigabits-to-kibibytes", "name": "Gigabits to Kibibytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Kibibytes"}, "factor": 122070.3125},
|
||||||
|
{"slug": "gigabits-to-kilobits", "name": "Gigabits to Kilobits", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Kilobits"}, "factor": 1000000.0},
|
||||||
|
{"slug": "gigabits-to-kilobytes", "name": "Gigabits to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Kilobytes"}, "factor": 125000.0},
|
||||||
|
{"slug": "gigabits-to-mebibytes", "name": "Gigabits to Mebibytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Mebibytes"}, "factor": 119.20928955078125},
|
||||||
|
{"slug": "gigabits-to-megabytes", "name": "Gigabits to Megabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Megabytes"}, "factor": 125.0},
|
||||||
|
{"slug": "gigabits-to-nibbles", "name": "Gigabits to Nibbles", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Nibbles"}, "factor": 250000000.0},
|
||||||
|
{"slug": "gigabits-to-petabytes", "name": "Gigabits to Petabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Petabytes"}, "factor": 1.25e-07},
|
||||||
|
{"slug": "gigabits-to-tebibytes", "name": "Gigabits to Tebibytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Tebibytes"}, "factor": 0.00011368683772161603},
|
||||||
|
{"slug": "gigabits-to-terabytes", "name": "Gigabits to Terabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Terabytes"}, "factor": 0.000125},
|
||||||
|
{"slug": "gigabits-to-words-16-bit", "name": "Gigabits to Words (16-bit)", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Words (16-bit)"}, "factor": 62500000.0},
|
||||||
|
{"slug": "gigabits-to-words-32-bit", "name": "Gigabits to Words (32-bit)", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Words (32-bit)"}, "factor": 31250000.0},
|
||||||
|
{"slug": "gigabytes-to-bits", "name": "Gigabytes to Bits", "category": "data", "type": "standard", "labels": {"in1": "Gigabytes", "in2": "Bits"}, "factor": 8000000000.0},
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
71
migrate.py
71
migrate.py
@@ -31,6 +31,62 @@ CATEGORY_KEYS = [
|
|||||||
|
|
||||||
CATEGORY_SET = set(CATEGORY_KEYS)
|
CATEGORY_SET = set(CATEGORY_KEYS)
|
||||||
|
|
||||||
|
# Lightweight label normalization to catch duplicate/identity conversions
|
||||||
|
# that differ only by abbreviations (e.g., "cm" vs "centimeters").
|
||||||
|
TOKEN_MAP = {
|
||||||
|
'cm': 'centimeter',
|
||||||
|
'centimeter': 'centimeter',
|
||||||
|
'centimetre': 'centimeter',
|
||||||
|
'centimetres': 'centimeter',
|
||||||
|
'centimeters': 'centimeter',
|
||||||
|
'mm': 'millimeter',
|
||||||
|
'millimeter': 'millimeter',
|
||||||
|
'millimeters': 'millimeter',
|
||||||
|
'millimetre': 'millimeter',
|
||||||
|
'millimetres': 'millimeter',
|
||||||
|
'm': 'meter',
|
||||||
|
'meter': 'meter',
|
||||||
|
'meters': 'meter',
|
||||||
|
'metre': 'meter',
|
||||||
|
'metres': 'meter',
|
||||||
|
'km': 'kilometer',
|
||||||
|
'kilometer': 'kilometer',
|
||||||
|
'kilometers': 'kilometer',
|
||||||
|
'kilometre': 'kilometer',
|
||||||
|
'kilometres': 'kilometer',
|
||||||
|
'in': 'inch',
|
||||||
|
'inch': 'inch',
|
||||||
|
'inches': 'inch',
|
||||||
|
'ft': 'foot',
|
||||||
|
'foot': 'foot',
|
||||||
|
'feet': 'foot',
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
def normalize_label(label: str) -> str:
|
||||||
|
"""Canonicalize a unit label for duplicate detection.
|
||||||
|
|
||||||
|
- Lowercase
|
||||||
|
- Replace '/' with ' per ' to align fraction style with text style
|
||||||
|
- Strip punctuation into tokens
|
||||||
|
- Collapse common abbreviations/plurals via TOKEN_MAP and simple singularization
|
||||||
|
"""
|
||||||
|
cleaned = label.lower().replace('/', ' per ')
|
||||||
|
tokens = re.split(r'[^a-z0-9]+', cleaned)
|
||||||
|
|
||||||
|
normalized_tokens = []
|
||||||
|
for tok in tokens:
|
||||||
|
if not tok:
|
||||||
|
continue
|
||||||
|
base = tok
|
||||||
|
# Drop a trailing 's' for simple plurals, but avoid short abbreviations like 'cms'
|
||||||
|
if base.endswith('s') and len(base) > 3:
|
||||||
|
base = base[:-1]
|
||||||
|
base = TOKEN_MAP.get(base, base)
|
||||||
|
normalized_tokens.append(base)
|
||||||
|
|
||||||
|
return ' '.join(normalized_tokens)
|
||||||
|
|
||||||
def load_external_descriptions():
|
def load_external_descriptions():
|
||||||
# Placeholder for future enrichment sources.
|
# Placeholder for future enrichment sources.
|
||||||
return {}
|
return {}
|
||||||
@@ -92,6 +148,7 @@ def process():
|
|||||||
calculators_ts_entries = []
|
calculators_ts_entries = []
|
||||||
|
|
||||||
seen_slugs = set()
|
seen_slugs = set()
|
||||||
|
seen_norm_pairs = set()
|
||||||
for raw_name, slug, category_raw, factor_raw in active_rows:
|
for raw_name, slug, category_raw, factor_raw in active_rows:
|
||||||
if raw_name == 'Calculator Name' or not slug:
|
if raw_name == 'Calculator Name' or not slug:
|
||||||
continue
|
continue
|
||||||
@@ -107,6 +164,20 @@ def process():
|
|||||||
|
|
||||||
custom_labels = None
|
custom_labels = None
|
||||||
|
|
||||||
|
norm_in1 = normalize_label(in1)
|
||||||
|
norm_in2 = normalize_label(in2)
|
||||||
|
|
||||||
|
# Skip identity conversions that only differ by spelling/abbreviation
|
||||||
|
if norm_in1 == norm_in2:
|
||||||
|
print(f"Skipping identity converter {slug}: {in1} -> {in2}")
|
||||||
|
continue
|
||||||
|
|
||||||
|
pair_key = (norm_in1, norm_in2)
|
||||||
|
if pair_key in seen_norm_pairs:
|
||||||
|
print(f"Skipping duplicate converter {slug}: {in1} -> {in2}")
|
||||||
|
continue
|
||||||
|
seen_norm_pairs.add(pair_key)
|
||||||
|
|
||||||
category = normalize_category(category_raw)
|
category = normalize_category(category_raw)
|
||||||
if not category:
|
if not category:
|
||||||
raise ValueError(f'Category required for {display_name}')
|
raise ValueError(f'Category required for {display_name}')
|
||||||
|
|||||||
Reference in New Issue
Block a user