christopher-siewert / cpp-calculator

Simple command line calculator
41 stars 28 forks source link

added some new features #8

Open mmuradd opened 11 months ago

mmuradd commented 11 months ago

I have implemented several modifications in the codebase, particularly within the scientific calculator application. I have refined the user interface by enhancing the informational content of the messages related to operation selection. Additionally, I have introduced a categorization system to streamline the identification and selection of mathematical operations.

Furthermore, I successfully identified and rectified a bug associated with the tangent function (tan()). This debugging process contributed to the overall improvement of the calculator's reliability and accuracy.

In an effort to augment the calculator's functionality, I have integrated additional trigonometric functions. Specifically, I have included secant (sec), cosecant (csc), and cotangent (cot) functions. These enhancements collectively represent the extent of my contributions to the project over the course of this week.