342 Commits (5410a1f7eeff02b9b3cc6f6a678f2cc99279bd63)
 

Author SHA1 Message Date
Dennis Sperzel 9454b90569 addition number output with sign, exponent and precision 1 year ago
Dennis Sperzel feeafc2a74 testing: addition addition_float base case 0+number=number 1 year ago
Dennis Sperzel 677a3b6e9e addition addition_float base case 0+number=number 1 year ago
Dennis Sperzel 78307a0c6b testing: addition read exponent of a floating number 1 year ago
Dennis Sperzel 978a20ee7c addition read exponent of a floating number 1 year ago
Dennis Sperzel 537ef341b5 refactoring: rename variables and function due raise readability 1 year ago
Dennis Sperzel 03758ed163 refactoring: rename union in additions test 1 year ago
Dennis Sperzel 1f296acd87 testing: addition read precision of a floating number 1 year ago
Dennis Sperzel 29d0070ef3 addition read precision of a floating number 1 year ago
Dennis Sperzel f3ee1a219d testing: addition read sign out of number 1 year ago
Dennis Sperzel 60494752b2 addition read sign out of number 1 year ago
Dennis Sperzel aedf039805 testing: addition floating numbers base case 0+0=0 1 year ago
Dennis Sperzel 080e8b64ae Merge branch 'addition' 1 year ago
Dennis Sperzel 42e3afe750 addition floating numbers base case 0+0=0 1 year ago
fdai7848 9feab8998d refactoring: reduce use of variables in sin and cos function and delete print functions in tests 1 year ago
fdai7848 b20392a5ac add tangens function 1 year ago
fdai7848 08d0ad16e7 add tests for cos function 1 year ago
fdai7848 ae634ac3a2 add cos function 1 year ago
fdai7848 7bfc5a1fce refactoring: move helper functions to util.c 1 year ago
fdai7848 32b27094cf refactoring: change parameter and variable names 1 year ago
fdai7848 c5fd68472a add sin functions and tests 1 year ago
fdai7848 4b9f352ea1 add tests for radians function 1 year ago
fdai7848 26be4d744a add function that converts degrees to radians 1 year ago
fdai7848 73e6889e5e add approximation for pi by gauss-legendre 1 year ago
fdai7848 ea2679568f add function to get euler number 1 year ago
fdai7848 12393766b6 refactoring: move exponential function to reihen.c 1 year ago
fdai7848 7cf036b53a add files for reihen 1 year ago
fdai7848 472e457f50 Merge branch 'Logarithmen' into 'master' 1 year 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 f05d7b4d4f add support to ln function for larger numbers 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 bafd5844f3 add function for logarithmus to base 2 for convenience 1 year ago
fdai7848 6060b30bc3 add function for logarithmus to base 10 for convenience 1 year ago
fdai7848 c83f6e9b4b add logarithmic function for all bases 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 20e17d4822 Merge branch 'Exponent' into 'master' 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
Dennis Sperzel faee79b2bd addition for all unsigned integer (modulo UNIT_MAX) 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 deb72cdbb9 add support for negative decimal exponents 1 year ago