cden.spad line 1 [edit on github]
InnerCommonDenominator provides functions to compute the common denominator of a finite linear aggregate of elements of the quotient field of an integral domain.
clearDenominator([q1, ..., qn]) returns [p1, ..., pn] such that where qi = pi/dd is a common denominator for the qi's.
commonDenominator([q1, ..., qn]) returns a common denominator d for q1, ..., qn.
splitDenominator([q1, ..., qn]) returns [[p1, ..., pn], d] such that and qi = pi/dd is a common denominator for the qi's.