3
0
Fork 0
web_techsystech/web_widget_float_formula/readme/DESCRIPTION.rst

12 lines
249 B
ReStructuredText

This module allows the use of simple math formulas in corresponding fields:
``=45 + 4/3 - 5 * (2 + 1)``
Features:
* ``+`` (addition)
* ``-`` (subtraction)
* ``*`` (multiplication)
* ``/`` (division)
* ``%`` (modulus)
* ``(`` and ``)`` parentheses