astrodynamics 0.12.0

Numerical astrodynamics engine for orbit propagation, force models, and flight-dynamics primitives
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;