-
Are there some similar utility functions for the `Complex` number type as in the Guava `DoubleMath` utility class, if the imaginary part is `0.0`?
`isMathematicalInteger`
https://github.com/google…
-
I've got a code:
EventHandler eclipseScHandler = new EventHandler() {
@Override
public Action eventOccurred(SpacecraftState s, EclipseDetector detector, boolean increasing) {
if …
-
Currently we see error messages like "Interval does not bracket a root: f(1.0) = -0.0, f(1.0) = -0.0" which is misleading because the numbers are rounded instead of using their full precision. Since t…
-
`UnivariateDifferentiableVectorFunction` interface represents an univariate differentiable vectorial function. Currently it contains only one method.
/**
* Compute the value for the funct…
-
Child issue of https://github.com/checkstyle/checkstyle/issues/7797 ,
https://github.com/checkstyle/checkstyle/blob/f9131f9536c71d963c83aab1550b7a0371aa9ff5/.ci/pitest.sh#L185
-
Hi,
**Summary:**
URL displayed by Redmine:
```
SSH: ssh://git@forge.example.net/orekit/orekit-main.git
HTTPS: https://sdinot@forge.example.net/git/orekit/orekit-main.git
```
Cloning attempts:
```…
-
🐞 **Problem**
Currently `Orbit.from_body_ephem` is a convenient way to get the osculating orbit of a planet or the Moon for plotting, to retrieve some classical element, or other things. However, t…
-
URL: https://gitlab.orekit.org/orekit/orekit/issues/368
https://www.orekit.org/site-orekit-10.0/changes-report.html
format: maven
group: org.orekit
artifact: orekit
versions: [5.0, 7.2.1), [8.0, …
-
The new `Satrec` class uses the WGS-72 gravity model:
https://github.com/brandon-rhodes/python-sgp4/blob/10e8076f18bb148d5e2a2434ae20daf9dcfc6fd0/extension/wrapper.cpp#L113
https://github.com/br…
-
Dear Brandon,
First of all thanks a lot for providing this amazing library, it is highly appreciated. I am currently working on a project which determines sensor accesses from a variety of platform…