suncalc icon indicating copy to clipboard operation
suncalc copied to clipboard

Fixes #6

Open xqjibz opened this issue 10 years ago • 0 comments

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

xqjibz avatar Oct 28 '14 01:10 xqjibz