1. Converting Moon Angular Diameter
Amateur AstronomerBackground
An astronomer is documenting the angular size of the Moon, which is approximately 31 arcminutes, and needs to record it in decimal degrees for a database.
Problem
The database only accepts decimal degrees, requiring a quick conversion of 31 arcminutes.
How to use
Enter 31 in the Arcminutes field and set the decimal precision to 4.
{
"arcminutes": 31,
"precision": 4
}Outcome
The tool outputs 0.5167 degrees.