summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Atan2.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/math/Atan2.md')
-rw-r--r--docs/content/en/functions/math/Atan2.md17
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/content/en/functions/math/Atan2.md b/docs/content/en/functions/math/Atan2.md
index efa13b166..942fffdf8 100644
--- a/docs/content/en/functions/math/Atan2.md
+++ b/docs/content/en/functions/math/Atan2.md
@@ -3,18 +3,11 @@ title: math.Atan2
description: Returns the arctangent, in radians, of the given number pair, determining the correct quadrant from their signs.
categories: []
keywords: []
-action:
- aliases: []
- related:
- - functions/math/Atan
- - functions/math/Asin
- - functions/math/Acos
- - functions/math/Pi
- - functions/math/Sin
- - functions/math/Cos
- - functions/math/Tan
- returnType: float64
- signatures: [math.Atan2 VALUE VALUE]
+params:
+ functions_and_methods:
+ aliases: []
+ returnType: float64
+ signatures: [math.Atan2 VALUE VALUE]
---
{{< new-in 0.130.0 />}}