Integration Guide

Table Of Contents
Appendix D POS Interface File Descriptions Overview
WaveWorks PSS, Integration Guide, 1.10 Page 170
© 2000, Symbol Technologies, Inc. February 1, 2000
C.10 Rounding Methods
The following rounding methods are used on the PSS system:
Rounding Method 1
Prices are rounded up. Any decimal past the units position increases the units position by 1.
( 1 * $1.00 )
-------------- = $0.33333 Rounds up to $0.34
3
Rounding Method 2
Rounding Method 2Rounding Method 2
Rounding Method 2
Prices are rounded down. Any decimal past the units position is discarded.
( 1 * $1.00 )
-------------- = $0.33333 Rounds down to $0.33
3
Rounding Method 3
Rounding Method 3Rounding Method 3
Rounding Method 3
Prices are rounded up and down. Any decimal past the units position is rounded down for
decimals one through four and rounded up for decimals five through nine.
( 1 * $1.00 )
-------------- = $0.33333 Rounds down to $0.33
3
( 2 * $1.00 )
-------------- = $0.66666 Rounds up to $0.67
3