fmt4 {Tex4exams} | R Documentation |
Convert a decimal number into exactly 4 decimal places without scientific notation.
fmt4(x)
x |
a decimal number. |
Round a decimal number into exactly 4 decimal places without scientific notation.
A decimal number rounded into exactly 4 decimal places.
x <- sin (sample(c(1:5),1))
fmt4(x)