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

added iscomposite #384

Closed hussaino03 closed 2 years ago

hussaino03 commented 2 years ago

Added a new math generator function called iscomposite, which similar to isprime, checks if a number provided by the user is composite or not.

lukew3 commented 2 years ago

Thanks!