---
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]
---

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