fn formatFloatScientific(value: anytype, options: FormatOptions, writer: anytype) !void

Print a float in scientific notation to the specified precision. Null uses full precision. It should be the case that every full precision, printed value can be re-parsed back to the same type unambiguously.

Parameters

value: anytype,
options: FormatOptions,
writer: anytype,