The flight plan tolerance is in powers of 2, whereas the prediction tolerance is in powers of 10.
I suspect this is because the prediction setting was originally persisted in the C# only, so that it was convenient to save an index into an array of powers of 10, but since the flight plan setting started out persisted in the C++ as a Length
, powers of 2 were easier because of the exact *=
and /=
.
Owner Name | mockingbirdnest |
Repo Name | Principia |
Full Name | mockingbirdnest/Principia |
Language | C++ |
Created Date | 2014-02-08 |
Updated Date | 2023-03-29 |
Star Count | 664 |
Watcher Count | 29 |
Fork Count | 62 |
Issue Count | 109 |
Issue Title | Created Date | Updated Date |
---|