TheAlgorithms-C/conversions
2020-05-29 20:23:24 +00:00
..
binary_to_decimal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
binary_to_hexadecimal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
binary_to_octal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
CMakeLists.txt check if math library is available and include if present 2020-05-29 14:04:14 -04:00
decimal_to_binary.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
decimal_to_hexa.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
decimal_to_octal_recursion.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
decimal_to_octal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
hexadecimal_to_octal.c gets not a C11 standard, superceded by fgets 2020-04-08 09:45:12 -04:00
octal_to_decimal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00
to_decimal.c formatting source-code for b388e4a309 2020-05-29 20:23:24 +00:00