[][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

The result of the exponentiation.

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

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

The result of the exponentiation.