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
692 stars 177 forks source link

pi() mathematical constant #303

Closed niyonx closed 4 years ago

niyonx commented 4 years ago

Example Problem: Generate the value of pi from scratch

Example Solution: pi() returns 3.141592653589793

Further explanation (optional): https://en.wikipedia.org/wiki/Pi

Would you like to be assigned to this: Yes

niyonx commented 4 years ago

hey @lukew3 if you're looking to calculate the constant pi from scratch you can assign me to it

lukew3 commented 4 years ago

I don't think that's necessary. We should just use math.pi.