Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for DMS notation #8

Open
danilort opened this issue Dec 21, 2021 · 0 comments
Open

Support for DMS notation #8

danilort opened this issue Dec 21, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@danilort
Copy link

It is an excellent extension.

I suggest adding the support to the DMS notation (Degrees Minutes Seconds).
Sometimes I have to work with sexagesimal angles, for example sin(40° 11' 15"), but I can't do it directly.

I wrote a function:

dms(gg, mm, ss) = ((abs(gg deg) + abs(mm arcmin) + abs(ss arcsec)) * sign(gg))

so I can write:

immagine

It would be nice to be able to write:

x = sin(dms(40, 11, 15)) = 0.645291
asin(x) in dms           = 40° 11' 15"
@nortakales nortakales added the enhancement New feature or request label Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants