/*!
* Mathematical utilities and algorithms for Brahe.
*
* This module provides core mathematical functionality including:
* - Angle conversions and utilities
* - Linear algebra operations
* - Jacobian computation for numerical integration
* - Interpolation utilities
*/
// Re-export commonly used items
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;