mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Merge commit '35dec7c96f7ee3eb17dd444f7067f0c776fb56ae'
This commit is contained in:
16
docs/content/en/functions/math/Mod.md
Normal file
16
docs/content/en/functions/math/Mod.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: math.Mod
|
||||
description: Returns the modulus of two integers.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: [mod]
|
||||
related:
|
||||
- functions/math/ModBool
|
||||
returnType: int64
|
||||
signatures: [math.Mod VALUE1 VALUE2]
|
||||
---
|
||||
|
||||
```go-html-template
|
||||
{{ mod 15 3 }} → 0
|
||||
```
|
Reference in New Issue
Block a user