mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-06 23:48:50 +00:00
Fix wrong rounding_mode values
This commit is contained in:
committed by
GitHub
parent
e05e818761
commit
b40934891b
@@ -60,9 +60,9 @@ The list of supported options:
|
||||
* ``floor``: Floor rounding
|
||||
* ``down``: Rounding towards zero
|
||||
* ``up``: Rounding away from zero
|
||||
* ``half_even``: Round halves to the nearest even integer
|
||||
* ``half_up``: Round halves up
|
||||
* ``half_down``: Round halves down
|
||||
* ``halfeven``: Round halves to the nearest even integer
|
||||
* ``halfup``: Round halves up
|
||||
* ``halfdown``: Round halves down
|
||||
|
||||
.. code-block:: twig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user