288 Commits (aa73f8a6e82ad1e6fbf2ca20f42126bf1166a90c)
 

Author SHA1 Message Date
fdai7930 aa73f8a6e8 Merge branch 'multiplication' into 'master' 11 months ago
fdai7930 f54592eed6 refactoring:replaced karatsuba with karatsu 11 months ago
fdai7930 3ab66be08e replaced ein1 and ein2 in double multiplication fontion with (num1 and num2) 11 months ago
fdai7930 ac4e082d8a Refactoring: remove _using from all multiplication fonctions name 11 months ago
fdai7930 4d9fa97fce refactoring: remove _using from modulo fonction s name 11 months ago
fdai7930 2d99d7bea9 refactoring: changed (prime - 1) to (prime - 2) in multi_by_prime fonction 11 months ago
fdai7930 df10570250 refactoring: replaced multi_using_logical_operations with multi_using_logical_op 11 months ago
fdai7930 bddaf16f19 refactoring: remove multi_by_sum fonction 11 months ago
fdai7930 73966f2e78 refactoring: replaced the multi_by_ten (a * 10) , with multi_by_five (a * 5) 11 months ago
fdai7930 bd5bc2739b Refactoring: changed the name of the fonction multi_using_two_complements to multi_using_two_comp 11 months ago
fdai7930 a81f436fea replaced num1 with num2 in multi_using_two_complements 11 months ago
fdai7930 d21747c9c9 Refactoring:remove fontion multi_by_riesel_prime 11 months ago
fdai7930 6b43ac5421 added multiplication by riesel prime 11 months ago
fdai7930 b5e43678fd Update team.md 11 months ago
fdai7930 1e59489b4d added another e to bitwise 11 months ago
fdai7930 e5eaf08808 replaced multiply with multi 11 months ago
INNA 644f135cae Merge branch 'master' of https://gitlab.cs.hs-fulda.de/fdai7848/Linkes-Twix 11 months ago
fdai7930 961d7edba8 Merge branch 'multiplication' into 'master' 11 months ago
INNA bbd89a72bd Merge branch 'subtraction' 11 months ago
fdai7930 cf0cbc304b karatsuba multiplication fonction added 11 months ago
INNA b18af83275 refactoring: umbennenung der subtraktionsfunktion in subdouble um um klarer zu machen, welchen Teil des Codes man testet 11 months ago
INNA 3432df8779 Erstellen eines Tests für die Subtraktionsfunktion subint 11 months ago
fdai7930 ccb0982439 bitwise multiplication fonction added 11 months ago
INNA 8ac76646a4 Erstellen eines Tests für die Subtraktionsfunktion double 11 months ago
fdai7930 6590afc699 power multiplication fonction added 11 months ago
fdai7930 b0b32c18d9 bernouli multiplication added 11 months ago
INNA 70b8c63dfb Deklaration der Subtraktionsfunktion subint für Header-File 11 months ago
INNA 7d7d03f872 Hinzufügen der Subtraktionsfunktion subint 11 months ago
fdai7930 6247b18422 repeated division multiplication fonction added 11 months ago
INNA 346136bcc3 refactoring: Remove Testignore 11 months ago
fdai7930 4f1230194d multiplication fibonacci fumktion added 11 months ago
INNA 5bd01379b9 Deklaration der Subtraktionsfunktion subdouble für Header-File 11 months ago
fdai7720 f54f1268fb Merge branch 'ProduktSumme' into 'master' 11 months ago
fdai7720 f1e820ce54 Merge branch 'Fakultaet' into 'master' 11 months ago
fdai7930 3460453ea8 multiplication by euler prime added 11 months ago
fdai7720 8b831bde19 Merge branch 'Division' into 'master' 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
fdai7859 dd43948ba1 Merge branch 'addition' into 'master' 11 months ago
Dennis Sperzel 619fbe2934 testing: addition sum of two positiv double numbers 11 months ago
Dennis Sperzel ae978dd244 addition sum of two positiv double numbers 11 months ago
Dennis Sperzel 93a7774edb testing: addition sum of two double numbers precisions 11 months ago
Dennis Sperzel 80281b1b90 addition sum of two double numbers precisions 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