Conversion between Dec, Bin and Hex
This module contain function that are used to convert between decimal, binary and hexadecimal. Original Author: Pierre-Alain Vigeant Inputs Depend on the function Assumptions Each function are ‘stand-alone’. This mean that u can copy one of them without needing another one.The conversion function are written in this way: 2Example: The function ‘Dec2Bin’ will convert from decimal to binary Returns Depend… Read More »