Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I am sorry but I don't see very well your problem. When in R the input is 0.67 it is 0.67; it's not the result of an operation with large decimals. If you want you can
toString
(it).I don't understand what you mean and what your problem is. Note: in R there are packages which use rational...
Sorry, I will add something in the description for R.
In R the input is a rational or a decimal, the output is a string.
Examples:
dotest(3/4, "1/2,1/4")
ordotest(12/4, "3")
ordotest(0.67, "1/2,1/6,1/300")
.Thanks for your post.
PS: I modified the description. Is it clearer for you?