25 Commits (cd70bc3d280c737c6eb7e9997879a1af36d9a5f5)

Author SHA1 Message Date
Dennis Sperzel cd70bc3d28 refactoring: rename addition functions for float sum 11 months ago
Dennis Sperzel b207b058f6 refactoring: rename variables in addition_float and struct data 11 months ago
Dennis Sperzel 1f245b6b36 addition addition_float sum of two positiv integer 11 months ago
Dennis Sperzel 29a4d6cae7 addition addition_precision sum of two precisions 11 months ago
Dennis Sperzel 78305c0852 refactoring: rename function exponent and output and variables 11 months ago
Dennis Sperzel 9454b90569 addition number output with sign, exponent and precision 11 months ago
Dennis Sperzel 677a3b6e9e addition addition_float base case 0+number=number 11 months ago
Dennis Sperzel 978a20ee7c addition read exponent of a floating number 11 months ago
Dennis Sperzel 537ef341b5 refactoring: rename variables and function due raise readability 11 months ago
Dennis Sperzel 29d0070ef3 addition read precision of a floating number 11 months ago
Dennis Sperzel 60494752b2 addition read sign out of number 11 months ago
Dennis Sperzel 42e3afe750 addition floating numbers base case 0+0=0 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 faade33029 addition base case to tenscolumns 11 months ago
Dennis Sperzel 627200af59 addition base case onecolumns 12 months ago
Dennis Sperzel a75b5ab0cf addition base case 0+0=0 12 months ago
Dennis Sperzel 4d7ac5d352 addition full adder complete sum with carry 12 months ago
Dennis Sperzel 7db5125bda addition full adder complete sum without carry 12 months ago
Dennis Sperzel 1ed9c0bf69 refactoring: function full_adder and variables 12 months ago
Dennis Sperzel b664da82e1 addition full adder base case 0+0=0 with carryover 12 months ago
Dennis Sperzel 9c9ca9a1f1 addition full adder base case 0+0=0 12 months ago