mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-01 16:10:07 +03:00
17 lines
306 B
Markdown
17 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
|
|
```
|