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.146.3
hugo
/
docs
/
content
/
en
/
functions
/
math
/
Abs.md
272 B
Raw
Permalink
Blame
History
title
description
categories
keywords
params
math.Abs
Returns the absolute value of the given number.
functions_and_methods
aliases
returnType
signatures
float64
math.Abs VALUE
{{
math
.Abs
-2.1
}}
→ 2.1