12 Commits (7e96f4ed54a69c40b218e7794846af76432f9eab)

Author SHA1 Message Date
fdai7782 7e96f4ed54 IMPORTANT FIXES: ADDED ALL HEADER FILES FOR THE DIFFRENT .C FILES AND ALSO IMPROVED THE YAML FILE -- COMPILING WORKS NOW! 1 year ago
fdai7782 c2370ea9e8 Updated header file to calculator.h 1 year ago
fdai7782 cb1e99442f refactoring: Split scientificMode into two functions: scientificMode (for setup) and executeScientificFunction (handling switch case and result output). Also, isolated user's calculation choice into getNumberFromUser. 1 year ago
fdai7782 b6f841deb2 refactoring: Extracted the scientific options from the scientificMode and move them into getScientificModeChoice 1 year ago
fdai7782 98e8d6af3d refactoring: Extracted the trigonometric options from the executeTrigonometricFunction and move them into getTrigonometricChoice 1 year ago
fdai7782 4518b70777 refactoring: Extracted the logarithm options from the executeLogarithmFunction and move them into getLogarithmChoice function 1 year ago
fdai7782 54d7fbb0f6 refactoring: Extracted the trigonometric function from the scientificMode and moved in the executeTrigonometricFunction 1 year ago
fdai7782 de04361737 refactoring: Extracted the logarithm function from the scientificMode and moved in the executeScientificFunction 1 year ago
fdai7782 fea3474ea4 Integrate additional mathematical functions into the scientific calculator and also a do loop to change between modes. 1 year ago
fdai7782 d67b4dae4c Implement trigonometric functions in scientific calculator. 1 year ago
fdai7782 eb61b94c13 Implement basic scientific calculator functions. 1 year ago
fdai7782 c0d776bc4e Added functionality (not complete) in scientific.c and changed the file name to scientificMode.c 1 year ago