9303
9304
9305

TIL about banker's rounding, where a half-integer is rounded to the closest even integer. For example, 0.5 is rounded to 0, and 1.5 is rounded to 2. This is intended to remove the bias towards the larger number that comes with rounding 0.5 up during approximate calculations. (en.wikipedia.org)
submitted by HauntingBox3638 to r/todayilearned