num2bigq: BigQ / BigRational Approximation of Numbers
Description
num2bigq(x) searches for “small” denominator
bigq aka ‘bigRational’ approximations to numeric or
"mpfr"x.
It uses the same continued fraction approximation as package
MASS' fractions(), but using big integer,
rational and mpfr-arithmetic from packages Rmpfr and gmp.