summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Atan.md
blob: 5c8268b4794471c554467097f9bb0501ec42e43f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: math.Atan
description: Returns the arctangent, in radians, of the given number.
categories: []
keywords: []
params:
  functions_and_methods:
    aliases: []
    returnType: float64
    signatures: [math.Atan VALUE]
---

{{< new-in 0.130.0 />}}

```go-html-template
{{ math.Atan 1 }} → 0.7853981633974483
```