185 Commits (612c2a8d74dc82292f4727336e05173f7fb8a45c)

Author SHA1 Message Date
Hendrik Sitzmann d5e2f90fe2 refactoring: added comment in function 11 months ago
Hendrik Sitzmann c4b75b1b9d refactoring: function got smaller 11 months ago
Hendrik Sitzmann fe04e06a08 refactoring: structure 11 months ago
Hendrik Sitzmann 1dcd39cc91 refactoring: comments in main 11 months ago
Hendrik Sitzmann 5ef1b84206 finished function in main 11 months ago
Hendrik Sitzmann d09887870a added user input 11 months ago
Hendrik Sitzmann fa20fd0ede added headers 11 months ago
Hendrik Sitzmann 25d53ecbff added main 11 months ago
Hendrik Sitzmann debaec937c updated gausscheSummenformel.h 11 months ago
Hendrik Sitzmann 3e4ef9b2f0 added gaussscheSummenformel.h 11 months ago
Hendrik Sitzmann 2cc800bc6d finished function 11 months ago
Hendrik Sitzmann 5593cba142 adding to function 11 months ago
Hendrik Sitzmann 60b7209fad added header and function 11 months ago
fdai7968 a10c7595f6 refactoring: if there is only one data for the median just return that one 11 months ago
fdai7968 0087453e12 refactoring: return 0 for the median if it is empty 11 months ago
Hendrik Sitzmann ef3f1f8c3d added gaussscheSummenformel 11 months ago
fdai7968 82ab3a18a3 refactoring: if there is only one number just return that one as the average 11 months ago
fdai7968 ee611880aa refactoring: just return 0 if the data is empty for the average 11 months ago
fdai7968 10370a0b29 Update src/average_median/average_median.c 11 months ago
fdai7968 2bcd810ebe coded the header 11 months ago
fdai7968 9d8fd7f683 create average_median.h 11 months ago
fdai7968 4409190300 code for median 11 months ago
fdai7968 188232f732 code for average 11 months ago
Hendrik Sitzmann a98e9ecc18 refactoring: added comments in main 11 months ago
fdai7968 156f84e58c Add new file for average and median 11 months ago
fdai7968 c155fe5726 Add new directory for average and median 11 months ago
Hendrik Sitzmann 5ece9a8b3e Changed bool to int 11 months ago
Hendrik Sitzmann 0c9d284fc7 added function 11 months ago
Hendrik Sitzmann 2d9b1419a6 get user input from main 11 months ago
fdai7968 0c11733596 correct mistake 11 months ago
fdai7968 98d95b8c49 refactoring: if angle is 0 return 0 for tangens 11 months ago
fdai7968 0c04b0fdbd refactoring: if angle is 0 return 1 for cosinus 11 months ago
fdai7968 0d884ee53c refactoring: if angle is 0 return 0 for sin 11 months ago
fdai7968 b2abfdc72d Create the header for trig_functions 11 months ago
fdai7968 4ce736e53b Add new trig_functions.h file 11 months ago
fdai7968 da1d688fa9 Update src/trig_functions/trig_functions.c 11 months ago
fdai7968 831001fef5 Add new trigonometric functions.c 11 months ago
fdai7968 d11c1e585d Add new trigonometric functions 11 months ago
fdai7968 d6758cbe13 refactoring: if divident and divisor is the same return 1 11 months ago
fdai7968 9ea7adab37 refactoring: if dividend is 0 return 0 without calculation 11 months ago
fdai7968 0d697c972f Update src/division/division.h 11 months ago
fdai7968 2daf8ea94f Add new division.h file 11 months ago
fdai7968 1ad792bd01 Update src/division/division.c 11 months ago
fdai7968 bd09973079 Add new division.c file 11 months ago
fdai7968 28465715ba Add new division directory 11 months ago
Hendrik Sitzmann a99b224645 included header files 11 months ago
Hendrik Sitzmann 06ea87116c added main.c 11 months ago
Hendrik Sitzmann 71973511d8 added primzahl.h 11 months ago
Hendrik Sitzmann fdc93983b5 refactoring: added comments 11 months ago
Hendrik Sitzmann 763a29f6aa added function to primzahl.c 11 months ago