Templat:Mod
Templat ini mengimplementasikan operasi modulus matematika.
- Pemakaian:
{{mod|
dividend|
modulus}}
- Menghiting modulus secara dinamis.
{{subst:mod|
dividend|
modulus|subst=subst:}}
- Menggunakan subst.
- Contoh modulus dengan integer positif:
{{mod|12|10}}
= 2.{{mod|10.1|10}}
= 0.1.{{mod|10|10}}
= 0.{{mod|2|10}}
= 2.{{mod|0|10}}
= 0.{{mod|-2|10}}
= 8.{{mod|-10|10}}
= 0.{{mod|-10.1|10}}
= 9.9.{{mod|-12|10}}
= 8.
- Contoh modulus dengan integer negatif:
{{mod|12|-10}}
= -8.{{mod|10.1|-10}}
= 0.1.{{mod|10|-10}}
= 0.{{mod|2|-10}}
= -8.{{mod|0|-10}}
= 0.{{mod|-2|-10}}
= -2.{{mod|-10|-10}}
= 0.{{mod|-10.1|-10}}
= -0.1.{{mod|-12|-10}}
= -2.
- Contoh modulus dengan non-integer positif:
{{mod|21.5|10.5}}
= 0.5.{{mod|21.1|10.5}}
= 0.1.{{mod|21|10.5}}
= 0.{{mod|20.9|10.5}}
= 10.4.{{mod|11|10.5}}
= 0.5.{{mod|10.6|10.5}}
= 0.1.{{mod|10.5|10.5}}
= 0.{{mod|10.1|10.5}}
= 10.1.{{mod|10|10.5}}
= 10.{{mod|2|10.5}}
= 2.{{mod|0|10.5}}
= 0.{{mod|-2|10.5}}
= 8.5.{{mod|-10|10.5}}
= 0.5.{{mod|-10.1|10.5}}
= 0.4.{{mod|-10.5|10.5}}
= 0.{{mod|-10.6|10.5}}
= 10.4.{{mod|-11|10.5}}
= 10.{{mod|-20.9|10.5}}
= 0.1.{{mod|-21|10.5}}
= 0.{{mod|-21.1|10.5}}
= 10.4.{{mod|-21.5|10.5}}
= 10.
- Contoh modulus dengan nol:
{{mod|2|0}}
= 0.{{mod|0|0}}
= 0.{{mod|-2|0}}
= 0.
- Lihat juga: