153 Commits (d8e8d12870329992b98d151e1150b7ce1b03896d)
 

Author SHA1 Message Date
fd7794 d8e8d12870 added assignment to simplified_term for simplify_product_function 12 months ago
fd7794 d169d65961 added if not check for simplify_product_function 12 months ago
fd7794 2f5e5c3fcb added for loop for simplify_product_function 12 months ago
fd7794 11f0b199fa added declaration of 'result_coefficient' and 'result_variables' 12 months ago
fd7794 6af6a911d9 added declaration of 'terms' 12 months ago
fd7794 c6a1b5884f refactoring: updated print message 12 months ago
fd7794 6cfcd48764 added selector for simplify_product_function 12 months ago
fd7794 d078b642c2 added simplify_product_function 12 months ago
fd7794 7d7af2f32a refactoring: simplified return statement for exponent not 1 not 0 and removed unnecessary return 12 months ago
fd7794 8f90bcd45a refactoring: simplified return statement for exponent 1 12 months ago
fd7794 9976d1d900 refactoring: simplified return statement for exponent 0 12 months ago
fd7794 afa09d4334 added test for negative exponent for simplify_exponential_function 12 months ago
fd7794 c04446c582 added test for negative premultiplicator for simplify_exponential_function 12 months ago
fd7794 f3f4e5bb48 added test for exponent 0 for simplify_exponential_function 12 months ago
fd7794 014f44b404 added test for exponent 1 for simplify_exponential_function 12 months ago
fd7794 63bed1fbd7 added test for premultiplicator for simplify_exponential_function 12 months ago
fd7794 7ff6ef96ce added test for exponent not 1 not 0 for simplify_exponential_function 12 months ago
fd7794 7cae789b99 added return result for simplify_exponential_function 12 months ago
fd7794 6a1601c322 added result declaration for new_exponent!=1&&0 for simplify_exponential_function 12 months ago
fd7794 c7fee15e58 added result declaration for new_exponent=1 for simplify_exponential_function 12 months ago
fd7794 79e9013e79 added result declaration for new_exponent=0 for simplify_exponential_function 12 months ago
fd7794 b5aff8d4c2 added calculation for simplify_exponential_function 12 months ago
fd7794 13ae320ccc added cast to int for simplify_exponential_function 12 months ago
fd7794 bb0b5d383f added function.split for simplify_exponential_function 12 months ago
fd7794 c2834070a2 added check for x for simplify_exponential_function 12 months ago
fd7794 87f36143df added print-instruction for simplify_exponential_function 12 months ago
fd7794 0bc18c67d6 added selector for simplify_exponential_function 12 months ago
fd7794 578ee71b26 added funktion simplify_exponential_function 12 months ago
fdai7764 d66c4250f3 added test for conversion of non-integer degrees to radians 1 year ago
fdai7764 799dbb975f added test for conversion of minus 180 degrees to radians 1 year ago
fdai7764 ccd7bc3b2e added test for conversion of 360 degrees to radians as well as corresponding functionality 1 year ago
fdai7764 3536cc8702 added test for conversion of zero degrees to radians as well as corresponding functionality 1 year ago
fdai7764 af39c46cd2 added test for sin of value between zero and negative 2 times pi as well as corresponding functionality 1 year ago
fdai7764 998f7b2e6d added test for sin of value between zero and negative pi as well as corresponding functionality 1 year ago
fdai7764 c5793cab02 added test for sin of value beyond two pi as well as corresponding functionality 1 year ago
fdai7764 7e5d74ffa6 refactoring: used a comment to explain the shifting of the curve as I see no way to make that clear with variable names. Furthermore, used the already implemented basic calculating operations to reduce duplication of code 1 year ago
fdai7764 e7eac8472b added test for sin of rad value between pi and 2pi as well as corresponding functionality 1 year ago
fdai7764 6b1e26dc3e refactoring: improved readability of sin approx function by splitting the bhaskara formula into multiple lines as well as using the already implemented functions for basic calculation functions 1 year ago
fdai7764 068330af98 added test for sin of rad value in the limits of one period of sin as well as corresponding functionality 1 year ago
fdai7764 c37fec2514 added test for sin of 0 as well as corresponding functionality 1 year ago
fdai7764 2ef0b6a798 added test for rad to degree conversion with non-integer rad number 1 year ago
fdai7764 909d8e2532 added test for rad to degree conversion with negative rad number 1 year ago
fdai7764 6767e8a3f3 refactoring: Made the piApproxLeibniz function use the already implemented functions for basic addition, multiplication and division 1 year ago
fdai7764 6845c8c27a added test for approximating pi with a negative precision number and added functionality to return negaive one in this case to indicate error 1 year ago
fdai7764 509de48aed added test for approximating pi as well as corresponding functionality using the leibniz-series 1 year ago
fdai7764 5baa1e2d39 added test for conversion from radian to degree with some tolerance as well as corresponding functionality 1 year ago
fdai7764 a64a75f926 added test for dividing by zero if the second root is zero as well as functionality to avoid this 1 year ago
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