fdai7968
|
e86eaac135
|
Add new subtraction file for tests
|
11 months ago |
fdai7968
|
e920dbd5a7
|
Add new subtraction directory
|
11 months ago |
fdai7968
|
3387438388
|
refactoring: if one a or b is zero just return the other
|
11 months ago |
fdai7968
|
0c728d8355
|
Update src/subtraction/subtraction.h
|
11 months ago |
fdai7968
|
033277c37e
|
Add new subtraction.h file
|
11 months ago |
fdai7968
|
a5f0319427
|
Update src/subtraction/subtraction.c
|
11 months ago |
fdai7968
|
4c2b7fd6da
|
Add new subtraction.c
|
11 months ago |
fdai7968
|
72f01d58ad
|
Add new subtraction directory
|
11 months ago |
fdai7968
|
7afde97f52
|
Merge branch 'multiplication' into 'master'
Added Multiplication with tests
See merge request fdai8031/cstools101!2
|
11 months ago |
fdai7968
|
951389500c
|
Corrected naming mistake
|
11 months ago |
fdai7968
|
e037d3237a
|
refactoring case one or two zeros always return 0
|
11 months ago |
fdai7968
|
364401a11c
|
Add test_calculator.c
|
11 months ago |
fdai7968
|
9e55db740e
|
create new directory multiplication
|
11 months ago |
fdai7968
|
f0608d5029
|
Add multiplication.h
|
11 months ago |
fdai7968
|
8472e25748
|
Add multiplication.c
|
11 months ago |
fdai7968
|
0822b9d60b
|
Add multiplication
|
11 months ago |
Laurin
|
184d4dc3ad
|
Merge branch 'conversionOfNumbers'
|
11 months ago |
Laurin
|
d47ebc5e7b
|
Merge branch 'master' into conversionOfNumbers
|
11 months ago |
Laurin
|
315547fddf
|
refactoring: renamed some test functions
|
11 months ago |
Laurin
|
26343283e4
|
refactoring: made code more readable and added comments
|
11 months ago |
Laurin
|
004b81aca4
|
refactoring: added comments describing the function's behavior and use in header file
|
11 months ago |
Laurin
|
db5f6c1106
|
added test for converting hex input to decimal
|
11 months ago |
Laurin
|
ded7c60fcb
|
defined and implemented function to convert hex input to decimal
|
11 months ago |
Laurin
|
3b11e3b13f
|
added final test for converting binary input to decimal
|
11 months ago |
Laurin
|
2fe8d2dcbf
|
fixed function converting binary input to decimal not working for every input
|
11 months ago |
Laurin
|
bc133aa9f1
|
refactoring: handled possible memory allocation errors in both convert functions
|
11 months ago |
Laurin
|
16405fd475
|
refactoring: changed read only parameter of function from int to const int
|
11 months ago |
Laurin
|
bfaccfaecd
|
added test for implementation of hexStrLen function into convertIntToHex function
|
11 months ago |
Laurin
|
2800426e7c
|
implemented hexStrLen function into to convert function to dynamically determine hex string length
|
11 months ago |
Laurin
|
4032750fa9
|
added test to test special case of input 0
|
11 months ago |
Laurin
|
2faaa84310
|
added test to make sure hexStrLen function behaves as corrected
|
11 months ago |
Laurin
|
69da91f715
|
refactoring: corrected tes function name
|
11 months ago |
Laurin
|
e66f206d79
|
added test for hexStrLen function
|
11 months ago |
Laurin
|
f68766a844
|
implemented function for determining string length of hex string
|
11 months ago |
Laurin
|
ed0ba8f0b8
|
declared function to determine string length of hex string
|
11 months ago |
Laurin
|
943f911a82
|
added test for converting into hex for numbers smaller than 16
|
11 months ago |
Laurin
|
a96a875911
|
added other cases for input being smaller than 16
|
11 months ago |
fdai7777
|
2d4f1600d7
|
Merge branch 'ggT' into 'master'
ggT
See merge request fdai8031/cstools101!1
|
11 months ago |
Laurin
|
9fbe4606e1
|
added test for converting small int to hex string
|
11 months ago |
Laurin
|
9cbb10f125
|
added function to convert int to hex string for small ints
|
11 months ago |
Laurin
|
7dfe49145c
|
declared new function to convert int to hex in header file
|
11 months ago |
Laurin
|
bd55ea228b
|
added test for converting binary string of 1s and 0s to decimal
|
11 months ago |
cxnnqr
|
b99246a677
|
refactoring: renamed tests for simplified the zero cases
|
11 months ago |
cxnnqr
|
6aad7be0b2
|
refactoring: simplified the zero cases
|
11 months ago |
cxnnqr
|
9ed80a6f35
|
refactoring: added comments for better understanding
|
11 months ago |
Hendrik Sitzmann
|
9e12bb5b9d
|
Update team
|
11 months ago |
Laurin
|
c7c45916fe
|
added test for converting longer binary string of 1s to decimal
|
11 months ago |
Laurin
|
e48b4f38a6
|
added test for converting binary string of 1s to decimal
|
11 months ago |
Laurin
|
a7218c6a73
|
implemented prototype function to convert binary strings of 1s into decimal
|
11 months ago |
Laurin
|
3648f419cd
|
declared new function in header file to convert binary numbers into decimal
|
11 months ago |