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
release-0.144.1
hugo
/
docs
/
content
/
en
/
functions
/
math
/
Abs.md
255 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
{{
math
.Abs
-2.1
}}
→ 2.1