This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
master
hugo
/
docs
/
content
/
en
/
functions
/
math
/
Abs.md
279 B
Raw
Permalink
Blame
History
title
description
categories
keywords
action
math.Abs
Returns the absolute value of the given number.
aliases
related
returnType
signatures
float64
math.Abs VALUE
{{< new-in 0.112.0 >}}
{{
math
.Abs
-2.1
}}
→ 2.1