🧮
Scientific-Calculator
This Scientific Calculator is a calculator designed to help you calculate science, engineering, and mathematics problems. It has way more buttons t…
This Scientific Calculator is a calculator designed to help you calculate science, engineering, and mathematics problems. It has way more buttons t…
This Scientific Calculator is a calculator designed to help you calculate science, engineering, and mathematics problems. It has way more buttons than your standard calculator that just lets you do your four basic arithmetic operations of addition, subtraction, multiplication, and division. This Scientific calculator is made with python which can be easily used by anyone.

+, -, *, /, ^, (, ), sin, cos, tan, lg, ln, Sqrt, x!, 1/x, pi, e, deg, mod, C (clear), Bksp, and =.3, 6, then Sqrt to compute the square root of 36. The entry field updates to show 6.0.C to clear, then type 5, x! to compute 5 factorial. The entry field shows 120.C, enter 3.14159, then click sin to get the sine of that value (approximately 2.653...e-06).python Scientific_CalC.py
Standard library only (uses tkinter and math).