Open Anand76666 opened 4 years ago
Create a file for the slope and slope_intercept calculator function
It should find slope and slope_intercept of given line
x1,y1 = 10,20 x2,y2 = 30,40 slope =1.0 slope_in
tercept = 10.0
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.
can I contribute ?
Please describe the function neatly by replacing the text in curly brackets.
Todo
Create a file for the slope and slope_intercept calculator function
It should find slope and slope_intercept of given line
Example
tercept = 10.0
Important
Guidelines for adding new functions are clearly mentioned in the contributing guidelines.
Screenshots of the output needs to be added along with the PRs for quicker merges.
If any queries, discuss it in the issue thread.