138 Commits (ab74143d71cd97df0269dba3b76d6a51ca55ffda)
 

Author SHA1 Message Date
Justin Trausch ab74143d71 refactoring: beschreibung des Tests angepasst 12 months ago
Justin Trausch db1ea053ca test_division_1_durch_0 mit Int Division 12 months ago
Justin Trausch 08d3d60566 test_bitshift_druch_0 bei bitshift funktion 12 months ago
Justin Trausch d0407f5726 Beim bitshift ergänzt falls der Fall eintreten würde das der Exponnent 0 wäre 12 months ago
Justin Trausch 857594bfa9 refactoring: test von int auf double umgeändert 12 months ago
Justin Trausch a6e9756d27 test_divsion_3. bitshift von 16 und 2 12 months ago
Justin Trausch e9468bd84a test_divsion_2. von dem Fall 10 / 2 = 5 12 months ago
Justin Trausch b29e789190 test_divsion_1 von dem Fall 10 / 2 = 5 12 months ago
Justin Trausch 01e89603d2 Including von divsion.c 12 months ago
Justin Trausch a46a8a1df0 refactoring: Including von divisions headerfile 12 months ago
Justin Trausch 7902543979 Division divisionbytwo Bitshift struktur 12 months ago
Justin Trausch 24b707b24c Division Double Struktur 12 months ago
Justin Trausch 2e4e77e8c0 Division Integer Struktur 12 months ago
Justin Trausch 07099b3f33 Hinzufügen Funktionsdefinition Headerfile Division by two 12 months ago
Justin Trausch 00b6c8c874 Hinzufügen Funktionsdefinition Headerfile Double Division 12 months ago
Justin Trausch ab3c976bf4 Hinzufügen Funktionsdefinition Headerfile 12 months ago
Justin Trausch dc184134ac Basisstruktur Division : 2 (Bitshift rechts) 12 months ago
Justin Trausch 0d04a85521 Basisstruktur Gleitkomma-Division 12 months ago
Justin Trausch 8e82d6adf2 Basisstruktur division 12 months ago
Justin Trausch 282662d529 Include headerfile 12 months ago
Justin Trausch 7d15b22095 create files for division 12 months ago
Dennis Sperzel 080e8b64ae Merge branch 'addition' 12 months ago
Dennis Sperzel 42e3afe750 addition floating numbers base case 0+0=0 12 months ago
fdai7848 472e457f50 Merge branch 'Logarithmen' into 'master' 1 year ago
fdai7848 083b545c75 refactoring: split function logN in smaller subfunctions 1 year ago
fdai7848 923b1fe04c refactoring: change function names and parameter names in logarithmus.c 1 year ago
fdai7848 1ce4f54dd0 add test for logarithmic function to base 2 1 year ago
fdai7848 f05d7b4d4f add support to ln function for larger numbers 1 year ago
fdai7848 18a4d38367 add test for logarithmic function to base 10 1 year ago
fdai7848 eb421bd257 add test for logarithmus with decimals 1 year ago
fdai7848 109ea48200 add tests for log function with integers 1 year ago
fdai7848 fa9fb28309 add tests for edge cases and add fix for log function 1 year ago
fdai7848 bafd5844f3 add function for logarithmus to base 2 for convenience 1 year ago
fdai7848 6060b30bc3 add function for logarithmus to base 10 for convenience 1 year ago
fdai7848 c83f6e9b4b add logarithmic function for all bases 1 year ago
fdai7848 9cf7587746 refactoring: move ln function to logarithmus 1 year ago
Dennis Sperzel bd819ee522 testing: addition for all unsigned integer 1 year ago
fdai7848 f3024b4387 add files for logarithmus 1 year ago
fdai7848 20e17d4822 Merge branch 'Exponent' into 'master' 1 year ago
fdai7848 3089590084 refactoring: change variable names and function names 1 year ago
fdai7848 18200c9252 add tests for edge cases 1 year ago
Dennis Sperzel faee79b2bd addition for all unsigned integer (modulo UNIT_MAX) 1 year ago
fdai7848 80461d1273 add tests for decimal base and decimal exponent 1 year ago
Dennis Sperzel a1f7c97c45 refactoring: functions addition and full_adder data type change with typedef num 1 year ago
fdai7848 b9a1ad99da add test case for negative exponent with integer base 1 year ago
fdai7848 deb72cdbb9 add support for negative decimal exponents 1 year ago
fdai7848 f82b58b61a refactoring: delete print statements from tests 1 year ago
Dennis Sperzel 86319a9502 refactoring: function addition rename variable 1 year ago
fdai7848 dde66d2b33 Add tests for decimal exponent with decimal base 1 year ago
fdai7848 650e1f439d Add test for decimal exponents 1 year ago