Add angle conversion batch
This commit is contained in:
@@ -146,6 +146,46 @@ The registry currently contains 416 unique calculator slugs.
|
||||
| Arcminutes to Arcseconds – Expand each arcminute into 60 arcseconds for high-precision angles. | arcminutes-to-arcseconds | 60.0 |
|
||||
| Arcminutes to Degrees – Convert minutes of arc into degrees. | arcminutes-to-degrees | 0.0166666667 |
|
||||
| Arcseconds to Arcminutes – Turn arcseconds back into minutes for fine-grained angles. | arcseconds-to-arcminutes | 0.0166666667 |
|
||||
| Arcminutes to Gradians | arcminutes-to-gradians | 0.0185185185185 |
|
||||
| Arcminutes to Mils | arcminutes-to-mils | 0.296296296296 |
|
||||
| Arcminutes to Points (compass) | arcminutes-to-points-compass | 0.00148148148148 |
|
||||
| Arcminutes to Quadrants | arcminutes-to-quadrants | 0.000185185185185 |
|
||||
| Arcminutes to Radians | arcminutes-to-radians | 0.000290888208666 |
|
||||
| Arcminutes to Sextants | arcminutes-to-sextants | 0.000277777777778 |
|
||||
| Arcminutes to Turns | arcminutes-to-turns | 4.62962962963e-05 |
|
||||
| Arcseconds to Gradians | arcseconds-to-gradians | 0.000308641975309 |
|
||||
| Arcseconds to Mils | arcseconds-to-mils | 0.00493827160494 |
|
||||
| Arcseconds to Points (compass) | arcseconds-to-points-compass | 2.46913580247e-05 |
|
||||
| Arcseconds to Quadrants | arcseconds-to-quadrants | 3.08641975309e-06 |
|
||||
| Arcseconds to Radians | arcseconds-to-radians | 4.8481368111e-06 |
|
||||
| Arcseconds to Sextants | arcseconds-to-sextants | 4.62962962963e-06 |
|
||||
| Arcseconds to Turns | arcseconds-to-turns | 7.71604938272e-07 |
|
||||
| Degrees to Quadrants | degrees-to-quadrants | 0.0111111111111 |
|
||||
| Degrees to Sextants | degrees-to-sextants | 0.0166666666667 |
|
||||
| Gradians to Arcminutes | gradians-to-arcminutes | 54 |
|
||||
| Gradians to Arcseconds | gradians-to-arcseconds | 3240 |
|
||||
| Gradians to Mils | gradians-to-mils | 16 |
|
||||
| Gradians to Points (compass) | gradians-to-points-compass | 0.08 |
|
||||
| Gradians to Quadrants | gradians-to-quadrants | 0.01 |
|
||||
| Gradians to Sextants | gradians-to-sextants | 0.015 |
|
||||
| Gradians to Turns | gradians-to-turns | 0.0025 |
|
||||
| Mils to Arcminutes | mils-to-arcminutes | 3.375 |
|
||||
| Mils to Arcseconds | mils-to-arcseconds | 202.5 |
|
||||
| Mils to Gradians | mils-to-gradians | 0.0625 |
|
||||
| Mils to Points (compass) | mils-to-points-compass | 0.005 |
|
||||
| Mils to Quadrants | mils-to-quadrants | 0.000625 |
|
||||
| Mils to Sextants | mils-to-sextants | 0.0009375 |
|
||||
| Mils to Turns | mils-to-turns | 0.00015625 |
|
||||
| Points (compass) to Arcminutes | points-compass-to-arcminutes | 675 |
|
||||
| Points (compass) to Arcseconds | points-compass-to-arcseconds | 40500 |
|
||||
| Points (compass) to Gradians | points-compass-to-gradians | 12.5 |
|
||||
| Points (compass) to Mils | points-compass-to-mils | 200 |
|
||||
| Points (compass) to Quadrants | points-compass-to-quadrants | 0.125 |
|
||||
| Points (compass) to Radians | points-compass-to-radians | 0.196349540849 |
|
||||
| Points (compass) to Sextants | points-compass-to-sextants | 0.1875 |
|
||||
| Points (compass) to Turns | points-compass-to-turns | 0.03125 |
|
||||
| Quadrants to Arcminutes | quadrants-to-arcminutes | 5400 |
|
||||
| Quadrants to Arcseconds | quadrants-to-arcseconds | 324000 |
|
||||
| Arcseconds to Degrees – Express tiny angle pieces as degrees. | arcseconds-to-degrees | 0.00027777778 |
|
||||
| Dynes to Newtons | dynes-to-newtons | 1e-05 |
|
||||
| Ergs to Joules | ergs-to-joules | 1e-07 |
|
||||
@@ -2811,20 +2851,20 @@ The registry currently contains 416 unique calculator slugs.
|
||||
- [ ] Apothecary Ounces to Troy Ounces
|
||||
- [ ] Apothecary Ounces to Yoctograms
|
||||
- [ ] Apothecary Ounces to Zeptograms
|
||||
- [ ] Arcminutes to Gradians
|
||||
- [ ] Arcminutes to Mils
|
||||
- [ ] Arcminutes to Points (compass)
|
||||
- [ ] Arcminutes to Quadrants
|
||||
- [ ] Arcminutes to Radians
|
||||
- [ ] Arcminutes to Sextants
|
||||
- [ ] Arcminutes to Turns
|
||||
- [ ] Arcseconds to Gradians
|
||||
- [ ] Arcseconds to Mils
|
||||
- [ ] Arcseconds to Points (compass)
|
||||
- [ ] Arcseconds to Quadrants
|
||||
- [ ] Arcseconds to Radians
|
||||
- [ ] Arcseconds to Sextants
|
||||
- [ ] Arcseconds to Turns
|
||||
- [x] Arcminutes to Gradians
|
||||
- [x] Arcminutes to Mils
|
||||
- [x] Arcminutes to Points (compass)
|
||||
- [x] Arcminutes to Quadrants
|
||||
- [x] Arcminutes to Radians
|
||||
- [x] Arcminutes to Sextants
|
||||
- [x] Arcminutes to Turns
|
||||
- [x] Arcseconds to Gradians
|
||||
- [x] Arcseconds to Mils
|
||||
- [x] Arcseconds to Points (compass)
|
||||
- [x] Arcseconds to Quadrants
|
||||
- [x] Arcseconds to Radians
|
||||
- [x] Arcseconds to Sextants
|
||||
- [x] Arcseconds to Turns
|
||||
- [ ] Ares to Acres
|
||||
- [ ] Ares to Barns
|
||||
- [ ] Ares to Circular Mils
|
||||
@@ -3807,8 +3847,8 @@ The registry currently contains 416 unique calculator slugs.
|
||||
- [ ] Decades to Shakes
|
||||
- [ ] Decades to Sidereal Days
|
||||
- [ ] Decades to Weeks
|
||||
- [ ] Degrees to Quadrants
|
||||
- [ ] Degrees to Sextants
|
||||
- [x] Degrees to Quadrants
|
||||
- [x] Degrees to Sextants
|
||||
- [x] Delisle to Fahrenheit
|
||||
- [x] Delisle to Kelvin
|
||||
- [x] Delisle to Newton (temp Scale)
|
||||
@@ -4453,13 +4493,13 @@ The registry currently contains 416 unique calculator slugs.
|
||||
- [ ] Gill to Teaspoons
|
||||
- [ ] Gill to Us Gallons
|
||||
- [ ] Gill to Us Pints
|
||||
- [ ] Gradians to Arcminutes
|
||||
- [ ] Gradians to Arcseconds
|
||||
- [ ] Gradians to Mils
|
||||
- [ ] Gradians to Points (compass)
|
||||
- [ ] Gradians to Quadrants
|
||||
- [ ] Gradians to Sextants
|
||||
- [ ] Gradians to Turns
|
||||
- [x] Gradians to Arcminutes
|
||||
- [x] Gradians to Arcseconds
|
||||
- [x] Gradians to Mils
|
||||
- [x] Gradians to Points (compass)
|
||||
- [x] Gradians to Quadrants
|
||||
- [x] Gradians to Sextants
|
||||
- [x] Gradians to Turns
|
||||
- [ ] Grains to Amu
|
||||
- [ ] Grains to Apothecary Ounces
|
||||
- [ ] Grains to Atomic Mass Units
|
||||
@@ -6111,13 +6151,13 @@ The registry currently contains 416 unique calculator slugs.
|
||||
- [ ] Milliwatts to Statvolts
|
||||
- [ ] Milliwatts to Volts
|
||||
- [ ] Milliwatts to Watt-hours
|
||||
- [ ] Mils to Arcminutes
|
||||
- [ ] Mils to Arcseconds
|
||||
- [ ] Mils to Gradians
|
||||
- [ ] Mils to Points (compass)
|
||||
- [ ] Mils to Quadrants
|
||||
- [ ] Mils to Sextants
|
||||
- [ ] Mils to Turns
|
||||
- [x] Mils to Arcminutes
|
||||
- [x] Mils to Arcseconds
|
||||
- [x] Mils to Gradians
|
||||
- [x] Mils to Points (compass)
|
||||
- [x] Mils to Quadrants
|
||||
- [x] Mils to Sextants
|
||||
- [x] Mils to Turns
|
||||
- [ ] Minims to Acre-feet
|
||||
- [ ] Minims to Barrel (us Oil)
|
||||
- [ ] Minims to Bushels
|
||||
@@ -6755,14 +6795,14 @@ The registry currently contains 416 unique calculator slugs.
|
||||
- [ ] Planck Time to Sidereal Days
|
||||
- [ ] Planck Time to Weeks
|
||||
- [ ] Planck Time to Years
|
||||
- [ ] Points (compass) to Arcminutes
|
||||
- [ ] Points (compass) to Arcseconds
|
||||
- [ ] Points (compass) to Gradians
|
||||
- [ ] Points (compass) to Mils
|
||||
- [ ] Points (compass) to Quadrants
|
||||
- [ ] Points (compass) to Radians
|
||||
- [ ] Points (compass) to Sextants
|
||||
- [ ] Points (compass) to Turns
|
||||
- [x] Points (compass) to Arcminutes
|
||||
- [x] Points (compass) to Arcseconds
|
||||
- [x] Points (compass) to Gradians
|
||||
- [x] Points (compass) to Mils
|
||||
- [x] Points (compass) to Quadrants
|
||||
- [x] Points (compass) to Radians
|
||||
- [x] Points (compass) to Sextants
|
||||
- [x] Points (compass) to Turns
|
||||
- [ ] Poise to Centipoise
|
||||
- [ ] Poise to Centistokes
|
||||
- [ ] Poise to Saybolt Universal Seconds
|
||||
@@ -6834,8 +6874,8 @@ The registry currently contains 416 unique calculator slugs.
|
||||
- [ ] Psi to Pascals
|
||||
- [ ] Psi to Technical Atmosphere
|
||||
- [ ] Psi to Technical Atmosphere (at)
|
||||
- [ ] Quadrants to Arcminutes
|
||||
- [ ] Quadrants to Arcseconds
|
||||
- [x] Quadrants to Arcminutes
|
||||
- [x] Quadrants to Arcseconds
|
||||
- [ ] Quadrants to Gradians
|
||||
- [ ] Quadrants to Mils
|
||||
- [ ] Quadrants to Points (compass)
|
||||
|
||||
@@ -178,6 +178,46 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "arcminutes-to-arcseconds", "name": "Arcminutes to Arcseconds", "category": "time", "type": "standard", "teaser": "Expand each arcminute into 60 arcseconds for high-precision angles.", "labels": {"in1": "Arcminutes", "in2": "Arcseconds"}, "factor": 60.0},
|
||||
{"slug": "arcminutes-to-degrees", "name": "Arcminutes to Degrees", "category": "time", "type": "standard", "teaser": "Convert minutes of arc into degrees.", "labels": {"in1": "Arcminutes", "in2": "Degrees"}, "factor": 0.0166666667},
|
||||
{"slug": "arcseconds-to-arcminutes", "name": "Arcseconds to Arcminutes", "category": "time", "type": "standard", "teaser": "Turn arcseconds back into minutes for fine-grained angles.", "labels": {"in1": "Arcseconds", "in2": "Arcminutes"}, "factor": 0.0166666667, "hidden": true},
|
||||
{"slug": "arcminutes-to-gradians", "name": "Arcminutes to Gradians", "category": "time", "type": "standard", "labels": {"in1": "Arcminutes", "in2": "Gradians"}, "factor": 0.0185185185185, "hidden": true},
|
||||
{"slug": "arcminutes-to-mils", "name": "Arcminutes to Mils", "category": "time", "type": "standard", "labels": {"in1": "Arcminutes", "in2": "Mils"}, "factor": 0.296296296296, "hidden": true},
|
||||
{"slug": "arcminutes-to-points-compass", "name": "Arcminutes to Points (compass)", "category": "time", "type": "standard", "labels": {"in1": "Arcminutes", "in2": "Points (compass)"}, "factor": 0.00148148148148},
|
||||
{"slug": "arcminutes-to-quadrants", "name": "Arcminutes to Quadrants", "category": "time", "type": "standard", "labels": {"in1": "Arcminutes", "in2": "Quadrants"}, "factor": 0.000185185185185, "hidden": true},
|
||||
{"slug": "arcminutes-to-radians", "name": "Arcminutes to Radians", "category": "time", "type": "standard", "labels": {"in1": "Arcminutes", "in2": "Radians"}, "factor": 0.000290888208666},
|
||||
{"slug": "arcminutes-to-sextants", "name": "Arcminutes to Sextants", "category": "time", "type": "standard", "labels": {"in1": "Arcminutes", "in2": "Sextants"}, "factor": 0.000277777777778},
|
||||
{"slug": "arcminutes-to-turns", "name": "Arcminutes to Turns", "category": "time", "type": "standard", "labels": {"in1": "Arcminutes", "in2": "Turns"}, "factor": 4.62962962963e-05},
|
||||
{"slug": "arcseconds-to-gradians", "name": "Arcseconds to Gradians", "category": "time", "type": "standard", "labels": {"in1": "Arcseconds", "in2": "Gradians"}, "factor": 0.000308641975309, "hidden": true},
|
||||
{"slug": "arcseconds-to-mils", "name": "Arcseconds to Mils", "category": "time", "type": "standard", "labels": {"in1": "Arcseconds", "in2": "Mils"}, "factor": 0.00493827160494, "hidden": true},
|
||||
{"slug": "arcseconds-to-points-compass", "name": "Arcseconds to Points (compass)", "category": "time", "type": "standard", "labels": {"in1": "Arcseconds", "in2": "Points (compass)"}, "factor": 2.46913580247e-05},
|
||||
{"slug": "arcseconds-to-quadrants", "name": "Arcseconds to Quadrants", "category": "time", "type": "standard", "labels": {"in1": "Arcseconds", "in2": "Quadrants"}, "factor": 3.08641975309e-06, "hidden": true},
|
||||
{"slug": "arcseconds-to-radians", "name": "Arcseconds to Radians", "category": "time", "type": "standard", "labels": {"in1": "Arcseconds", "in2": "Radians"}, "factor": 4.8481368111e-06},
|
||||
{"slug": "arcseconds-to-sextants", "name": "Arcseconds to Sextants", "category": "time", "type": "standard", "labels": {"in1": "Arcseconds", "in2": "Sextants"}, "factor": 4.62962962963e-06},
|
||||
{"slug": "arcseconds-to-turns", "name": "Arcseconds to Turns", "category": "time", "type": "standard", "labels": {"in1": "Arcseconds", "in2": "Turns"}, "factor": 7.71604938272e-07},
|
||||
{"slug": "degrees-to-quadrants", "name": "Degrees to Quadrants", "category": "angle", "type": "standard", "labels": {"in1": "Degrees", "in2": "Quadrants"}, "factor": 0.0111111111111, "hidden": true},
|
||||
{"slug": "degrees-to-sextants", "name": "Degrees to Sextants", "category": "angle", "type": "standard", "labels": {"in1": "Degrees", "in2": "Sextants"}, "factor": 0.0166666666667, "hidden": true},
|
||||
{"slug": "gradians-to-arcminutes", "name": "Gradians to Arcminutes", "category": "time", "type": "standard", "labels": {"in1": "Gradians", "in2": "Arcminutes"}, "factor": 54.0},
|
||||
{"slug": "gradians-to-arcseconds", "name": "Gradians to Arcseconds", "category": "time", "type": "standard", "labels": {"in1": "Gradians", "in2": "Arcseconds"}, "factor": 3240.0},
|
||||
{"slug": "gradians-to-mils", "name": "Gradians to Mils", "category": "angle", "type": "standard", "labels": {"in1": "Gradians", "in2": "Mils"}, "factor": 16.0},
|
||||
{"slug": "gradians-to-points-compass", "name": "Gradians to Points (compass)", "category": "angle", "type": "standard", "labels": {"in1": "Gradians", "in2": "Points (compass)"}, "factor": 0.08},
|
||||
{"slug": "gradians-to-quadrants", "name": "Gradians to Quadrants", "category": "angle", "type": "standard", "labels": {"in1": "Gradians", "in2": "Quadrants"}, "factor": 0.01},
|
||||
{"slug": "gradians-to-sextants", "name": "Gradians to Sextants", "category": "angle", "type": "standard", "labels": {"in1": "Gradians", "in2": "Sextants"}, "factor": 0.015},
|
||||
{"slug": "gradians-to-turns", "name": "Gradians to Turns", "category": "angle", "type": "standard", "labels": {"in1": "Gradians", "in2": "Turns"}, "factor": 0.0025},
|
||||
{"slug": "mils-to-arcminutes", "name": "Mils to Arcminutes", "category": "time", "type": "standard", "labels": {"in1": "Mils", "in2": "Arcminutes"}, "factor": 3.375},
|
||||
{"slug": "mils-to-arcseconds", "name": "Mils to Arcseconds", "category": "time", "type": "standard", "labels": {"in1": "Mils", "in2": "Arcseconds"}, "factor": 202.5},
|
||||
{"slug": "mils-to-gradians", "name": "Mils to Gradians", "category": "angle", "type": "standard", "labels": {"in1": "Mils", "in2": "Gradians"}, "factor": 0.0625, "hidden": true},
|
||||
{"slug": "mils-to-points-compass", "name": "Mils to Points (compass)", "category": "other", "type": "standard", "labels": {"in1": "Mils", "in2": "Points (compass)"}, "factor": 0.005},
|
||||
{"slug": "mils-to-quadrants", "name": "Mils to Quadrants", "category": "angle", "type": "standard", "labels": {"in1": "Mils", "in2": "Quadrants"}, "factor": 0.000625},
|
||||
{"slug": "mils-to-sextants", "name": "Mils to Sextants", "category": "other", "type": "standard", "labels": {"in1": "Mils", "in2": "Sextants"}, "factor": 0.0009375},
|
||||
{"slug": "mils-to-turns", "name": "Mils to Turns", "category": "other", "type": "standard", "labels": {"in1": "Mils", "in2": "Turns"}, "factor": 0.00015625},
|
||||
{"slug": "points-compass-to-arcminutes", "name": "Points (compass) to Arcminutes", "category": "time", "type": "standard", "labels": {"in1": "Points (compass)", "in2": "Arcminutes"}, "factor": 675.0},
|
||||
{"slug": "points-compass-to-arcseconds", "name": "Points (compass) to Arcseconds", "category": "time", "type": "standard", "labels": {"in1": "Points (compass)", "in2": "Arcseconds"}, "factor": 40500.0},
|
||||
{"slug": "points-compass-to-gradians", "name": "Points (compass) to Gradians", "category": "angle", "type": "standard", "labels": {"in1": "Points (compass)", "in2": "Gradians"}, "factor": 12.5},
|
||||
{"slug": "points-compass-to-mils", "name": "Points (compass) to Mils", "category": "other", "type": "standard", "labels": {"in1": "Points (compass)", "in2": "Mils"}, "factor": 200.0},
|
||||
{"slug": "points-compass-to-quadrants", "name": "Points (compass) to Quadrants", "category": "angle", "type": "standard", "labels": {"in1": "Points (compass)", "in2": "Quadrants"}, "factor": 0.125},
|
||||
{"slug": "points-compass-to-radians", "name": "Points (compass) to Radians", "category": "angle", "type": "standard", "labels": {"in1": "Points (compass)", "in2": "Radians"}, "factor": 0.196349540849},
|
||||
{"slug": "points-compass-to-sextants", "name": "Points (compass) to Sextants", "category": "other", "type": "standard", "labels": {"in1": "Points (compass)", "in2": "Sextants"}, "factor": 0.1875},
|
||||
{"slug": "points-compass-to-turns", "name": "Points (compass) to Turns", "category": "other", "type": "standard", "labels": {"in1": "Points (compass)", "in2": "Turns"}, "factor": 0.03125},
|
||||
{"slug": "quadrants-to-arcminutes", "name": "Quadrants to Arcminutes", "category": "time", "type": "standard", "labels": {"in1": "Quadrants", "in2": "Arcminutes"}, "factor": 5400.0},
|
||||
{"slug": "quadrants-to-arcseconds", "name": "Quadrants to Arcseconds", "category": "time", "type": "standard", "labels": {"in1": "Quadrants", "in2": "Arcseconds"}, "factor": 324000.0},
|
||||
{"slug": "arcseconds-to-degrees", "name": "Arcseconds to Degrees", "category": "time", "type": "standard", "teaser": "Express tiny angle pieces as degrees.", "labels": {"in1": "Arcseconds", "in2": "Degrees"}, "factor": 0.00027777778},
|
||||
{"slug": "dynes-to-newtons", "name": "Dynes to Newtons", "category": "force", "type": "standard", "labels": {"in1": "Dynes", "in2": "Newtons"}, "factor": 1e-05, "hidden": true},
|
||||
{"slug": "ergs-to-joules", "name": "Ergs to Joules", "category": "energy", "type": "standard", "labels": {"in1": "Ergs", "in2": "Joules"}, "factor": 1e-07, "hidden": true},
|
||||
|
||||
Reference in New Issue
Block a user