hugo/docs/content/en/functions/math/Abs.md
2023-12-04 15:24:01 +01:00

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