计算器

取模计算器

计算 a mod n 并显示商的分解 — 支持 BigInt 处理任意大小的整数

17 mod 5

2

Quotient (⌊a/n⌋)

3

Remainder (truncating)

2

Mathematical mod (≥ 0)

2

When a is negative, mathematical mod always yields a non-negative result; truncating mod (like JavaScript's %) preserves the sign of the dividend. Integers use BigInt for exact arithmetic at any size.

没找到需要的?

我们根据社区反馈开发免费工具。欢迎提出能改善您工作流的工具建议!

取模计算器 — 免费工具在线 | FreeTool24 | FreeTool24