abs
The abs
filter returns the absolute value.
{# number = -5 #}
{{ number|abs }}
{# outputs 5 #}
Note
Internally, Twig uses the PHP abs function.
© 2009–2018 by the Twig Team
Licensed under the three clause BSD license.
The Twig logo is © 2010–2020 Symfony
https://twig.symfony.com/doc/1.x/filters/abs.html