blob: fc7813d674d4ff0c492805fdce2e3a6038d857c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
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
```
|