mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
* update theme * fix tab issues * update readme * editor * revert tab change * change editor config back to 4 spaces for tabs * fix admons that broke when enforcing 4 spaces per tab * update README
717 B
717 B
| title | description | contentType |
|---|---|---|
| Data transformation functions for numbers | A reference document listing built-in convenience functions to support data transformation in expressions for numbers. | reference |
Numbers
A reference document listing built-in convenience functions to support data transformation in expressions for numbers.
!!! note "JavaScript in expressions" You can use any JavaScript in expressions. Refer to Expressions for more information.
% import "_macros/data-functions.html" as dataFunctions %
% for func in df_number % dataFunctions.dataFunctions("number", func.funcName, func.returns, func.description, func.args, func.examples ) % endfor %