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

Print a float of the format x.yyyyy where the number of y is specified by the precision argument. By default floats are printed at full precision (no rounding).

Parameters

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