Type Definition typenum::N1[][src]

pub type N1 = NInt<U1>;

Trait Implementations

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

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more

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

The result of the exponentiation.

This function isn’t used in this crate, but may be useful for others. It is implemented for primitives. Read more