61 Commits (98e8d6af3dcf0fd980a721f34e11a6dcea1ca01f)

Author SHA1 Message Date
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 8e56ff972e Added unittest for exponentialFunction 1 year ago
fdai7782 44d67a7e70 Added unittest for logarithmBase2Function 1 year ago
fdai7782 bd0ea51f78 Added unittest for naturalLogarithmFunction 1 year ago
fdai7782 1512e19419 Added unittest for logarithmFunction 1 year ago
fdai7782 f01a7070b9 Added unittest for tangentFunction 1 year ago
fdai7782 c387f1ba77 Added unittest for cosineFunction 1 year ago
fdai7782 1f820feab0 Added unittest for sineFunction 1 year ago
fdai7782 5944e0daae Added unittest for squareRootFunction 1 year ago
Enrico Schellenberger adb77d67bd added test to develop branch 1 year ago
Enrico Schellenberger 9fb595ce1d added main to develop branch 1 year ago
Enrico Schellenberger a8968a0d65 added test to develop branch 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 ae474287b2 Deleted scientific.c file 1 year ago
fdai7782 c0d776bc4e Added functionality (not complete) in scientific.c and changed the file name to scientificMode.c 1 year ago
fdai7782 53f0189b35 Fixed error in calculator.h 1 year ago
fdai7782 db94a28b78 Removed scientificMode function from main_calculator.c and fixed syntax error. 1 year ago
fdai7782 4455b53c89 Added scientific.c file 1 year ago
Enrico Schellenberger 002a3cca80 added ConMeter logic to ConvertMode.c 1 year ago
Enrico Schellenberger 2424f92191 added Unit arrays and switch case for Meter conversionto ConvertMode.c 1 year ago
Enrico Schellenberger 43b098aec4 added Con Functions and query to ConvertMode.c 1 year ago
Enrico Schellenberger e1ed311b32 added ConvertMode.c with all conversion options 1 year ago
fdai7782 b3773ad434 Fixed syntax errors in team member's code 1 year ago
Enrico Schellenberger cc11e6eccd changed the last else if in BasicMode.c to include the = char 1 year ago
Enrico Schellenberger 09e4f9d6b7 changed BasicMode.c to priorities operators 1 year ago
Enrico Schellenberger a3cbfd7de1 added BasicMode.c and refractoring to testForOperator/taschenrechner.h 1 year ago
Enrico Schellenberger bd2e1ef19f refractoring 1 year ago
Enrico Schellenberger 8b6ad397fe added new File BasicMode.c for Basic calculations 1 year ago
Enrico Schellenberger 76616df9af adjusted files main_taschenrechner.c , taschenrechner.h 1 year ago
Enrico Schellenberger 0d247eb1cd added test to develop branch 1 year ago
Enrico Schellenberger 944e3a1544 unit tests added and adjusted calculations with double 1 year ago
lukazieg b35930f9c5 added testForNumber.c 1 year ago
fdai7782 1a2e13f0c7 Added squareRootFunction for calculating square roots 1 year ago
fdai7782 8993cdde83 Added bitwiseXOR function for bitwise XOR operation 1 year ago
fdai7782 0cc8033f31 Added bitwiseOR function for bitwise OR operation 1 year ago
fdai7782 0898087904 Added bitwiseAND function for bitwise AND operation 1 year ago
fdai7782 440d7f5c25 Added exponentialFunction for exponential calculations 1 year ago
fdai7782 03d5c29ff6 Added logarithmBase2Function for base 2 logarithmic calculations 1 year ago
fdai7782 4e07ded997 Added naturalLogarithmFunction (ln) for natural logarithmic calculations 1 year ago
fdai7782 0a09383b1e Added logarithm function for base 10 logarithmic calculations 1 year ago
fdai7782 51fe20da4f Added tangent function for trigonometric calculations 1 year ago
fdai7782 5e548b90e5 Added cosine function for trigonometric calculations 1 year ago
fdai7782 8d69bf6c8f Added sineFunction for trigonometric calculations 1 year ago
fdai7782 1b98800df7 Added Unit Converter mode without functionality 1 year ago
fdai7782 550fe31582 Added programming mode without functionality 1 year ago