aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/functions/math/Ceil.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-01-27 10:47:28 +0100
committerBjørn Erik Pedersen <[email protected]>2024-01-27 10:47:28 +0100
commitfc7de7136acbcf0aef54ae8460c7702bc83709be (patch)
treec109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/content/en/functions/math/Ceil.md
parent1083bf7c08e6f35826279065b8a09a16cc991c7f (diff)
downloadhugo-fc7de7136acbcf0aef54ae8460c7702bc83709be.tar.gz
hugo-fc7de7136acbcf0aef54ae8460c7702bc83709be.zip
docs: Prepare for new sub tree
See #11925
Diffstat (limited to 'docs/content/en/functions/math/Ceil.md')
-rw-r--r--docs/content/en/functions/math/Ceil.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/content/en/functions/math/Ceil.md b/docs/content/en/functions/math/Ceil.md
deleted file mode 100644
index 9f74991c3..000000000
--- a/docs/content/en/functions/math/Ceil.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: math.Ceil
-description: Returns the least integer value greater than or equal to the given number.
-categories: []
-keywords: []
-action:
- aliases: []
- related:
- - functions/math/Floor
- - functions/math/Round
- returnType: float64
- signatures: [math.Ceil VALUE]
----
-
-```go-html-template
-{{ math.Ceil 2.1 }} → 3
-```