This is a simple calculator built with Python. Inspired by a pinterest pin saying it would be a fun little project.
- option to use radians instead of degrees (APPC uses pi/2 and that b/c of unit circle)
- factorials?
- greatest common divisor (gcd), least common multiple (lcm) as a seperate function/option?
This project is mostly to explore the different functions/options from the math library in python. I didn't search up anything until after, but W3Schools has the code available for reference. This project involves ZERO AI usage. Thank you for reading!