We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bff359 commit 7146962Copy full SHA for 7146962
components/expression_language/syntax.rst
@@ -19,6 +19,7 @@ The component supports:
19
* **hashes** - using JSON-like notation (e.g. ``{ foo: 'bar' }``)
20
* **booleans** - ``true`` and ``false``
21
* **null** - ``null``
22
+* **exponential** - also known as scientific (e.g. ``1.99E+3`` or ``1e-2``)
23
24
.. caution::
25
0 commit comments