_EWL_EXTENDED_PRECISION_OUTP

When defined this allows the output of floating point output to be printed with precision greater than DECIMAL_DIG. With this option, an exact binary to decimal conversion can be performed (by bumping precision high enough).

The cost is about 5-6Kb in code size.

You must recompile the C++ lib when flipping this switch.