75 Commits (5bf98dc8ec4ade869ed808cf1e7c30213c0cf124)

Author SHA1 Message Date
Dennis Sperzel 5bf98dc8ec testing: addition reading sign out of double number 12 months ago
Dennis Sperzel c151871e6c addition reading sign out of double number 12 months ago
Dennis Sperzel cd70bc3d28 refactoring: rename addition functions for float sum 12 months ago
Dennis Sperzel 826a0ec5df testing: addition addition_float sum of two positiv integer 12 months ago
Dennis Sperzel 3c6dfb4fb6 testing: addition addition_precision sum of two precisions with sum lower than 2^24 12 months ago
Dennis Sperzel 78305c0852 refactoring: rename function exponent and output and variables 12 months ago
Dennis Sperzel d616d52a76 testing: addition number output with sign, exponent and precision 12 months ago
Dennis Sperzel 9454b90569 addition number output with sign, exponent and precision 12 months ago
Dennis Sperzel feeafc2a74 testing: addition addition_float base case 0+number=number 12 months ago
Dennis Sperzel 78307a0c6b testing: addition read exponent of a floating number 12 months ago
Dennis Sperzel 537ef341b5 refactoring: rename variables and function due raise readability 12 months ago
Dennis Sperzel 03758ed163 refactoring: rename union in additions test 12 months ago
Dennis Sperzel 1f296acd87 testing: addition read precision of a floating number 12 months ago
Dennis Sperzel f3ee1a219d testing: addition read sign out of number 12 months ago
Dennis Sperzel aedf039805 testing: addition floating numbers base case 0+0=0 12 months ago
fdai7848 083b545c75 refactoring: split function logN in smaller subfunctions 1 year ago
fdai7848 923b1fe04c refactoring: change function names and parameter names in logarithmus.c 1 year ago
fdai7848 1ce4f54dd0 add test for logarithmic function to base 2 1 year ago
fdai7848 18a4d38367 add test for logarithmic function to base 10 1 year ago
fdai7848 eb421bd257 add test for logarithmus with decimals 1 year ago
fdai7848 109ea48200 add tests for log function with integers 1 year ago
fdai7848 fa9fb28309 add tests for edge cases and add fix for log function 1 year ago
fdai7848 9cf7587746 refactoring: move ln function to logarithmus 1 year ago
Dennis Sperzel bd819ee522 testing: addition for all unsigned integer 1 year ago
fdai7848 f3024b4387 add files for logarithmus 1 year ago
fdai7848 3089590084 refactoring: change variable names and function names 1 year ago
fdai7848 18200c9252 add tests for edge cases 1 year ago
fdai7848 80461d1273 add tests for decimal base and decimal exponent 1 year ago
Dennis Sperzel a1f7c97c45 refactoring: functions addition and full_adder data type change with typedef num 1 year ago
fdai7848 b9a1ad99da add test case for negative exponent with integer base 1 year ago
fdai7848 f82b58b61a refactoring: delete print statements from tests 1 year ago
fdai7848 dde66d2b33 Add tests for decimal exponent with decimal base 1 year ago
fdai7848 650e1f439d Add test for decimal exponents 1 year ago
fdai7848 fef22fedff test ln functions for values smaller than 0 and 0 1 year ago
fdai7848 f43c8409fe Add test for ln function for positive numbers 1 year ago
fdai7848 22e4cbf852 add test for exponential function with negative numbers 1 year ago
Dennis Sperzel abd46fe614 refactoring: unify data types full adder and testing 1 year ago
Dennis Sperzel fe1129bef6 testing: addition base case to tenscolumns 1 year ago
Dennis Sperzel 721c04c3b4 testing: addition base case onecolumns 1 year ago
Dennis Sperzel 320e7fd6f4 testing: addition base case 0+0=0 1 year ago
fdai7848 0b4772466e add tests for exponential function with positive numbers 1 year ago
Dennis Sperzel 505b48c047 testing: addition full adder complete sum with carry 1 year ago
Dennis Sperzel 6ba44193da refactoring: full adder preparation for using nextcarry 1 year ago
Dennis Sperzel e8e328744a testing: addition full adder complete sum without carry 1 year ago
Dennis Sperzel 1ed9c0bf69 refactoring: function full_adder and variables 1 year ago
Dennis Sperzel 60596dba57 testing: addition full adder base case 0+0=0 with carryover 1 year ago
fdai7848 8e41621747 Add check for integer exponent 1 year ago
Dennis Sperzel 9bb254442e testing: addition full adder base case 0+0=0 1 year ago
fdai7848 0db2ed8c28 refactoring: changing functions for double types 1 year ago
Dennis Sperzel 9c9ca9a1f1 addition full adder base case 0+0=0 1 year ago