Goodstein Sequence: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
No edit summary
Wherrera (talk | contribs)
Line 61: Line 61:


struct HRTuple <: HereditaryRepresentation
struct HRTuple <: HereditaryRepresentation
mult::BigInt
mult::Int
exp::GBase
exp::GBase
end
end


struct HRVector <: HereditaryRepresentation
struct HRVector <: HereditaryRepresentation
mult::BigInt
mult::Int
exp::Vector{HereditaryRepresentation}
exp::Vector{HereditaryRepresentation}
end
end