143 Commits (3460453ea892b826fb92c68777fedfb743ad6f29)
 

Author SHA1 Message Date
fdai7930 3460453ea8 multiplication by euler prime added 11 months ago
fdai7930 36de9a7d0e multiplication of exponentiation added 11 months ago
fdai7930 6ff0b7ab18 multiplication hex numbers 11 months ago
fdai7930 df7be46b47 multiplication octal numbers 11 months ago
fdai7930 d937085f04 multiplication recursive optimized 11 months ago
fdai7930 924796010f multiplication using differences 11 months ago
fdai7930 c155f79362 multiplication using binary enumeration 11 months ago
fdai7930 5bf1c9753e multiplication by odd 11 months ago
fdai7930 5b92dee256 multiplication by prime and its square 11 months ago
fdai7930 78f549c633 multiplication using increment 11 months ago
fdai7930 fb9c872867 multiplication by prime 11 months ago
fdai7930 798be4d82c multiplication using modulo 11 months ago
fdai7930 c9ef902922 multiplication using logical operations 11 months ago
fdai7930 d35e733799 multiplication using lookup table 11 months ago
fdai7930 1f58e49e55 multiplication by even 11 months ago
fdai7930 f112747e8a multiplication using two complement 11 months ago
fdai7930 8cc602428e multiplication by sum 11 months ago
fdai7930 b484b79f1f multiplication string 11 months ago
fdai7930 d39998fe0f multiplication by random 11 months ago
fdai7930 8a60c03078 multiplication by percentage 11 months ago
fdai7930 1afe231b7c multiplication by ten 11 months ago
fdai7930 e1c962683b multiplication right shift 11 months ago
fdai7930 53fce56ca7 multiplication left shift 11 months ago
fdai7930 2f7b0d79a8 multiplication of three integers 11 months ago
fdai7930 c64fbf526b double square 11 months ago
fdai7930 9911b1d974 added multi function 11 months ago
Dennis Sperzel 080e8b64ae Merge branch 'addition' 11 months ago
Dennis Sperzel 42e3afe750 addition floating numbers base case 0+0=0 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