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

263 B

title description categories keywords params
math.Mod Returns the modulus of two integers.
functions_and_methods
aliases returnType signatures
mod
int64
math.Mod VALUE1 VALUE2
{{ mod 15 3 }} → 0