//! Mathematical constants potentially relevant to simulation.
/// Mathematical constants derived from or relevant to the framework
pubmodonq_constants{/// The golden ratio constant φ (Phi).
pubconstPHI:f64=1.618_033_988_749_895;/// Used for phase angles (`e^(iθ)`)
pubconstPI:f64=std::f64::consts::PI;}