mfrac {Tex4exams} | R Documentation |
The function converts multiple decimals into tex code of vertical fractions.
mfrac(z)
z |
a list of decimal numbers. |
The function returns a string of tex code for the numbers in vertical fraction form.
The function used function 'rfrac' in the same package which depends on the package 'fractional'.
z <- sample(c(1:55),6)/100
mfrac(z)