RoundToEven ( number ; precision )
Rounds number to specified precision, using the round-to-even rule - also known as Bankers' rounding.
Average rating: 3.9 (44 votes) Log in to vote
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
RoundToEven ( 1.5 ; 0 )
RoundToEven ( 0.045 ; 2 )
RoundToEven ( 0.055 ; 2 )
2
0.04
0.06
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
For a detailed explanation of the round-to-even rule (Bankers' rounding), see
http://en.wikipedia.org/wiki/Significance_arithmetic#The_round-to-even_rounding_rule
This function is not recursive.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.