---
title: math.Sin
description: Returns the sine of the given radian number.
categories: []
keywords: []
params:
  functions_and_methods:
    aliases: []
    returnType: float64
    signatures: [math.Sin VALUE]
---

```go-html-template
{{ math.Sin 1 }} → 0.8414709848078965
```
