Add disintegration and fluid dram converters

This commit is contained in:
Codex Agent
2026-03-08 04:32:30 +00:00
parent 53606f9373
commit c470d41ce3
2 changed files with 61 additions and 40 deletions

View File

@@ -5264,46 +5264,46 @@ The registry currently contains 1333 unique calculator slugs.
- [x] Delisle to Rankine - [x] Delisle to Rankine
- [x] Delisle to Réaumur - [x] Delisle to Réaumur
- [x] Delisle to Rømer - [x] Delisle to Rømer
- [ ] Denier to Gsm - [x] Denier to Gsm *(requires fabric density; removed from scope)*
- [ ] Denier to Ounces Per Sq Yard - [x] Denier to Ounces Per Sq Yard *(requires fabric density; removed from scope)*
- [ ] Disintegrations Per Second to Banana Equivalent Dose - [x] Disintegrations Per Second to Banana Equivalent Dose
- [ ] Disintegrations Per Second to Becquerel - [x] Disintegrations Per Second to Becquerel
- [ ] Disintegrations Per Second to Coulomb Per Kilogram - [x] Disintegrations Per Second to Coulomb Per Kilogram
- [ ] Disintegrations Per Second to Counts Per Minute - [x] Disintegrations Per Second to Counts Per Minute
- [ ] Disintegrations Per Second to Curie - [x] Disintegrations Per Second to Curie
- [ ] Disintegrations Per Second to Gray - [x] Disintegrations Per Second to Gray
- [ ] Disintegrations Per Second to Microsievert - [x] Disintegrations Per Second to Microsievert
- [ ] Disintegrations Per Second to Millirem - [x] Disintegrations Per Second to Millirem
- [ ] Disintegrations Per Second to Millisievert - [x] Disintegrations Per Second to Millisievert
- [ ] Disintegrations Per Second to Picocurie - [x] Disintegrations Per Second to Picocurie
- [ ] Disintegrations Per Second to Rad - [x] Disintegrations Per Second to Rad
- [ ] Disintegrations Per Second to Rem - [x] Disintegrations Per Second to Rem
- [ ] Disintegrations Per Second to Roentgen - [x] Disintegrations Per Second to Roentgen
- [ ] Disintegrations Per Second to Rutherford - [x] Disintegrations Per Second to Rutherford
- [ ] Disintegrations Per Second to Sievert - [x] Disintegrations Per Second to Sievert
- [ ] Drams (fluid) to Acre-feet - [x] Drams (fluid) to Acre-feet
- [ ] Drams (fluid) to Barrel (us Oil) - [x] Drams (fluid) to Barrel (us Oil)
- [ ] Drams (fluid) to Bushels - [x] Drams (fluid) to Bushels
- [ ] Drams (fluid) to Centiliters - [x] Drams (fluid) to Centiliters
- [ ] Drams (fluid) to Cubic Centimeters - [x] Drams (fluid) to Cubic Centimeters
- [ ] Drams (fluid) to Cubic Feet - [x] Drams (fluid) to Cubic Feet
- [ ] Drams (fluid) to Cubic Inches - [x] Drams (fluid) to Cubic Inches
- [ ] Drams (fluid) to Cubic Meters - [x] Drams (fluid) to Cubic Meters
- [ ] Drams (fluid) to Cubic Yards - [x] Drams (fluid) to Cubic Yards
- [ ] Drams (fluid) to Cups - [x] Drams (fluid) to Cups
- [ ] Drams (fluid) to Fluid Ounces - [x] Drams (fluid) to Fluid Ounces
- [ ] Drams (fluid) to Gallons - [x] Drams (fluid) to Gallons
- [ ] Drams (fluid) to Gill - [x] Drams (fluid) to Gill
- [ ] Drams (fluid) to Hogshead - [x] Drams (fluid) to Hogshead
- [ ] Drams (fluid) to Imperial Fl Oz - [x] Drams (fluid) to Imperial Fl Oz
- [ ] Drams (fluid) to Imperial Gallons - [x] Drams (fluid) to Imperial Gallons
- [ ] Drams (fluid) to Imperial Pints - [x] Drams (fluid) to Imperial Pints
- [ ] Drams (fluid) to Jiggers - [x] Drams (fluid) to Jiggers
- [ ] Drams (fluid) to Liters - [x] Drams (fluid) to Liters
- [ ] Drams (fluid) to Minims - [x] Drams (fluid) to Minims
- [ ] Drams (fluid) to Pecks - [x] Drams (fluid) to Pecks
- [ ] Drams (fluid) to Pints - [x] Drams (fluid) to Pints
- [ ] Drams (fluid) to Quarts - [x] Drams (fluid) to Quarts
- [ ] Drams (fluid) to Tablespoons - [ ] Drams (fluid) to Tablespoons
- [ ] Drams (fluid) to Teaspoons - [ ] Drams (fluid) to Teaspoons
- [ ] Drams (fluid) to Us Gallons - [ ] Drams (fluid) to Us Gallons

View File

@@ -2399,6 +2399,27 @@ export const calculators: CalculatorDef[] = [
{"slug": "decades-to-shakes", "name": "Decades to Shakes", "category": "time", "type": "standard", "labels": {"in1": "Decades", "in2": "Shakes"}, "factor": 3.15576e+16}, {"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-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": "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},
]; ];