Skip to content

Fixes #6 #35

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixes #6 #35

wants to merge 1 commit into from

Conversation

xqjibz
Copy link

@xqjibz xqjibz commented Oct 28, 2014

This fixes the issue #6, this is before the fix:

> s.getPosition(date,50.5,30.5).azimuth * (180/Math.PI)
-143.25764539039318

and after, all in degrees, because I'm unable to read radians :)

> s.getPosition(date,50.5,30.5).azimuth * (180/Math.PI)
36.742354609606814

tests updated too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant