Mod
లభ్యం
Returns the remainder when dividing the first argument by the second.
Mod[m, n]
Mod[m, n, d]
Mod[10, 3]
→ 1Mod[7, 4]
→ 3Mod[15, 5]
→ 0Mod[8, 3]
→ 2Mod[-1, 3]
→ 2Mod[-5, 3]
→ 1Mod[10, -3]
→ -2Mod[7.5, 2]
→ 1.5Mod[0, 5]
→ 0Mod[7 + 3 I, 2]
→ -1 - I మొత్తం 6300 ఫంక్షన్లు ·
దీన్ని MCP క్లయింట్ నుండి వాడండి