powered by
reduce.fraction (ratio)
## an easy one reduce.fraction (c(100, 200)) ## irreducible reduce.fraction (c(140, 201)) ## a hard one reduce.fraction (c(140, 203))
Run the code above in your browser using DataLab