mirror of https://github.com/gohugoio/hugo
18 lines
321 B
Markdown
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
|
|
```
|