fdai7783
|
72bc3a2fa7
|
Added another testcase
|
11 months ago |
fdai7783
|
e5f2a4d897
|
Added conjunctive function and test
|
11 months ago |
fdai7783
|
13623ba4d3
|
refactoring: renamed function fit functionality
|
11 months ago |
fdai7783
|
dd8e4369e0
|
Added or operand functionality
|
11 months ago |
fdai7783
|
e25964582e
|
Changes to function and additional test
|
11 months ago |
fdai7783
|
49d130a2b1
|
Added another testcase for identity and additions in code to fulfill it
|
11 months ago |
fdai7783
|
86154a6eb7
|
refactoring: renamed varible and its parameters to fit function
|
11 months ago |
fdai7783
|
22b81b52f2
|
Added boolean identity and one testcase for it
|
11 months ago |
fdai7764
|
ccd7bc3b2e
|
added test for conversion of 360 degrees to radians as well as corresponding functionality
|
11 months ago |
fdai7764
|
3536cc8702
|
added test for conversion of zero degrees to radians as well as corresponding functionality
|
11 months ago |
fdai7764
|
af39c46cd2
|
added test for sin of value between zero and negative 2 times pi as well as corresponding functionality
|
11 months ago |
fdai7764
|
998f7b2e6d
|
added test for sin of value between zero and negative pi as well as corresponding functionality
|
11 months ago |
fdai7764
|
c5793cab02
|
added test for sin of value beyond two pi as well as corresponding functionality
|
11 months 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
|
11 months ago |
fdai7764
|
e7eac8472b
|
added test for sin of rad value between pi and 2pi as well as corresponding functionality
|
11 months 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
|
11 months ago |
fdai7764
|
068330af98
|
added test for sin of rad value in the limits of one period of sin as well as corresponding functionality
|
11 months ago |
fdai7764
|
c37fec2514
|
added test for sin of 0 as well as corresponding functionality
|
11 months ago |
fdai7764
|
6767e8a3f3
|
refactoring: Made the piApproxLeibniz function use the already implemented functions for basic addition, multiplication and division
|
11 months 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
|
11 months ago |
fdai7764
|
509de48aed
|
added test for approximating pi as well as corresponding functionality using the leibniz-series
|
11 months ago |
fdai7764
|
5baa1e2d39
|
added test for conversion from radian to degree with some tolerance as well as corresponding functionality
|
11 months ago |
fdai7764
|
a64a75f926
|
added test for dividing by zero if the second root is zero as well as functionality to avoid this
|
11 months ago |
fdai7764
|
14c7de516b
|
added test for dividing the roots of two negative numbers and functionality to filter out corresponding math errors
|
11 months ago |
fdai7764
|
0bf973569c
|
added test for division of two roots as well as corresponding functionality
|
11 months ago |
fdai7764
|
94da305be0
|
added recognition of zero exponent to instantly return 1 to reduce room for errors
|
11 months ago |
fdai7764
|
06a42d159b
|
added test to use sqrt_power with a negative base as well as corresponding functionality to catch math error
|
11 months ago |
fdai7764
|
eceeafe022
|
added test for new function sqrt_power as well as corresponding functionality
|
11 months ago |
fdai7764
|
fe0d79ac5c
|
refactoring: Made the multiplyRoots function use the already implemented function for calculating square roots
|
11 months 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
|
11 months 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
|
11 months ago |
fdai7764
|
31666ce4df
|
added test to check if multiplication of two roots with one being zero returns zero as well as corresponding functionality
|
11 months ago |
fdai7763
|
b16d5bd556
|
refactoring: too long string-output
|
11 months ago |
fdai7763
|
89065bc437
|
refactoring: too long string-output
|
11 months ago |
fdai7763
|
e218728cd7
|
Changes at text for linear function
|
11 months ago |
fdai7763
|
725c2b0f7c
|
Integration von linearen Funktionen in Abfrage von read_math_function
|
11 months ago |
fdai7763
|
21f6eec3e4
|
refactoring: simplified by removing unnecessary variable
|
11 months ago |
fdai7763
|
2e95448ace
|
added test for easy linear function where the constant gets simplified as well as corresponding functionality
|
11 months ago |
fdai7763
|
93d47da2b8
|
refactoring: changed == False and == True to is False and is True
|
11 months ago |
fdai7763
|
3f9a7a87c1
|
refactoring: added/deleted whitespaces
|
11 months ago |
fdai7763
|
3150fa828e
|
added test for splitting linear function without added constant as well as corresponding functionality
|
11 months ago |
fdai7763
|
e640d69858
|
refactoring: added new line
|
11 months ago |
fdai7763
|
6526fb4d6b
|
refactoring: added line at end of file
|
11 months ago |
fdai7763
|
2a1b4301d4
|
added test for extraction of a positive constant without math operators as well as corresponding functionality
|
11 months ago |
fdai7763
|
d6b8dfee1c
|
refactoring: added new line
|
11 months ago |
fdai7763
|
52d64ade6f
|
refactoring: added line at end of file
|
11 months ago |
fdai7763
|
85b75c4abb
|
added test for identify if function is constant and simplify it as well as corresponding functionality
|
11 months ago |
fdai7763
|
63e01cdd1f
|
added test for returning the number if the function is no string as well as corresponding functionality
|
11 months ago |
fdai7763
|
65cc713ba4
|
refactoring: added line at end of file
|
11 months ago |
fdai7763
|
3e1ca5ce66
|
added test for simplify_easy_math_function returns False when type isn't "v" as well as corresponding functionality
|
11 months ago |