--- title: math.ModBool description: Reports whether the modulus of two integers equals 0. categories: [] keywords: [] params: functions_and_methods: aliases: [modBool] returnType: bool signatures: [math.ModBool VALUE1 VALUE2] --- ```go-html-template {{ modBool 15 3 }} → true ```