mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
23f43afee5
* Added volume conversions This is a file which has relevant function which helps in conversion between volume units. Available Units:- Cubic metre,Litre,KiloLitre,Gallon,Cubic yard,Cubic foot,cup The file is also written in a way that , adding a new unit can easily be done by modifying tuple available in the source code * Formatted file The file was formatted to follow the syntax formatting rules of the repo * Formatted file further |
||
---|---|---|
.. | ||
__init__.py | ||
binary_to_decimal.py | ||
binary_to_hexadecimal.py | ||
binary_to_octal.py | ||
decimal_to_any.py | ||
decimal_to_binary_recursion.py | ||
decimal_to_binary.py | ||
decimal_to_hexadecimal.py | ||
decimal_to_octal.py | ||
hex_to_bin.py | ||
hexadecimal_to_decimal.py | ||
length_conversion.py | ||
molecular_chemistry.py | ||
octal_to_decimal.py | ||
prefix_conversions.py | ||
rgb_hsv_conversion.py | ||
roman_numerals.py | ||
temperature_conversions.py | ||
volume_conversions.py | ||
weight_conversion.py |