//! # MathOps
//!
//! `MathOps` is a Rust library providing mathematical and statistical operations on vectors.
//! It supports both `f32` and `f64` types, and includes methods for common statistical measures,
//! normalization, sorting, and vector arithmetic.
// Re-exporting for easy access
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;