aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/functions/math/Acos.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/math/Acos.md')
-rw-r--r--docs/content/en/functions/math/Acos.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/content/en/functions/math/Acos.md b/docs/content/en/functions/math/Acos.md
new file mode 100644
index 000000000..3ece567c8
--- /dev/null
+++ b/docs/content/en/functions/math/Acos.md
@@ -0,0 +1,24 @@
+---
+title: math.Acos
+description: Returns the arccosine, in radians, of the given number.
+categories: []
+keywords: []
+action:
+ aliases: []
+ related:
+ - functions/math/Asin
+ - functions/math/Atan
+ - functions/math/Atan2
+ - functions/math/Pi
+ - functions/math/Sin
+ - functions/math/Cos
+ - functions/math/Tan
+ returnType: float64
+ signatures: [math.Acos VALUE]
+---
+
+{{< new-in 0.130.0 >}}
+
+```go-html-template
+{{ math.Acos 1 }} → 0
+```