rossellhayes/fracture: Convert Decimals to Fractions

Provides functions for converting decimals to a matrix of numerators and denominators or a character vector of fractions. Supports mixed or improper fractions, finding common denominators for vectors of fractions, limiting denominators to powers of ten, and limiting denominators to a maximum value. Also includes helper functions for finding the least common multiple and greatest common divisor for a vector of integers. Implemented using C++ for maximum speed.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.2.1
URL https://fracture.rossellhayes.com/ https://github.com/rossellhayes/fracture
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rossellhayes/fracture")
rossellhayes/fracture documentation built on May 21, 2022, 11:23 p.m.