# rs-math **Repository Path**: pychfarm_admin/rs-math ## Basic Information - **Project Name**: rs-math - **Description**: This is a math library, a math library written in Rust. Write in a native way as much as possible in this math library, reducing the use of third-party libraries. There may be some errors in this math - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-22 - **Last Updated**: 2024-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rs-Math This is a math library, a math library written in Rust. Write in a native way as much as possible in this math library, reducing the use of third-party libraries. There may be some errors in this math library, and we hope that users can provide suggestions for modification. I will continue to track related issues when submitting Issues, and if possible, please also participate in my project. ## Document - [Circle in Rust](./docs/circle.md) - [Arc in Rust](./docs/arc.md) - [Triangle in Rust](./docs/triangle.md) - [Rectangle in Rust](./docs/rectangle.md) - [Ellipse in Rust](./docs/ellipse.md) - Equation - [Linear Equation in Rust](./docs/LinearEquation.md) - Vector - [2D Vector in Rust](./docs/vector_2d.md) - [3D Vector in Rust](./docs/vector_3d.md) - Matrix - [2D Matrix in Rust](./docs/matrix_2d.md) - [3D Matrix in Rust](./docs/matrix_3d.md) - Statistics - [Basic Statistics in Rust](./docs/statistics.md) ## License - [GNU](LICENSE)