ラウンド関数
ラウンド関数
(round function)
ブロック暗号
の処理の基本となる関数。
置換
と
転置
を複雑に組み合わせたもの。
丸め
関数。
r
o
u
n
d
(
x
)
{\displaystyle \mathrm {round} (x)}
。通常、
r
o
u
n
d
(
x
)
=
⌊
x
+
0.5
⌋
{\displaystyle \mathrm {round} (x)=\lfloor x+0.5\rfloor }
(
x
≥
0
{\displaystyle x\geq 0}
ならば
四捨五入
)。時に、
IEEE 754
に準拠した
偶数丸め
。
This article is issued from
Wikipedia
. The text is licensed under
Creative Commons - Attribution - Sharealike
. Additional terms may apply for the media files.