summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Log.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/math/Log.md')
-rw-r--r--docs/content/en/functions/math/Log.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/content/en/functions/math/Log.md b/docs/content/en/functions/math/Log.md
deleted file mode 100644
index 84edcb288..000000000
--- a/docs/content/en/functions/math/Log.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: math.Log
-description: Returns the natural logarithm of the given number.
-categories: []
-keywords: []
-action:
- aliases: []
- related: []
- returnType: float64
- signatures: [math.Log VALUE]
----
-
-```go-html-template
-{{ math.Log 42 }} → 3.737
-```