Number To Exponential String Function
- Updated2025-07-30
- 2 minute(s) read
Converts number to an E-format (exponential notation), floating-point string at least width characters wide or wider if necessary.
The connector pane displays the default data types for this polymorphic function.

Inputs/Outputs
use system decimal point (T)
—
use system decimal point defines the decimal separator. If TRUE (default), the decimal separator uses the localized decimal separator. If FALSE, the decimal separator is a period.
number
—
number can be a scalar number, array or cluster of numbers, array of clusters of numbers, and so on.
width (-)
—
width must be numeric. If unwired, the function uses exactly as many digits as are needed to represent the number, with no extra padding.
precision (6)
—
precision must be numeric. The function rounds the number of digits after the decimal point of the output string to precision.
E-format string
—
E-format string is the resulting string. The following table shows how the values of number, width, and precision affect E-format string. In this table, the underline character ( _ ) represents a space in E-format string.
|
use system decimal point (T)
—
number
—
width (-)
—
E-format string
—