Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb10 committed Sep 14, 2022
1 parent 79bc440 commit 6569a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Therefore, sunrise and sunset times can only be accurate to the nearest minute (
* Assuming a purely elliptical motion of the Earth, solar coordinates have a "low accuracy" of 0.01° (Meeus, 1998). To
this precision, we ignore nutation, delta T, and higher-order terms in the relevant expressions.

* Arduino's single precision floating numbers have the equivalent of `24 * log10(2)`7.22 significant digits.
* Arduino's single precision floating numbers have the equivalent of `23 * log10(2)`6.92 significant digits.
Although this is generally not sufficient for mathematical astronomy (Meeus, 1998), it is good enough for our purposes.

### Sunrise and sunset
Expand Down

0 comments on commit 6569a43

Please sign in to comment.