We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9075c55 commit 3f9d1b1Copy full SHA for 3f9d1b1
1 file changed
Software/Arduino code/Sidereal.cpp
@@ -8,7 +8,7 @@ static DayTime Sidereal::calculateByGPS(TinyGPSPlus* gps){
8
}
9
10
static const double Sidereal::calculateTheta(double deltaJ, double longitude, float timeUTC){
11
- float theta = C1;
+ double theta = C1;
12
theta += C2 * deltaJ;
13
theta += C3 * timeUTC;
14
theta += longitude;
0 commit comments