7.5.15.0. hasLeftDenom | | check if the given fraction has a left representation |
7.5.15.0. hasRightDenom | | check if the given fraction has a right representation |
7.5.15.0. isZeroNcfrac | | check if the given fraction is equal to zero |
7.5.15.0. isOneNcfrac | | check if the given fraction is equal to one |
7.5.15.0. zeroNcfrac | | create the fraction equal to zero in the given localization |
7.5.15.0. oneNcfrac | | create the fraction equal to one in the given localization |
7.5.15.0. ensureLeftNcfrac | | compute a left representation of the given fraction if it does not have one |
7.5.15.0. ensureRightNcfrac | | compute a right representation of the given fraction if it does not have one |
7.5.15.0. negateNcfrac | | compute the additive inverse of the given fraction |
7.5.15.0. isInvertibleNcfrac | | check if the given fraction is invertible (note: see the description of isInvertibleLeftFraction from olga.lib for specific behaviour) |
7.5.15.0. invertNcfrac | | compute the multiplicative inverse of the given fraction (note: see the description of invertLeftFraction from olga.lib for specific behaviour) |
7.5.15.0. testNcfrac | | execute a series of internal testing procedures |
7.5.15.0. testNcfracExamples | | execute the examples of all procedures in this library |