1
0
Fork 0
hugo/docs/content/en/functions/math/Atan.md

18 lines
321 B
Markdown

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