![]() |
Python
1.0
|
Picks up a digit from an integer. More...
Functions | |
def | getDigit (num, d) |
Gets the n-th digit of an integer, from right to left. More... | |
def | main () |
Picks up a digit from an integer.
def _01f_getDigit.getDigit | ( | num, | |
d | |||
) |
Gets the n-th digit of an integer, from right to left.
num | an integer. |
d | bit to be retrieved. |
Referenced by _05c_cnpj.areValidDigits(), _05b_cpf.areValidDigits(), and main().
def _01f_getDigit.main | ( | ) |
References getDigit(), and _01d_dec2bin.input.