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

```go-html-template
{{ math.Tan 1 }} → 1.557407724654902
```
