mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -1,16 +0,0 @@
|
||||
---
|
||||
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