---
title: math.Abs
description: Returns the absolute value of the given number.
categories: []
keywords: []
action:
  aliases: []
  related: []
  returnType: float64
  signatures: [math.Abs VALUE]
---

{{< new-in 0.112.0 >}}

```go-html-template
{{ math.Abs -2.1 }} → 2.1
```