Rounding

When quantities are calculated there is an option to round the result to a given number of decimal points. For example to round to an exact number of pennies(2 decimal points) $5.334 would be rounded to $5.33 (the desired value).

Formever supports four rounding methods:

  1. Bankers  – round to the closest desired value, if the result is halfway then round up if the previous digit is even, round down if it is odd
  2. To Lower – just round down.
  3. To Upper – just round up,
  4. Half Up – this rounds to the closest but if it is halfway between two possible values then round up.

The default method is Half Up.

For more detail see documentation about calculating in Formever