lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
680 stars 175 forks source link

Add equation of line from two points generator program #354

Closed Sankari-K closed 2 years ago

Sankari-K commented 2 years ago

Added equation_of_line_from_two_points.py to mathgenerator/mathgenerator/funcs/geometry I noticed that lots of content from README.md has been deleted. Hope that was only due to running adoptGenerator.py (edit: I think I fixed that) This generator generates a line through two points where the coordinates are between -20 and 20. Please let me know if anything needs to be modified.