summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/ModBool.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/math/ModBool.md')
-rw-r--r--docs/content/en/functions/math/ModBool.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/content/en/functions/math/ModBool.md b/docs/content/en/functions/math/ModBool.md
new file mode 100644
index 000000000..fc7813d67
--- /dev/null
+++ b/docs/content/en/functions/math/ModBool.md
@@ -0,0 +1,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
+```