memrootじしょ
英和翻訳
integer arithmetic
integer arithmetic
/ˈɪntɪdʒər əˈrɪθmətɪk/
インテジャー アリスメティック
1.
小数点以下のない整数値に対して行われる計算。
小数点以下のない整数値に対して行われる加算、減算、乗算、除算などの数学的な操作を指します。プログラミングやコンピュータサイエンスの分野で頻繁に用いられます。
Most
programming
languages
support
basic
integer
arithmetic.
(ほとんどのプログラミング言語は基本的な整数演算をサポートしています。)
Most programming languages
ほとんどのプログラミング言語。
support
~をサポートする、対応している。
basic
基本的な。
integer arithmetic
整数演算。
Understanding
integer
arithmetic
is
crucial
for
optimizing
code
performance.
(整数演算を理解することは、コードのパフォーマンス最適化にとって極めて重要です。)
Understanding
理解すること。
integer arithmetic
整数演算。
is crucial
極めて重要である。
for optimizing
最適化するために。
code performance
コードの性能、パフォーマンス。
Division
in
integer
arithmetic
typically
truncates
the
fractional
part.
(整数演算における除算は、通常、小数部分を切り捨てます。)
Division
除算、割り算。
in integer arithmetic
整数演算において。
typically
通常、一般的に。
truncates
切り捨てる。
the fractional part
小数部分。
Some
embedded
systems
exclusively
use
integer
arithmetic
due
to
hardware
limitations.
(一部の組み込みシステムは、ハードウェアの制約により、排他的に整数演算を使用します。)
Some embedded systems
いくつかの組み込みシステム。
exclusively use
排他的に使う、もっぱら使う。
integer arithmetic
整数演算。
due to
~のために、~が原因で。
hardware limitations
ハードウェアの制限。
We
need
to
be
careful
with
potential
overflow
errors
in
integer
arithmetic.
(整数演算では、潜在的なオーバーフローエラーに注意する必要があります。)
We need to be careful
我々は注意する必要がある。
with potential
潜在的な~に対して。
overflow errors
オーバーフローエラー。
in integer arithmetic
整数演算において。
関連
floating-point arithmetic
arithmetic operation
data type
mathematics
computer science
numerical analysis