//! Interpolation primitives for typed affine geometry.
//!
//! This module is domain-agnostic: it works over a scalar abscissa and complete
//! typed values. Astronomy-specific epoch handling belongs in downstream crates.
pub use ;
pub use ;
pub use InterpolationError;
pub use ;