24 Commits (e6949b3ea61242971dec9b3a1157d6945ed654cd)

Author SHA1 Message Date
fdai7764 e6949b3ea6 added a test for division of two fractions and the corresponding functionality 12 months ago
fdai7764 540e11fa1e added testcase for multiplication where the result needs to be reduced and updated the code accordingly 12 months ago
fdai7764 54ac7939c7 added test for multiplication of fractions and corresponding functionality 12 months ago
fdai7764 fb15dfa3ec added another testcase for addition where the result needs to be reduced and updated the code accordingly 12 months ago
fdai7764 602fa8fb6b added another testcase for addition of fractions with different denominators and updated code accordingly 12 months ago
fdai7764 2aff63923c added test for addition of two fractions as well as corresponding functionality 12 months ago
fdai7764 3c6ad1adbe added test for lcm (lowest common multiple) as well as corresponding functionality 12 months ago
fdai7764 b47a8f864d added test for fraction reduction as well as corresponding functionality 12 months ago
fdai7764 d5aeb0fe42 added test for greatest common divisor (gcd) as well as corresponding functionality 12 months ago
fdai7764 fcf1b7cbc9 Added test for fraction conversion to decimal as well as corresponding functionality 12 months ago
fdai7764 ee0a5d1a4d refactoring: Changed variable name in ld function to avoid confusion, as there is only one number 12 months ago
fdai7783 29165c63c2 refactoring: renamed function parameters to stay consistent with naming scheme 12 months ago
fdai7783 a8178146de Added functionality to logarithmize with base10 12 months ago
fdai7783 28a45bbb3d Added logaritim dualis functionality with one position arugment and test for it 12 months ago
fdai7783 86b4b1e3ce Added logarithmize functionality and test 12 months ago
fdai7783 f8523832d5 refactoring: changed function parameter for further clarity 12 months ago
fdai7783 c98edf25e4 Added potentiate functionality and test 12 months ago
fdai7783 52164e6be2 refactoring: renamed sqrt function to better fit .math function name 12 months ago
fdai7783 661744d99b Added square root functionality and one test for it 12 months ago
fdai7783 c01de8115e Added division functionality and one test for it 12 months ago
fdai7783 d2dc6dc08b Added multiplication functionality and a test for it 12 months ago
fdai7783 c3606567d2 Added subtraction functionality and one test for it 12 months ago
fdai7783 23f163cc48 Added one test and basic addition functionality to fulfill it 12 months ago
fdai7783 54f568f1fa Basic structure and setup 12 months ago