!!!TRUNC
!Functionality: 
This Oracle function will return number to the indicated number of decimal places (''not rounded'')

Also see the numeric usage of the [TRUNC|TRUNC (Date usage)] function

!Parameters:
|NUMBER    |The original number
|PLACES    |(optional) The number of decimal places (default is 0)

!Returns: 
Number 

!Errors:
None

!Example:

{{trunc(~,2)}} will return 3.52 if the passed number is 3.5200000 to 3.5299999


----
![Notes|Edit:Internal.TRUNC] 	
[{InsertPage page='Internal.TRUNC' default='Click to create a new notes page'}]