Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の古いビートアップ TI-83 では、次の構文で有理実数の簡約された分数表現を得ることができます。
.14>Frac 7/50
Rでこれを実行できる同様の構文、関数、またはCRANパッケージはありますか?
MASSパッケージのfractions()はまさにそれを行います:
> library(MASS) > fractions(.14) [1] 7/50