RoundN:

--------------------------------------------------------------------------
   Round to n decimal places

   Since version 1.
--------------------------------------------------------------------------
   Form:
   z = RoundN( x, n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x                  Argument
   n                  Number of decimal places

   -------
   Outputs
   -------
   z                  Rouned

--------------------------------------------------------------------------