318 Commits (49d083ba54f941b9dbc09600e250fff20ce91071)
 

Author SHA1 Message Date
fdai7851 49d083ba54 Merge branch 'subtraction' into 'master' 11 months ago
fdai7851 c26c0c3fc2 Merge branch 'decbinary' into 'master' 11 months ago
INNA facaf2636a refactoring: umbennung von test 3 11 months ago
INNA 143eed4bfd refactoring: umbennung von test 2 (int) 11 months ago
INNA d9bd7e9935 refactoring: umbennung von test 1 11 months ago
INNA 90d07db657 TEST 5-6 subtraktion 11 months ago
INNA a49472693d Test Dezimal in Binär 11 months ago
fdai7930 c803992485 Merge branch 'multiplication' into 'master' 11 months ago
fdai7930 8febf9277b Refactoring: replaced multiplication with multi in mltiplication repetition function 11 months ago
fdai7930 f73479c019 added multiplication_repetition function 11 months ago
INNA a15428c294 Implementierung von setUp für decbinary Testdatei 11 months ago
fdai7930 59e2738357 Refactoring: removed multiplication of octal numbers function 11 months ago
fdai7930 672378fabe Refactoring: removed multiplication by five function (a*5) 11 months ago
fdai7930 54501c1c09 Refactoring: removed all functions countain square 11 months ago
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
INNA d271cce8d4 refactoring: Einheitliche Namensanpassung der Binärfunktion für int wie aus Header-File 11 months ago
INNA 9c1924263a refactoring: Vereinfachung der Binärumwandlungsschleife 11 months ago
INNA 9544c46b3c Hinzufügen von Dezimalzahl-Division und Index-Inkrementierung in der Umwandlungsschleife 11 months ago
INNA 693607211f Hinzufügen der Berechnung des Binärrests 11 months ago
INNA f2b9da84dd Hinzufügen der Schleife zur Umwandlung der Dezimalzahl in Binärform 11 months ago
INNA d041582b24 Initialisierung der Zählervariable für binärzahl 11 months ago
INNA 0a5d9b0f2c Variable int binärzahl ins Hauptprogramm hizugefügt 11 months ago
INNA ea71a3f921 Hinzufügen der Binärfunktion für int ins Hauptprogramm 11 months ago
INNA 95da14f3e8 refactoring: Benennung der Binärfunktion angepasst 11 months ago
INNA 7cca931cff Hinzufügen der int Dezimalbinär-Funktion in Header-File 11 months ago
INNA 88756e026d include decbinary Header-File zu Hauptprogramm 11 months ago
INNA 04c944c6da include decbinary Header-File hinzugefügt 11 months ago
INNA d853e97d24 include Standardbibliothek hinzugefügt 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 90ebff26b4 Erstellen der Testdatei für decbinary 11 months ago
INNA ce5ff41363 Erstellen der Datei c. für decbinary 11 months ago
INNA 818e8f9607 Erstellen der Header-Datei für decbinary 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