mirror of https://github.com/gohugoio/hugo
18 lines
308 B
Markdown
18 lines
308 B
Markdown
---
|
|
title: math.Tan
|
|
description: Returns the tangent of the given radian number.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: []
|
|
returnType: float64
|
|
signatures: [math.Tan VALUE]
|
|
---
|
|
|
|
{{< new-in 0.130.0 />}}
|
|
|
|
```go-html-template
|
|
{{ math.Tan 1 }} → 1.557407724654902
|
|
```
|