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
690 stars 178 forks source link

Added generator for multiplying 2 numbers in scientific notation form #365

Closed jsun1590 closed 3 years ago

jsun1590 commented 3 years ago

Added product_of_scientific_notations.py to mathgenerator/mathgenerator/funcs/misc Issue Ref: #350. I advise keeping the issue open or open a new issue for the conics problems.

lukew3 commented 3 years ago

Super high quality work. Most people don't write exactly what I expect the first time. Reminds me that I've got to change the adoptGenerator program to just add a line to the readme instead of redoing the whole thing. Thanks!