Project

General

Profile

Design #929

Updated by Anna Maria Bigatti over 7 years ago

Many functions in CoCoALibSupplement are just there because they need conversion from BigInt to long (or vector of BigInt to vector of long). Now there are functions to do this directly (VectorLong, VectorLongDecr1,...) in BuiltinFunctions, so CoCoALibSupplement could be made lighter (see #290#note-8) see #290#note-8

Back