Skip to main content

zeph_memory/
math.rs

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