summaryrefslogtreecommitdiffstats
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.md17
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/content/en/functions/math/Acos.md b/docs/content/en/functions/math/Acos.md
index abdae4f74..32537e2dd 100644
--- a/docs/content/en/functions/math/Acos.md
+++ b/docs/content/en/functions/math/Acos.md
@@ -3,18 +3,11 @@ 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]
+params:
+ functions_and_methods:
+ aliases: []
+ returnType: float64
+ signatures: [math.Acos VALUE]
---
{{< new-in 0.130.0 />}}