Python/conversions
Jasper 3b63857b65 added automated doctest to decimal_to_hexadecimal.py in conversions (#1071)
* added automated doctest to decimal_to_hexadecimal.py in conversions

* improved error handling and added more test cases in decimal_to_hexadecimal.py

* implemented 0x notation and simplified AssertionError

* fixed negative notation and added comparison test against Python hex function
2019-07-26 18:28:32 +02:00
..
decimal_to_binary.py Implement Three New Algorithms (#948) 2019-07-05 14:06:48 +05:30
decimal_to_hexadecimal.py added automated doctest to decimal_to_hexadecimal.py in conversions (#1071) 2019-07-26 18:28:32 +02:00
decimal_to_octal.py Implement Three New Algorithms (#948) 2019-07-05 14:06:48 +05:30