수학

즉시, 비공개, 무료

Modulo Calculator.

Calculate a remainder and compare signed remainder with mathematical non-negative modulo.

이 계산기는 아직 완전히 번역되지 않았습니다. 일부 텍스트가 영어로 표시됩니다.

기기에서 계산가입 불필요
01

값을 입력하세요

입력하는 동안 결과가 업데이트됩니다.

사용 방법

Enter a dividend and a non-zero divisor. Results update as you type.

JavaScript remainder (%) truncates the quotient toward zero and follows the dividend's sign.

Mathematical modulo is always between 0 (inclusive) and the absolute divisor (exclusive), including for negative inputs.

자주 묻는 질문

What is the difference between remainder and modulo?

A signed remainder follows the dividend's sign, while mathematical modulo is normalized to a non-negative value below the absolute divisor.

Can the divisor be negative?

Yes. The signed remainder follows JavaScript's operator semantics, while mathematical modulo uses the absolute divisor for its non-negative range.