---
title: math.Abs
description: Returns the absolute value of the given number.
categories: []
keywords: []
action:
aliases: []
related: []
returnType: float64
signatures: [math.Abs VALUE]
```go-html-template
{{ math.Abs -2.1 }} → 2.1
```