fd7794
|
b5aff8d4c2
|
added calculation for simplify_exponential_function
|
11 months ago |
fd7794
|
13ae320ccc
|
added cast to int for simplify_exponential_function
|
11 months ago |
fd7794
|
bb0b5d383f
|
added function.split for simplify_exponential_function
|
11 months ago |
fd7794
|
c2834070a2
|
added check for x for simplify_exponential_function
|
11 months ago |
fd7794
|
87f36143df
|
added print-instruction for simplify_exponential_function
|
11 months ago |
fd7794
|
0bc18c67d6
|
added selector for simplify_exponential_function
|
11 months ago |
fd7794
|
578ee71b26
|
added funktion simplify_exponential_function
|
11 months ago |
fdai7783
|
98f683ba0a
|
refactoring: renamed testcase
|
11 months ago |
fdai7783
|
5a0dbe4e97
|
Added another testcase
|
11 months ago |
fdai7783
|
60a3795639
|
changed test because of duplication
|
11 months ago |
fdai7783
|
b649baace0
|
Added another test
|
11 months ago |
fdai7783
|
998af39809
|
refactoring: renamed test
|
11 months ago |
fdai7783
|
2efe0a2343
|
Added another test
|
11 months ago |
fdai7783
|
51229aebd7
|
Added one_zero functionality and one test for it
|
11 months ago |
fdai7783
|
98cef3cc40
|
refactoring: renamed serveral tests
|
11 months ago |
fdai7783
|
07188bba77
|
Added identify function which decided based on operand
|
11 months ago |
fdai7783
|
29469d8b8a
|
optimized conjunctive function and changed tests to fit
|
11 months ago |
fdai7783
|
bfc885cbb1
|
refactoring: optimized identity_disconjunctive
|
11 months ago |
fdai7783
|
cde4279f64
|
change to test and function to also allow reverse detection of disconjunctive identiy
|
11 months ago |
fdai7783
|
2d524cba9c
|
Added another testcase
|
11 months ago |
fdai7783
|
8ffb658b99
|
refactoring: renamed testcase
|
11 months ago |
fdai7783
|
72bc3a2fa7
|
Added another testcase
|
11 months ago |
fdai7783
|
95f2c8c448
|
refactoring: renamed testcase
|
11 months ago |
fdai7783
|
481e47dd4f
|
refactoring: renamed test case
|
11 months ago |
fdai7783
|
e5f2a4d897
|
Added conjunctive function and test
|
11 months ago |
fdai7783
|
13623ba4d3
|
refactoring: renamed function fit functionality
|
11 months ago |
fdai7783
|
f14df7baed
|
refactoring: renamed tests to fit or operand functionality
|
11 months ago |
fdai7783
|
dd8e4369e0
|
Added or operand functionality
|
11 months ago |
fdai7783
|
30bcb22ea0
|
refactoring: Changed function names to fit testcase
|
11 months ago |
fdai7783
|
9b995995e8
|
Added another testcase
|
11 months ago |
fdai7783
|
5a0dcf7428
|
Renamed test functions to fit testcase
|
11 months ago |
fdai7783
|
e25964582e
|
Changes to function and additional test
|
11 months ago |
fdai7783
|
53690b597d
|
Changed test function names to fit function name
|
11 months ago |
fdai7783
|
e373aa8f53
|
Renamed functions
|
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
|
d66c4250f3
|
added test for conversion of non-integer degrees to radians
|
11 months ago |
fdai7764
|
799dbb975f
|
added test for conversion of minus 180 degrees to radians
|
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
|
2ef0b6a798
|
added test for rad to degree conversion with non-integer rad number
|
11 months ago |