mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-08 03:37:02 +03:00
17 lines
308 B
Markdown
17 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
|
|
```
|