# xcmath **Repository Path**: xcrtp/xcmath ## Basic Information - **Project Name**: xcmath - **Description**: A C++ 20 Math Library - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-24 - **Last Updated**: 2026-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xcmath This is a math library for xcal. ## Usage ```cpp #include int main() { // Your code here xcmath:mat A(2, 2); return 0; } ```