The OpenD Programming Language

NumericSpec.exponent

Precise output with explicit exponent.

struct NumericSpec
enum NumericSpec exponent;

Examples

1e-6, 6e6, 1.23456789e-100.

Meta