Skip to content

Commit 7146962

Browse files
author
Matthieu Lempereur
committed
Add documentation for exponential format number
1 parent 5bff359 commit 7146962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/expression_language/syntax.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The component supports:
1919
* **hashes** - using JSON-like notation (e.g. ``{ foo: 'bar' }``)
2020
* **booleans** - ``true`` and ``false``
2121
* **null** - ``null``
22+
* **exponential** - also known as scientific (e.g. ``1.99E+3`` or ``1e-2``)
2223

2324
.. caution::
2425

0 commit comments

Comments
 (0)