User Tools

Site Tools


syntax:functions:round

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
syntax:functions:round [2016/06/20 11:58] dmitrysyntax:functions:round [2016/07/08 00:10] dmitry
Line 2: Line 2:
  
 Rounds a number to N decimal digits.  Rounds a number to N decimal digits. 
 +
 +Note: there exist two types of rounding in general -- "Rounding away from zero" (a.k.a symmetric rounding) and "Rounding to the nearest even number" (a.k.a. banker's rounding). While "Rounding away from zero" is used in Excel for historical reasons, the standard way is to use "Rounding to the nearest even number" as described in IEEE Standard 754, section 4. EasyMorph follows this standard.
  
 ^  Example  ^  Result  ^ ^  Example  ^  Result  ^
 | round( 5.55, 1 )  |  5.6 | | round( 5.55, 1 )  |  5.6 |
 +| round( 5.65, 1 )  |  5.6 |
  
  
syntax/functions/round.txt · Last modified: 2023/02/28 20:13 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki