modulo
モジュロ
解説 Definition
数学における剰余演算で、ある数を別の数で割った余りを求める演算。
Modulo means with the exception of, or after allowing for, a particular difference or limit. It is often used in technical, mathematical, or formal discussions to show that something is true except for one condition. In everyday English, it is much less common than words like except for or allowing for.
覚え方のコツ Memory Tip
modulo はプログラミングの `mod` や `%` とセットで覚えると強いです。`10 modulo 3 = 1` を見て、「割り算をする」のではなく「割ったあとに残る数に注目する語」だと固定すると忘れにくくなります。数学では `modulo n` で「n を法として」、式では `x modulo y` で「x を y で割った余り」。`division` や `quotient` は割る操作や商、`modulo` は余り側、という役割の違いで整理すると混同しにくいです。`module` や `modular` とは見た目が近いだけで別語なので注意。
Connect `modulo` with `mod` and the `%` sign in math or programming. Fix one example in your mind: `17 modulo 5 = 2`, so you remember it through the remainder. Keep it separate from `module` or `modular`, which look similar but are different words.
例文
In programming, the modulo operator returns the remainder after dividing one number by another.
プログラミングにおいて、モジュロ演算子はある数を別の数で割った後の余りを返す。
The mathematician explained that seventeen modulo five equals two, since seventeen divided by five leaves a remainder of two.
数学者は、17モジュロ5は2に等しいと説明した。17を5で割ると余りが2になるからである。
Modulo arithmetic is fundamental to cryptography and many computer science algorithms.
モジュロ演算は暗号技術と多くのコンピュータサイエンスのアルゴリズムの基礎である。
modulo の類義語・関連語
紛らわしい語
modulo の語源・成り立ち Etymology
modulo はラテン語 modulus「小さな尺度・基準」の奪格形 modulo にさかのぼり、もとは「尺度に従って」の意。modus「測り方」が語根で、mode や modify と同系なので、「ある基準を前提にして」という感覚で理解できる。
Modulo comes from Latin modulo, a form of modulus, meaning "small measure" or "standard." It is related to Latin modus, meaning "measure" or "way," which also gave English words like mode and modify. The basic idea was acting according to a measure or rule. That sense later fit mathematical use, where something is considered under a certain fixed rule or base.
同じレベルの英単語をもっと
外部辞書で調べる
この単語を英単語クイズで覚えよう