104 Commits (8b831bde19828dc0c2616d6190a321fbfd8cf48a)

Author SHA1 Message Date
Dennis Sperzel 619fbe2934 testing: addition sum of two positiv double numbers 1 year ago
Dennis Sperzel 93a7774edb testing: addition sum of two double numbers precisions 1 year ago
Dennis Sperzel 80281b1b90 addition sum of two double numbers precisions 1 year ago
Justin Trausch ab74143d71 refactoring: beschreibung des Tests angepasst 1 year ago
Justin Trausch db1ea053ca test_division_1_durch_0 mit Int Division 1 year ago
Justin Trausch 08d3d60566 test_bitshift_druch_0 bei bitshift funktion 1 year ago
Justin Trausch 857594bfa9 refactoring: test von int auf double umgeändert 1 year ago
Justin Trausch a6e9756d27 test_divsion_3. bitshift von 16 und 2 1 year ago
Justin Trausch e9468bd84a test_divsion_2. von dem Fall 10 / 2 = 5 1 year ago
Justin Trausch b29e789190 test_divsion_1 von dem Fall 10 / 2 = 5 1 year ago
Justin Trausch 01e89603d2 Including von divsion.c 1 year ago
Justin Trausch a46a8a1df0 refactoring: Including von divisions headerfile 1 year ago
Dennis Sperzel 41d04742b7 testing: addition double number output with sign, exponent and precision 1 year ago
Dennis Sperzel 370f445b21 testing: addition reading exponent out of double numbers 1 year ago
Dennis Sperzel 2a6e61d44f refactoring: write numbers for bit operartions in hex for better readability 1 year ago
Dennis Sperzel d0da273ffc testing: addition reading precision out of double numbers 1 year ago
Dennis Sperzel 89056fb86a refactoring: preparing functions for double datatypes 1 year ago
Dennis Sperzel 5bf98dc8ec testing: addition reading sign out of double number 1 year ago
Dennis Sperzel c151871e6c addition reading sign out of double number 1 year ago
Dennis Sperzel cd70bc3d28 refactoring: rename addition functions for float sum 1 year ago
Dennis Sperzel 826a0ec5df testing: addition addition_float sum of two positiv integer 1 year ago
Justin Trausch 7d15b22095 create files for division 1 year ago
Dennis Sperzel 3c6dfb4fb6 testing: addition addition_precision sum of two precisions with sum lower than 2^24 1 year ago
Dennis Sperzel 78305c0852 refactoring: rename function exponent and output and variables 1 year ago
Dennis Sperzel d616d52a76 testing: addition number output with sign, exponent and precision 1 year ago
Dennis Sperzel 9454b90569 addition number output with sign, exponent and precision 1 year ago
Dennis Sperzel feeafc2a74 testing: addition addition_float base case 0+number=number 1 year ago
Dennis Sperzel 78307a0c6b testing: addition read exponent of a floating number 1 year ago
Dennis Sperzel 537ef341b5 refactoring: rename variables and function due raise readability 1 year ago
Dennis Sperzel 03758ed163 refactoring: rename union in additions test 1 year ago
Dennis Sperzel 1f296acd87 testing: addition read precision of a floating number 1 year ago
Dennis Sperzel f3ee1a219d testing: addition read sign out of number 1 year ago
Dennis Sperzel aedf039805 testing: addition floating numbers base case 0+0=0 1 year ago
fdai7848 9feab8998d refactoring: reduce use of variables in sin and cos function and delete print functions in tests 1 year ago
fdai7848 08d0ad16e7 add tests for cos function 1 year ago
fdai7848 7bfc5a1fce refactoring: move helper functions to util.c 1 year ago
fdai7848 c5fd68472a add sin functions and tests 1 year ago
fdai7848 4b9f352ea1 add tests for radians function 1 year ago
fdai7848 73e6889e5e add approximation for pi by gauss-legendre 1 year ago
fdai7848 12393766b6 refactoring: move exponential function to reihen.c 1 year ago
fdai7848 7cf036b53a add files for reihen 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 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 9cf7587746 refactoring: move ln function to logarithmus 1 year ago
Dennis Sperzel bd819ee522 testing: addition for all unsigned integer 1 year ago