hugo/docs/content/en/functions/math/ModBool.md
2023-12-04 15:24:01 +01:00

303 B

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