summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Tan.md
blob: c4f861c05fc1fff90d39585b56aa0b2c8b698695 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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
```