convert_num_string
Convert a number to string. Second argument can be a number of decimals or 'e' for scientific notation.
convert_num_string(
n,
[format=10]
) -> STRING
Convert a number to string. Second argument can be a number of decimals or 'e' for scientific notation.
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
n | yes | - | Number to convert | |
format | - | 10 | Number of decimals or 'e' |