Contents

exponential

The standard exponential format option.

Declaration

static var exponential: OSLogFloatFormatting { get }

Mentioned in

Discussion

This option is equivalent to the %e option in fprintf. It prints the number in the form [-]d.ddde±dd, with d representing the digits of the number. The number of digits after the radix point is system-specific.

See Also

Getting the Standard Formats