sidereon-core 0.9.2

The complete Sidereon engine: numerical astrodynamics propagation core plus the GNSS domain layer (SP3, broadcast ephemeris, multi-GNSS positioning, RTK/PPP, ionosphere/troposphere, DOP) behind a default-on gnss feature
Documentation
1
2
3
4
5
6
//! Shared named numerical tolerances for deterministic scalar kernels.
//!
//! These are algorithmic thresholds, not physical-truth validation bounds.

/// Singular-pivot threshold for deterministic Gaussian-elimination kernels.
pub const PIVOT_EPSILON: f64 = 1.0e-12;