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
681 stars 176 forks source link

added function for find base given two numbers and one base #434

Open ialoko opened 10 months ago

ialoko commented 10 months ago

Find base given two numbers and one base

Created function for base_b_given_two_nums() in misc.py file and also added the tuple to the mathgenerator/_gen_list.py file

Fixes #191