Python/conversions
Syed Waleed Hyder e313141904 bin(num). convert ZERO and negative decimal numbers to binary. (#1093)
* bin(num) can convert ZERO and negative decimal numbers to binary. Consistent with built-in python bin(x) function.

* bin(num) can convert ZERO and negative decimal numbers to binary. Consistent with built-in python bin(x) function.

* Added doctests. bin(num) can convert ZERO and negative decimal numbers to binary. Consistent with built-in python bin(x) function.

* Added doctests. bin(num) can convert ZERO and negative decimal numbers to binary. Consistent with built-in python bin(x) function.

* Added doctests. bin(num) can convert ZERO and negative decimal numbers to binary. Consistent with built-in python bin(x) function.

* doctests still failing.

* Doctests added.
2019-08-03 20:00:10 +02:00
..
decimal_to_binary.py bin(num). convert ZERO and negative decimal numbers to binary. (#1093) 2019-08-03 20:00:10 +02:00
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