math.ModBool
Reports whether the modulus of two integers equals 0.
Syntax
math.ModBool VALUE1 VALUE2
Returns
bool
Alias
modBool
{{ modBool 15 3 }} → true
Hugo Documentation
Syntax
Returns
Alias
{{ modBool 15 3 }} → true