269 Commits (0087453e12c62faaad50d32fb865555e1cdc8c54)
 

Author SHA1 Message Date
fdai7968 0087453e12 refactoring: return 0 for the median if it is empty 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 3219663ec3 Merge branch 'average_median' into 'master' 11 months ago
fdai7968 10370a0b29 Update src/average_median/average_median.c 11 months ago
fdai7968 a2b02a1f7a code for testing median 11 months ago
fdai7968 c9243693b8 code for testing average 11 months ago
fdai7968 cda8efd5f1 Add new test for average and median 11 months ago
fdai7595 b7fd605b8b Merge branch 'primzahl' into 'master' 11 months ago
fdai7968 c6d48926bf Add new directory for average andmedian 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 e94d6c707c refactoring: added test comments 11 months ago
Hendrik Sitzmann 64064fe07c added test for case false 11 months ago
Hendrik Sitzmann 2314fb4048 added test for true 11 months ago
Hendrik Sitzmann 5ece9a8b3e Changed bool to int 11 months ago
Hendrik Sitzmann 1b681bcd85 Corrected header 11 months ago
Hendrik Sitzmann ce75fa25ce Create header for test_primzahl 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 c0cd67158a Merge branch 'trigonometrische_funktionen' into 'master' 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 00d252c60b Update test/trig_functions/test_trig_functions.c 11 months ago
fdai7968 23555e622d Add new test file for trig_functions 11 months ago
fdai7968 81db444a7a Add new directory 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 0e14035c7d Merge branch 'division' into 'master' 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 2ae9a6fd65 Update test/division/test_division.c 11 months ago
fdai7968 c78a58c7be Add new test for division file 11 months ago
fdai7968 211fd9945a Add new division test directory 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