77 Commits (42e3afe750565ed6d91e9c1c4263c0d041a92a17)
 

Author SHA1 Message Date
Dennis Sperzel 42e3afe750 addition floating numbers base case 0+0=0 11 months ago
Dennis Sperzel bd819ee522 testing: addition for all unsigned integer 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
Dennis Sperzel 86319a9502 refactoring: function addition rename variable 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
Dennis Sperzel a75b5ab0cf addition base case 0+0=0 11 months ago
Dennis Sperzel 505b48c047 testing: addition full adder complete sum with carry 11 months ago
Dennis Sperzel 4d7ac5d352 addition full adder complete sum with carry 11 months ago
Dennis Sperzel 6ba44193da refactoring: full adder preparation for using nextcarry 11 months ago
Dennis Sperzel e8e328744a testing: addition full adder complete sum without 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
Dennis Sperzel 60596dba57 testing: addition full adder base case 0+0=0 with carryover 11 months ago
Dennis Sperzel b664da82e1 addition full adder base case 0+0=0 with carryover 11 months ago
Dennis Sperzel 9bb254442e testing: addition full adder base case 0+0=0 11 months ago
Dennis Sperzel 9c9ca9a1f1 addition full adder base case 0+0=0 11 months ago
Sophia Weber 9d71a35bfb Merge branch 'Input_Handling' 11 months ago
Sophia Weber 72e91d4f58 Update next calc function 11 months ago
Sophia Weber 99e7331390 refactoring: Change struct variable name 11 months ago
Sophia Weber b283647e58 add get next calculation function 11 months ago
Sophia Weber 28564e7701 change temp formular struct to pointer 11 months ago
Sophia Weber 5a9978be91 Create Oct Output Test 11 months ago
Sophia Weber 999af48802 Create Hex Output Test 11 months ago
Sophia Weber 2aa9fd94a1 refactoring: change function variable names in input handling 11 months ago
Sophia Weber 1b22182dac refactoring: change function variable names in inputHandling 11 months ago
Sophia Weber 4db7249162 refactoring: change function variable names 11 months ago
Sophia Weber 49c95dee19 refactoring: change buffer name 11 months ago
Sophia Weber 8669486934 refactoring: output functions 11 months ago
Sophia Weber 2cd846ed30 add oct String output 11 months ago
Sophia Weber e60128b83b Add hex String 11 months ago
Sophia Weber 83aec72e1e Create Output Handling 11 months ago
Sophia Weber bdad9560be Implement div detected Test for getNumber Function 11 months ago
Sophia Weber 980d22cae4 Implement multi detected Test for getNumber Function 11 months ago
Sophia Weber 4744e965bb Implement sub detected Test for getNumber Function 11 months ago
Sophia Weber c05d58f22a Implement add detected Test for getNumber Function 11 months ago
Sophia Weber 97163c8cce add no formular detected Test for getNumber Function 11 months ago
Sophia Weber 0f23ca57c1 refactoring: change struct names 11 months ago
Sophia Weber 4d45e4f1ba Implement nothing to find test 11 months ago
Sophia Weber 7d06c4632b Implement Exp find test 11 months ago
Sophia Weber c22a51bf6c Implement Div find test 11 months ago
Sophia Weber bd93f6dc7f Implement Multi find test 11 months ago
Sophia Weber db8180fbe6 Implement Sub find test 11 months ago
Sophia Weber 478acc16d3 Implement Add find test 11 months ago