Module integer

Source
Expand description

Traits for integers and natural numbers

Structs§

TrialDivision
An iterator over the factors of an integer using the trial division algorithm

Traits§

Integer
An IntegerSubset that specifically represents a signed integer
IntegerSubset
A subset of the Integers that has all of the major integer operations
Natural
An IntegerSubset that specifically represents an unsigned integer

Trait Aliases§

CastPrimInt
Aliases conversion traits to and from the primitive integer types