98 Commits (8043dce84fba36ab7695c80203bb8320544dc0ef)

Author SHA1 Message Date
Dennis Sperzel 8043dce84f 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 89056fb86a refactoring: preparing functions for double datatypes 1 year ago
Dennis Sperzel 8f20eaafb8 addition reading precision out of double numbers 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 b207b058f6 refactoring: rename variables in addition_float and struct data 1 year ago
Dennis Sperzel 1f245b6b36 addition addition_float sum of two positiv integer 1 year ago
Dennis Sperzel 29a4d6cae7 addition addition_precision sum of two precisions 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 677a3b6e9e addition addition_float base case 0+number=number 1 year ago
Dennis Sperzel 978a20ee7c 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 29d0070ef3 addition read precision of a floating number 1 year ago
Dennis Sperzel 60494752b2 addition read sign out of number 1 year ago
Dennis Sperzel 42e3afe750 addition floating numbers base case 0+0=0 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 f05d7b4d4f add support to ln function for larger numbers 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
fdai7848 f3024b4387 add files for logarithmus 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
Dennis Sperzel a1f7c97c45 refactoring: functions addition and full_adder data type change with typedef num 1 year ago
fdai7848 deb72cdbb9 add support for negative decimal exponents 1 year ago
Dennis Sperzel 86319a9502 refactoring: function addition rename variable 1 year ago
fdai7848 650e1f439d Add test for decimal exponents 1 year ago
fdai7848 b8230bab23 add functionality for decimal Exponents 1 year ago
fdai7848 fef22fedff test ln functions for values smaller than 0 and 0 1 year ago
fdai7848 f43c8409fe Add test for ln function for positive numbers 1 year ago
fdai7848 79c3864687 implement first revision for ln with halley-newton-approx 1 year ago
Dennis Sperzel a237f7651f addition preperation for greater numbers 1 year ago
Dennis Sperzel abd46fe614 refactoring: unify data types full adder and testing 1 year ago
Dennis Sperzel faade33029 addition base case to tenscolumns 1 year ago
Dennis Sperzel 627200af59 addition base case onecolumns 1 year ago
Dennis Sperzel a75b5ab0cf addition base case 0+0=0 1 year ago
fdai7848 0b4772466e add tests for exponential function with positive numbers 1 year ago
fdai7848 1a5cd4f32e add exponential function 1 year ago
fdai7848 1b96219fd5 add a temporary faculty function 1 year ago
Dennis Sperzel 4d7ac5d352 addition full adder complete sum with carry 1 year ago
Dennis Sperzel 7db5125bda addition full adder complete sum without carry 1 year ago
Dennis Sperzel 1ed9c0bf69 refactoring: function full_adder and variables 1 year ago
fdai7848 8e41621747 Add check for integer exponent 1 year ago