Loading repository data…
Loading repository data…
kryptoNkn / repository
GUI calculator written in C#. This project is aimed at starting to study the WinForms and WPF platforms.
I decided to start creating my own GUI calculator to explore the WinForms platform. The project is not complicated, but I spent 2 whole days on it due to my laziness :3
I fixed the bug with incorrect text input. Added new functions such as: logarithm, natural logarithm, logarithm to the base 10, sine, cosine, tangent, cotangent, square root. Also made the interface more pleasant, and the API more correct. Also, this time the tool for creating the graphical interface was WPF, not WinForms.