Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Rounding
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Rounding half up==== One may '''round half up''' (or '''round half toward positive infinity'''), a tie-breaking rule that is widely used in many disciplines.{{citation needed|reason=This is surprising. A confusion with ''round half away from zero''?|date=June 2017}} That is, half-way values of {{mvar|x}} are always rounded up. If the fractional part of {{mvar|x}} is exactly 0.5, then {{math|1=''y'' = ''x'' + 0.5}} : <math>y = \left\lfloor x + \tfrac12 \right\rfloor = -\left\lceil -x - \tfrac12 \right\rceil = \left\lceil \tfrac12 \lfloor 2x \rfloor \right\rceil</math> For example, 23.5 gets rounded to 24, and β23.5 gets rounded to β23. Some programming languages (such as Java and Python) use "half up" to refer to ''[[#Rounding half away from zero|round half away from zero]]'' rather than ''round half toward positive infinity''.<ref name="java">{{cite web |title=java.math.RoundingMode |url=https://docs.oracle.com/javase/8/docs/api/java/math/RoundingMode.html |publisher=Oracle}}</ref><ref name="python">{{cite web |title=decimal β Decimal fixed point and floating point arithmetic |url=https://docs.python.org/3/library/decimal.html#rounding-modes |publisher=Python Software Foundation}}</ref> This method only requires checking one digit to determine rounding direction in [[two's complement]] and similar representations.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Rounding
(section)
Add topic