I think I now understand the difference between rounding rules and rounding to integers as a mathematical function.
Then, how can I in Julia round a number such as 0.025 to two decimal places and what will I get? round() does not have a second parameter indicating the number of digits to round to like, e.g., round() in R has. I tried to search through the Standard Library and did not see an obvious choice.
