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