1
0
Fork 0
hugo/docs/content/en/functions/math/Mod.md

272 B

title description categories keywords action
math.Mod Returns the modulus of two integers.
aliases related returnType signatures
mod
functions/math/ModBool
int64
math.Mod VALUE1 VALUE2
{{ mod 15 3 }} → 0