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