146 Commits (2ee9c6a7df1c0c764ad3a607b5507113c1c07a3c)
 

Author SHA1 Message Date
Dennis Sperzel 2ee9c6a7df addition double number output with sign, exponent and precision 12 months ago
Dennis Sperzel 370f445b21 testing: addition reading exponent out of double numbers 12 months ago
Dennis Sperzel 8043dce84f addition reading exponent out of double numbers 12 months ago
Dennis Sperzel 2a6e61d44f refactoring: write numbers for bit operartions in hex for better readability 12 months ago
Dennis Sperzel d0da273ffc testing: addition reading precision out of double numbers 12 months ago
Dennis Sperzel 89056fb86a refactoring: preparing functions for double datatypes 12 months ago
Dennis Sperzel 8f20eaafb8 addition reading precision out of double numbers 12 months ago
Dennis Sperzel 5bf98dc8ec testing: addition reading sign out of double number 12 months ago
Dennis Sperzel c151871e6c addition reading sign out of double number 12 months ago
Dennis Sperzel cd70bc3d28 refactoring: rename addition functions for float sum 12 months ago
Dennis Sperzel b207b058f6 refactoring: rename variables in addition_float and struct data 12 months ago
Dennis Sperzel 826a0ec5df testing: addition addition_float sum of two positiv integer 12 months ago
Dennis Sperzel 1f245b6b36 addition addition_float sum of two positiv integer 12 months ago
Dennis Sperzel 3c6dfb4fb6 testing: addition addition_precision sum of two precisions with sum lower than 2^24 12 months ago
Dennis Sperzel 29a4d6cae7 addition addition_precision sum of two precisions 12 months ago
Dennis Sperzel 78305c0852 refactoring: rename function exponent and output and variables 12 months ago
Dennis Sperzel d616d52a76 testing: addition number output with sign, exponent and precision 12 months ago
Dennis Sperzel 9454b90569 addition number output with sign, exponent and precision 12 months ago
Dennis Sperzel feeafc2a74 testing: addition addition_float base case 0+number=number 12 months ago
Dennis Sperzel 677a3b6e9e addition addition_float base case 0+number=number 12 months ago
Dennis Sperzel 78307a0c6b testing: addition read exponent of a floating number 12 months ago
Dennis Sperzel 978a20ee7c addition read exponent of a floating number 12 months ago
Dennis Sperzel 537ef341b5 refactoring: rename variables and function due raise readability 12 months ago
Dennis Sperzel 03758ed163 refactoring: rename union in additions test 12 months ago
Dennis Sperzel 1f296acd87 testing: addition read precision of a floating number 12 months ago
Dennis Sperzel 29d0070ef3 addition read precision of a floating number 12 months ago
Dennis Sperzel f3ee1a219d testing: addition read sign out of number 12 months ago
Dennis Sperzel 60494752b2 addition read sign out of number 12 months ago
Dennis Sperzel aedf039805 testing: addition floating numbers base case 0+0=0 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