BigInt.powerOf2

Create a power of two

struct BigInt
public static
powerOf2
(
size_t n
)

Parameters

n size_t

the power of two to create

Return Value

Type: BigInt

bigint representing 2^n

Meta