mirror of https://github.com/gohugoio/hugo
18 lines
321 B
Markdown
18 lines
321 B
Markdown
---
|
|
title: math.ToDegrees
|
|
description: ToDegrees converts radians into degrees.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: []
|
|
returnType: float64
|
|
signatures: [math.ToDegrees VALUE]
|
|
---
|
|
|
|
{{< new-in 0.130.0 />}}
|
|
|
|
```go-html-template
|
|
{{ math.ToDegrees 1.5707963267948966 }} → 90
|
|
```
|