mirror of https://github.com/gohugoio/hugo
18 lines
306 B
Markdown
18 lines
306 B
Markdown
---
|
|
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]
|
|
---
|
|
|
|
{{< new-in 0.130.0 />}}
|
|
|
|
```go-html-template
|
|
{{ math.Sin 1 }} → 0.8414709848078965
|
|
```
|