summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/ModBool.md
blob: d915ff6141b1c4cfa691aad532c59afb0dd3c39a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: math.ModBool
description: Reports whether the modulus of two integers equals 0.
categories: []
keywords: []
action:
  aliases: [modBool]
  related:
    - functions/math/Mod
  returnType: bool
  signatures: [math.ModBool VALUE1 VALUE2]
---

```go-html-template
{{ modBool 15 3 }} → true
```