/** * @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.cjs"; export * as Vector from "./Vector.cjs"; export * from "./Math.cjs"; export * from "./Math.Types.cjs"; //# sourceMappingURL=index.d.cts.map