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

16 lines
303 B
Markdown

---
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
```