>>334,336,340
Haskellのround関数
xを丸めると、xに最も近い整数が返されます。xが2つの整数の間で等距離にある場合は、偶数を返します。
round x returns the nearest integer to x; the even integer if x is equidistant between two integers