FTrunc:

Path: Math/MathUtils

% Simulates floating point truncation to -ƒ.

   Since version 1.
--------------------------------------------------------------------------
   Form: 
   y = FTrunc( x, d )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   x                  Input
   d                  Number of digits

   -------
   Outputs
   -------
   y                  Truncated output

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

Back to the Math Module page