Mauro Arnoldi wrote: > Hi everybody! > I'm new to this list and also to the R program. > > I'd like to know if there is a function able to convert results into > Fractional form like my scientific calculator have. For example: > >> 1/3 > [1] 0.3333333 > >> function_that_return_a_fraction_from_numbers(0.3333333) > [1] 1/3
0.333333 is not equal 1/3, hence it is impossible to do that in a reliable manner. Uwe Ligges > Thanks > > Mauro > ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.