Integer representation ~~~~~~~~~~~~~~~~~~~~~~ + `base2dec`_ convert from base b to decimal + `bin2dec`_ convert from binary to decimal + `dec2base`_ Convert decimal to base N number in string + `dec2bin`_ convert from decimal to binary + `dec2hex`_ convert from decimal to hexadecimal + `dec2oct`_ convert from decimal to octal + `hex2dec`_ convert from hexadecimal to decimal + `oct2dec`_ convert from octal to decimal .. _oct2dec: oct2dec.html .. _dec2bin: dec2bin.html .. _bin2dec: bin2dec.html .. _dec2base: dec2base.html .. _hex2dec: hex2dec.html .. _dec2hex: dec2hex.html .. _base2dec: base2dec.html .. _dec2oct: dec2oct.html