Skip to contents

Binary pattern maker

Usage

BitRespPtn(n)

Arguments

n

decimal numbers

Value

binary patterns

Details

if n <- 1, return 0,1 if n <- 2, return 00,01,10,11 and so on.