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