276 Commits (d853e97d245df9e97eb8616322ccdb1f78d22ecb)
 

Author SHA1 Message Date
fdai7848 08d0ad16e7 add tests for cos function 11 months ago
fdai7848 ae634ac3a2 add cos function 11 months ago
fdai7848 7bfc5a1fce refactoring: move helper functions to util.c 11 months ago
fdai7848 32b27094cf refactoring: change parameter and variable names 11 months ago
fdai7848 c5fd68472a add sin functions and tests 11 months ago
fdai7848 4b9f352ea1 add tests for radians function 11 months ago
fdai7848 26be4d744a add function that converts degrees to radians 11 months ago
fdai7848 73e6889e5e add approximation for pi by gauss-legendre 11 months ago
fdai7848 ea2679568f add function to get euler number 11 months ago
fdai7848 12393766b6 refactoring: move exponential function to reihen.c 11 months ago
fdai7848 7cf036b53a add files for reihen 11 months ago
fdai7848 472e457f50 Merge branch 'Logarithmen' into 'master' 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 1ce4f54dd0 add test for logarithmic function to base 2 11 months ago
fdai7848 f05d7b4d4f add support to ln function for larger numbers 11 months ago
fdai7848 18a4d38367 add test for logarithmic function to base 10 11 months ago
fdai7848 eb421bd257 add test for logarithmus with decimals 11 months ago
fdai7848 109ea48200 add tests for log function with integers 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
Dennis Sperzel bd819ee522 testing: addition for all unsigned integer 11 months ago
fdai7848 f3024b4387 add files for logarithmus 11 months ago
fdai7848 20e17d4822 Merge branch 'Exponent' into 'master' 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
fdai7848 80461d1273 add tests for decimal base and decimal exponent 11 months ago
Dennis Sperzel a1f7c97c45 refactoring: functions addition and full_adder data type change with typedef num 11 months ago
fdai7848 b9a1ad99da add test case for negative exponent with integer base 11 months ago
fdai7848 deb72cdbb9 add support for negative decimal exponents 11 months ago
fdai7848 f82b58b61a refactoring: delete print statements from tests 11 months ago
Dennis Sperzel 86319a9502 refactoring: function addition rename variable 11 months ago
fdai7848 dde66d2b33 Add tests for decimal exponent with decimal base 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
fdai7848 22e4cbf852 add test for exponential function with negative numbers 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 fe1129bef6 testing: addition base case to tenscolumns 11 months ago
Dennis Sperzel faade33029 addition base case to tenscolumns 11 months ago
Dennis Sperzel 721c04c3b4 testing: addition base case onecolumns 11 months ago
Dennis Sperzel 627200af59 addition base case onecolumns 11 months ago
Dennis Sperzel 320e7fd6f4 testing: addition base case 0+0=0 11 months ago