formatExponentValue

formatExponentValue returns the printed representation of a raw value formatted using exponential notation and a specific precision. If the value cannot be interpreted as a double then the a copy of the original value is returned.

This routine is used to format values in columns identified as having exponent format.

@safe
string
formatExponentValue
(
const char[] value
,
size_t precision
)

Meta