RoundN:

Path: Math/MathUtils

% Round to n decimal places

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

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

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

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

Back to the Math Module page