mirror of https://github.com/gohugoio/hugo
16 lines
298 B
Markdown
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
|
|
```
|