hugo/docs/content/en/functions/math/Atan.md

25 lines
478 B
Markdown
Raw Normal View History

---
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]
---
{{< new-in 0.130.0 >}}
```go-html-template
{{ math.Atan 1 }} → 0.7853981633974483
```