106 Commits (14c7de516b59a4d8bb8da6d5bde904ea2ff1120f)
 

Author SHA1 Message Date
fdai7764 14c7de516b added test for dividing the roots of two negative numbers and functionality to filter out corresponding math errors 1 year ago
fdai7764 0bf973569c added test for division of two roots as well as corresponding functionality 1 year ago
fdai7764 529ba64c7b added test to use sqrt_power with negative number as exponent 1 year ago
fdai7764 94da305be0 added recognition of zero exponent to instantly return 1 to reduce room for errors 1 year ago
fdai7764 42222c7c23 added test to use sqrt_power with zero as exponent 1 year ago
fdai7764 45f04a018a added test to use sqrt_power with float as exponent 1 year ago
fdai7764 06a42d159b added test to use sqrt_power with a negative base as well as corresponding functionality to catch math error 1 year ago
fdai7764 eceeafe022 added test for new function sqrt_power as well as corresponding functionality 1 year ago
fdai7764 fe0d79ac5c refactoring: Made the multiplyRoots function use the already implemented function for calculating square roots 1 year ago
fdai7764 f766ce85a9 added test to check if multiplication of two roots with both negative numbers returns minus1 to indicate error as well as corresponding functionality 1 year ago
fdai7764 f793a2d5e7 added test to check if multiplication of two roots with both positive numbers returns the right number as well as corresponding functionality 1 year ago
fdai7764 31666ce4df added test to check if multiplication of two roots with one being zero returns zero as well as corresponding functionality 1 year ago
fdai7763 7fac96bfc4 added test for negative coefficient 1 year ago
fdai7763 51806de80d refactoring: changed class name 1 year ago
fdai7763 804063a500 refactoring: added new lines 1 year ago
fdai7763 fb17b15e1d refactoring: added new lines 1 year ago
fdai7763 b16d5bd556 refactoring: too long string-output 1 year ago
fdai7763 89065bc437 refactoring: too long string-output 1 year ago
fdai7763 e218728cd7 Changes at text for linear function 1 year ago
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