summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Pow.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
commitfc7de7136acbcf0aef54ae8460c7702bc83709be (patch)
treec109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/content/en/functions/math/Pow.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/Pow.md')
-rw-r--r--docs/content/en/functions/math/Pow.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/content/en/functions/math/Pow.md b/docs/content/en/functions/math/Pow.md
deleted file mode 100644
index 5a1482d73..000000000
--- a/docs/content/en/functions/math/Pow.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-title: math.Pow
-description: Returns the first number raised to the power of the second number.
-categories: []
-keywords: []
-action:
- aliases: [pow]
- related:
- - functions/math/Sqrt
- returnType: float64
- signatures: [math.Pow VALUE1 VALUE2]
----
-
-```go-html-template
-{{ math.Pow 2 3 }} → 8
-```