Chris Dennis

Results 3 comments of Chris Dennis

Yes, it's an arccos vs. floating point thing: it's trying to evaluate `math.acos(1.00000002)`. I've fixed it by using `math.atan2()` instead, and could do a patch or pull request if required.

Being pedantic... The moon isn't always visible at night, depending on its phase. How about some way of depicting a starry sky?

This worked for me on Arch Linux: `sudo archlinux-java set java-14-openjdk ` but only after I then reinstalled the `arduino` package.