Function Reference
— Function File: X = bitget (a,n)

Return the status of bit(s) n of unsigned integers in a the lowest significant bit is n = 1.

          bitget (100, 8:-1:1)
           0  1  1  0  0  1  0  0