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

298 B

title description categories keywords params
math.ModBool Reports whether the modulus of two integers equals 0.
functions_and_methods
aliases returnType signatures
modBool
bool
math.ModBool VALUE1 VALUE2
{{ modBool 15 3 }} → true