mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 17:20:15 -04:00
16 lines
268 B
Markdown
16 lines
268 B
Markdown
---
|
|
title: math.Sqrt
|
|
description: Returns the square root of the given number.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: []
|
|
returnType: float64
|
|
signatures: [math.Sqrt VALUE]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ math.Sqrt 81 }} → 9
|
|
```
|