87 Commits (725c2b0f7c4de78e8c7bb407e05f237211b3424c)
 

Author SHA1 Message Date
fdai7763 725c2b0f7c Integration von linearen Funktionen in Abfrage von read_math_function 1 year ago
fdai7763 21f6eec3e4 refactoring: simplified by removing unnecessary variable 1 year ago
fdai7763 2e95448ace added test for easy linear function where the constant gets simplified as well as corresponding functionality 1 year ago
fdai7763 93d47da2b8 refactoring: changed == False and == True to is False and is True 1 year ago
fdai7763 e70587d715 added test for extracting constant with math operators 1 year ago
fdai7763 3f9a7a87c1 refactoring: added/deleted whitespaces 1 year ago
fdai7763 3150fa828e added test for splitting linear function without added constant as well as corresponding functionality 1 year ago
fdai7763 e640d69858 refactoring: added new line 1 year ago
fdai7763 49e4807a8d added test for extraction of a negative constant without math operators 1 year ago
fdai7763 6526fb4d6b refactoring: added line at end of file 1 year ago
fdai7763 2a1b4301d4 added test for extraction of a positive constant without math operators as well as corresponding functionality 1 year ago
fdai7763 d6b8dfee1c refactoring: added new line 1 year ago
fdai7763 52d64ade6f refactoring: added line at end of file 1 year ago
fdai7763 85b75c4abb added test for identify if function is constant and simplify it as well as corresponding functionality 1 year ago
fdai7763 63e01cdd1f added test for returning the number if the function is no string as well as corresponding functionality 1 year ago
fdai7763 65cc713ba4 refactoring: added line at end of file 1 year ago
fdai7763 3e1ca5ce66 added test for simplify_easy_math_function returns False when type isn't "v" as well as corresponding functionality 1 year ago
fdai7763 3365938659 refactoring: replaced "if simplified == False" by "if not simplified" 1 year ago
fdai7763 a97bf1b3b0 added text output if simplification wasn't successful 1 year ago
fdai7763 5c23ac8b9b refactoring: simplified by removing unnecessary variable 1 year ago
fdai7763 1bf5b8c6e1 added test for returning simplified math-function from read-function when entering an allowed math-function as well as corresponding functionality 1 year ago
fdai7763 9efc7edf83 added test for returning False from read-function with dialog as well as corresponding functionality 1 year ago
fdai7763 df3f7226b1 refactoring: changed function names 1 year ago
fdai7763 ded3c9ef82 added test for decision to return False when string isn't allowed as well as corresponding functionality 1 year ago
fdai7763 4c25f9e1e0 refactoring: simplified by removing unnecessary variable 1 year ago
fdai7763 c372688e95 added test for decision to calculate string with calculate_string as well as corresponding functionality 1 year ago
fdai7763 e9af8932cc refactoring: removed import math 1 year ago
fdai7763 4c397b2875 refactoring: added new line 1 year ago
fdai7763 8835c9478b added test for calculating string with pow as well as corresponding functionality 1 year ago
fdai7763 295ef2bfd7 refactoring: simplified by removing unnecessary variable, added line at end of file 1 year ago
fdai7763 191a344043 added test for calculating string without pow as well as corresponding functionality 1 year ago
fdai7763 c455776e0e refactoring: added line at end of file 1 year ago
fdai7763 74284d4d98 added test for is_allowed_string returning false, edited test for is_allowed_string returning true by adding a division 1 year ago
fdai7763 aa022f9b8b refactoring: simplified by removing unnecessary variable 1 year ago
fdai7763 163a54faa5 added test for is_allowed_string returning true if it has only digits and allowed characters as well as corresponding functionality 1 year ago
fdai7763 172b84bb48 refactoring: added new line 1 year ago
fdai7763 f3b473ed83 added test for returning false if math-function is no string 1 year ago
fdai7763 550ba0c950 refactoring: simplified by removing unnecessary variable 1 year ago
fdai7763 d08dc04996 added test for new function returning true if math-function is a string as well as corresponding functionality 1 year ago
fdai7763 f54c3dc532 refactoring: return False in if-statement 1 year ago
fdai7763 660529193b added test for returning "False" if type isn't constant as well as corresponding functionality 1 year ago
fdai7763 6faae787f4 refactoring: simplified by returning the value itself 1 year ago
fdai7763 5bfb1483dc added test for returning a single constant as well as corresponding functionality 1 year ago
fdai7764 5066fe695d refactoring: Avoided Duplication of Code in Function multiplyFractions by utilizing the already implemented functions 1 year ago
fdai7764 b47ac777a6 refactoring: Avoided Duplication of Code in Function addFractions by utilizing the already implemented functions 1 year ago
fdai7764 193c829491 refactoring: Avoided Duplication of Code in Function reduceFraction by utilizing the already implemented functions 1 year ago
fdai7764 b5501ee24e refactoring: Avoided Duplication of Code in Function frac_to_dec by utilizing the already implemented functions 1 year ago
fdai7764 b79cd2f7ab added test to check for fraction to string conversion as well as corresponding functionality 1 year ago
fdai7764 4198c6f733 added a test for conversion from number to fraction as well as corresponding functionality 1 year ago
fdai7764 e6949b3ea6 added a test for division of two fractions and the corresponding functionality 1 year ago