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

272 B

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