모듈로,modulo




Wikipedia


}

WpEn:Modulo
= https://en.wikipedia.org/wiki/Modulo
"This article is about the binary operation mod(a,n). For the (mod n) notation, see Modular arithmetic. For other uses, see Modulo (disambiguation)."
{

}
corr ja
WpJa:剰余演算
= https://ja.wikipedia.org/wiki/剰余演算
잉여연산
剰 남을 잉
余 남을 여
演 펼 연
算 셈 산
{
PL에 따른 modulo 연산자 이름 나열 표 있음.
}


}


Difference between Modulo and Modulus - GeeksforGeeks
https://www.geeksforgeeks.org/difference-between-modulo-and-modulus/
{
modulo : 연산자,operator. 'mod' 혹은 '%' 그거. ...연산자 mod가 이것의 줄임말.
modulus : x mod N에서 N이 modulus이다.

비교
12 mod 3 // 3 is the modulus
38 ≡ 14 (mod 12) // 38,14 are congruent modulo 12
}


Modular Arithmetic - GeeksforGeeks
https://www.geeksforgeeks.org/modular-arithmetic/

Modulo Operations in Programming With Negative Results - GeeksforGeeks
https://www.geeksforgeeks.org/modulo-operations-in-programming-with-negative-results/?ref=lbp