mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
@@ -1,16 +0,0 @@
|
||||
---
|
||||
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
|
||||
```
|
Reference in New Issue
Block a user