line_dist 0.1.0

The distance formula is used to calculate distance between two points in Rectangular Co-ordinate System
Documentation
1
2
3
4
5
6
7
8
9

use line_dist::line_dis_formula;

fn main() {
    
    line_dis_formula();

    
}