1// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
2// SPDX-License-Identifier: MIT OR Apache-2.0
34//! Mathematical utilities for vector operations.
5//!
6//! Re-exports from `zeph-common::math` — the canonical implementation lives there.
78pub use zeph_common::math::cosine_similarity;