﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19	Round function and decimal number	manuelb	Víctor de Buen Remiro	"From the old TOL forums: 
 
Hi. 
I think the Round function should have a second argument (optional) that indicates the 
number of decimals you want it to round the number to, defaulting to zero. 
 
Now the function is defined: 
 
 Real Round(Real r)  
--> Real Round(4.8369) = 5;  
  
I propose: 
 
Real Round(Real x [, Real p=0]):  
--> Real Round(4.8369) = 5;  
--> Real Round(4.8369, 2) = 4.84;  
  
Regards."	enhancement	closed	normal		Math	head	minor	fixed		
