Module feanor_math::integer

source ·
Expand description

Contains the trait integer::IntegerRing for rings that represent the ring of integers Z.

Modules§

Traits§

  • Helper trait to simplify conversion between ints.
  • Trait for rings that are isomorphic to the ring of integers ZZ = { ..., -2, -1, 0, 1, 2, ... }.
  • Trait for RingStores that store IntegerRings. Mainly used to provide a convenient interface to the IntegerRing-functions.

Functions§

Type Aliases§