This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| rounding [2019/04/20 00:14] – [Rounding modes] korshun | rounding [2019/08/26 18:02] (current) – korshun | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Rounding ===== | + | ====== Rounding====== |
| + | |||
| + | ===== Introduction | ||
| ACSUtils provides a full set of functions to round fixed-point numbers to integers. | ACSUtils provides a full set of functions to round fixed-point numbers to integers. | ||
| - | < | + | < |
| Before using ACSUtils, rename either the built-in functions (by editing '' | Before using ACSUtils, rename either the built-in functions (by editing '' | ||
| </ | </ | ||
| - | ==== Rounding modes ==== | + | ===== Rounding modes ===== |
| There are four rounding modes: | There are four rounding modes: | ||
| Line 27: | Line 29: | ||
| ^ -1.8| -2| -2| | ^ -1.8| -2| -2| | ||
| - | ==== Rounding functions in ACSUtils | + | ===== Functions ===== |
| Every rounding mode is available as two functions: | Every rounding mode is available as two functions: | ||
| * Functions without the '' | * Functions without the '' | ||
| - | * Functions with the '' | + | * Functions with the '' |
| ^ Mode ^ fixed result ^ int result ^ | ^ Mode ^ fixed result ^ int result ^ | ||
| Line 38: | Line 40: | ||
| ^ round | '' | ^ round | '' | ||
| ^ trunc | '' | ^ trunc | '' | ||
| + | |||