Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
twig
/
twig
/
doc
/
filters
/
//proc/212/root/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/twig/twig/doc/filters/abs.rst
``abs`` ======= The ``abs`` filter returns the absolute value. .. code-block:: jinja {# number = -5 #} {{ number|abs }} {# outputs 5 #} .. note:: Internally, Twig uses the PHP `abs`_ function. .. _`abs`: https://secure.php.net/abs