/** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ /** * @module Math * Functions, types, and classes for mathematical computations. */ export * as Complex from "./Index.Complex.mjs"; export * as Vector from "./Vector.mjs"; export * from "./Math.mjs"; export * from "./Math.Types.mjs"; //# sourceMappingURL=index.d.mts.map