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
1
2
3
4
5
6
7
8
pub  mod circle;
pub mod arc;
pub mod rectangle;
pub mod point_2d;

pub mod linear_equation;
pub mod triangle;
pub mod ellipse;