92 Commits (e9468bd84aa0a4d860d63d40ddee936653023a0d)

Author SHA1 Message Date
Justin Trausch 7902543979 Division divisionbytwo Bitshift struktur 11 months ago
Justin Trausch 24b707b24c Division Double Struktur 11 months ago
Justin Trausch 2e4e77e8c0 Division Integer Struktur 11 months ago
Justin Trausch 07099b3f33 Hinzufügen Funktionsdefinition Headerfile Division by two 11 months ago
Justin Trausch 00b6c8c874 Hinzufügen Funktionsdefinition Headerfile Double Division 11 months ago
Justin Trausch ab3c976bf4 Hinzufügen Funktionsdefinition Headerfile 11 months ago
Justin Trausch dc184134ac Basisstruktur Division : 2 (Bitshift rechts) 11 months ago
Justin Trausch 0d04a85521 Basisstruktur Gleitkomma-Division 11 months ago
Justin Trausch 8e82d6adf2 Basisstruktur division 11 months ago
Justin Trausch 282662d529 Include headerfile 11 months ago
Justin Trausch 7d15b22095 create files for division 11 months ago
Dennis Sperzel 42e3afe750 addition floating numbers base case 0+0=0 11 months ago
fdai7848 083b545c75 refactoring: split function logN in smaller subfunctions 11 months ago
fdai7848 923b1fe04c refactoring: change function names and parameter names in logarithmus.c 11 months ago
fdai7848 f05d7b4d4f add support to ln function for larger numbers 11 months ago
fdai7848 fa9fb28309 add tests for edge cases and add fix for log function 11 months ago
fdai7848 bafd5844f3 add function for logarithmus to base 2 for convenience 11 months ago
fdai7848 6060b30bc3 add function for logarithmus to base 10 for convenience 11 months ago
fdai7848 c83f6e9b4b add logarithmic function for all bases 11 months ago
fdai7848 9cf7587746 refactoring: move ln function to logarithmus 11 months ago
fdai7848 f3024b4387 add files for logarithmus 11 months ago
fdai7848 3089590084 refactoring: change variable names and function names 11 months ago
fdai7848 18200c9252 add tests for edge cases 11 months ago
Dennis Sperzel faee79b2bd addition for all unsigned integer (modulo UNIT_MAX) 11 months ago
Dennis Sperzel a1f7c97c45 refactoring: functions addition and full_adder data type change with typedef num 11 months ago
fdai7848 deb72cdbb9 add support for negative decimal exponents 11 months ago
Dennis Sperzel 86319a9502 refactoring: function addition rename variable 11 months ago
fdai7848 650e1f439d Add test for decimal exponents 11 months ago
fdai7848 b8230bab23 add functionality for decimal Exponents 11 months ago
fdai7848 fef22fedff test ln functions for values smaller than 0 and 0 11 months ago
fdai7848 f43c8409fe Add test for ln function for positive numbers 11 months ago
fdai7848 79c3864687 implement first revision for ln with halley-newton-approx 11 months ago
Dennis Sperzel a237f7651f addition preperation for greater numbers 11 months ago
Dennis Sperzel abd46fe614 refactoring: unify data types full adder and testing 11 months ago
Dennis Sperzel faade33029 addition base case to tenscolumns 11 months ago
Dennis Sperzel 627200af59 addition base case onecolumns 11 months ago
Dennis Sperzel a75b5ab0cf addition base case 0+0=0 11 months ago
fdai7848 0b4772466e add tests for exponential function with positive numbers 11 months ago
fdai7848 1a5cd4f32e add exponential function 11 months ago
fdai7848 1b96219fd5 add a temporary faculty function 11 months ago
Dennis Sperzel 4d7ac5d352 addition full adder complete sum with carry 11 months ago
Dennis Sperzel 7db5125bda addition full adder complete sum without carry 11 months ago
Dennis Sperzel 1ed9c0bf69 refactoring: function full_adder and variables 11 months ago
fdai7848 8e41621747 Add check for integer exponent 11 months ago
Dennis Sperzel b664da82e1 addition full adder base case 0+0=0 with carryover 11 months ago
fdai7848 0db2ed8c28 refactoring: changing functions for double types 11 months ago
Dennis Sperzel 9c9ca9a1f1 addition full adder base case 0+0=0 11 months ago
fdai7848 4b9c7d8e14 add support for float basis 11 months ago
fdai7848 807d1b7b6b Add Test for Negative Exponents 11 months ago
fdai7848 f157389255 add support for negative exponents 11 months ago