66 Commits (9efc7edf834f20a1c66604f44b42a9fb6664c024)
 

Author SHA1 Message Date
fdai7763 9efc7edf83 added test for returning False from read-function with dialog as well as corresponding functionality 11 months ago
fdai7763 df3f7226b1 refactoring: changed function names 11 months ago
fdai7763 ded3c9ef82 added test for decision to return False when string isn't allowed as well as corresponding functionality 11 months ago
fdai7763 4c25f9e1e0 refactoring: simplified by removing unnecessary variable 11 months ago
fdai7763 c372688e95 added test for decision to calculate string with calculate_string as well as corresponding functionality 11 months ago
fdai7763 e9af8932cc refactoring: removed import math 11 months ago
fdai7763 4c397b2875 refactoring: added new line 11 months ago
fdai7763 8835c9478b added test for calculating string with pow as well as corresponding functionality 11 months ago
fdai7763 295ef2bfd7 refactoring: simplified by removing unnecessary variable, added line at end of file 11 months ago
fdai7763 191a344043 added test for calculating string without pow as well as corresponding functionality 11 months ago
fdai7763 c455776e0e refactoring: added line at end of file 11 months ago
fdai7763 74284d4d98 added test for is_allowed_string returning false, edited test for is_allowed_string returning true by adding a division 11 months ago
fdai7763 aa022f9b8b refactoring: simplified by removing unnecessary variable 11 months ago
fdai7763 163a54faa5 added test for is_allowed_string returning true if it has only digits and allowed characters as well as corresponding functionality 11 months ago
fdai7763 172b84bb48 refactoring: added new line 11 months ago
fdai7763 f3b473ed83 added test for returning false if math-function is no string 11 months ago
fdai7763 550ba0c950 refactoring: simplified by removing unnecessary variable 11 months ago
fdai7763 d08dc04996 added test for new function returning true if math-function is a string as well as corresponding functionality 11 months ago
fdai7763 f54c3dc532 refactoring: return False in if-statement 11 months ago
fdai7763 660529193b added test for returning "False" if type isn't constant as well as corresponding functionality 11 months ago
fdai7763 6faae787f4 refactoring: simplified by returning the value itself 11 months ago
fdai7763 5bfb1483dc added test for returning a single constant as well as corresponding functionality 11 months ago
fdai7764 5066fe695d refactoring: Avoided Duplication of Code in Function multiplyFractions by utilizing the already implemented functions 11 months ago
fdai7764 b47ac777a6 refactoring: Avoided Duplication of Code in Function addFractions by utilizing the already implemented functions 11 months ago
fdai7764 193c829491 refactoring: Avoided Duplication of Code in Function reduceFraction by utilizing the already implemented functions 11 months ago
fdai7764 b5501ee24e refactoring: Avoided Duplication of Code in Function frac_to_dec by utilizing the already implemented functions 11 months ago
fdai7764 b79cd2f7ab added test to check for fraction to string conversion as well as corresponding functionality 11 months ago
fdai7764 4198c6f733 added a test for conversion from number to fraction as well as corresponding functionality 11 months ago
fdai7764 e6949b3ea6 added a test for division of two fractions and the corresponding functionality 11 months ago
fdai7764 540e11fa1e added testcase for multiplication where the result needs to be reduced and updated the code accordingly 11 months ago
fdai7764 54ac7939c7 added test for multiplication of fractions and corresponding functionality 11 months ago
fdai7764 fb15dfa3ec added another testcase for addition where the result needs to be reduced and updated the code accordingly 11 months ago
fdai7764 602fa8fb6b added another testcase for addition of fractions with different denominators and updated code accordingly 11 months ago
fdai7764 2aff63923c added test for addition of two fractions as well as corresponding functionality 11 months ago
fdai7764 3c6ad1adbe added test for lcm (lowest common multiple) as well as corresponding functionality 11 months ago
fdai7764 b47a8f864d added test for fraction reduction as well as corresponding functionality 11 months ago
fdai7764 d5aeb0fe42 added test for greatest common divisor (gcd) as well as corresponding functionality 11 months ago
fdai7764 b641f04611 Added another test for negative numerators 11 months ago
fdai7764 fcf1b7cbc9 Added test for fraction conversion to decimal as well as corresponding functionality 11 months ago
fdai7764 ee0a5d1a4d refactoring: Changed variable name in ld function to avoid confusion, as there is only one number 11 months ago
fdai7783 eb43d93489 Deleted file with typo 11 months ago
fdai7764 b2c0e73e9e refactoring: Changed typo in test file for logarithmic stuff 11 months ago
fdai7783 29165c63c2 refactoring: renamed function parameters to stay consistent with naming scheme 11 months ago
fdai7783 a8178146de Added functionality to logarithmize with base10 11 months ago
fdai7783 f07013a1cf refactoring: renamed test to match content of test 11 months ago
fdai7783 28a45bbb3d Added logaritim dualis functionality with one position arugment and test for it 11 months ago
fdai7783 86b4b1e3ce Added logarithmize functionality and test 11 months ago
fdai7783 f8523832d5 refactoring: changed function parameter for further clarity 11 months ago
fdai7783 c98edf25e4 Added potentiate functionality and test 11 months ago
fdai7783 52164e6be2 refactoring: renamed sqrt function to better fit .math function name 11 months ago