round
How to round values ?
I would like round($1;dec) where "dec" is the number of decimals after dot (comma).
round(2.56 ; 1) = 2.6
round(2.54 ; 1) = 2.5
round (2.459 ; 2)= 2.46
rnd() function seems to compute weird values, what does it stand for?
1
vote
Anonymous
shared this idea
Released with CALC v3.5.19