We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
can I contribute ?
Sorry, something went wrong.
Please describe the function neatly by replacing the text in curly brackets.
tejasmorkar
SuyashSonawane
No branches or pull requests
Todo
Create a file for the slope and slope_intercept calculator function
It should find slope and slope_intercept of given line
Example
x1,y1 = 10,20
x2,y2 = 30,40
slope =1.0
slope_in
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.
The text was updated successfully, but these errors were encountered: