1
0
Fork 0
hugo/docs/content/en/functions/math/ModBool.md

16 lines
298 B
Markdown

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