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
# 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