1
0
Fork 0
hugo/docs/content/en/functions/math/Abs.md

279 B

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