[][src]Type Definition typenum::N1

type N1 = NInt<U1>;

Trait Implementations

impl<U: Unsigned> Pow<NInt<UInt<U, B0>>> for N1[src]

(-1)^N = 1 if N is even

type Output = P1

The result of the exponentiation.

impl<U: Unsigned> Pow<NInt<UInt<U, B1>>> for N1[src]

(-1)^N = -1 if N is odd

type Output = N1

The result of the exponentiation.