ltc_math_descriptor.get_digit

get digit n @param a The number to read from @param n The number of the digit to fetch @return The bits_per_digit sized n'th digit of a

struct ltc_math_descriptor
c_ulong function(void* a, int n) nothrow get_digit;

Meta