summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/math/Cos.md
blob: 3291b24f8568d3afc3221d0881d8320b39c4a711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: math.Cos
description: Returns the cosine of the given radian number.
categories: []
keywords: []
action:
  aliases: []
  related:
    - functions/math/Pi
    - functions/math/Sin
    - functions/math/Tan
    - functions/math/Asin
    - functions/math/Acos
    - functions/math/Atan
    - functions/math/Atan2
  returnType: float64
  signatures: [math.Cos VALUE]
---

{{< new-in 0.130.0 />}}

```go-html-template
{{ math.Cos 1 }} → 0.5403023058681398
```