rs-math 0.1.0

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.
Documentation
# 为了学好Rust也是拼了

## 图形
- [Rust之圆]./circle.md
- [Rust之圆弧]./arc.md
- [Rust之三角形]./triangle.md
- [Rust之矩形]./rectangle.md
- [Rust之椭圆]./ellipse.md

## 方程
- [Rust之直线方程]./LinearEquation.md


## 向量
- [Rust之二维向量]./vector_2d.md
- [Rust之三维向量]./vector_3d.md


## 矩阵
- [Rust之二维矩阵]./matrix_2d.md
- [Rust之三维矩阵]./matrix_3d.md


## 统计
- [Rust之基本统计]./statistics.md