Description Usage Arguments Details Value
Robust rounding function which is same as round but always rounds up on n.5 no matter the value of n
1 | round_number(x, digits = 0)
|
x |
number or numbers to be rounded |
digits |
number of digits to round to, Default: 0 |
R, and other languages do this weird thing where 1.5 is rounded to 2 an so is 2.5. Every .5 is rounded to the nearest even number. This isn't typically what you want in mathematics.
rounded number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.