fn formatFloatDecimal(value: anytype, options: FormatOptions, writer: anytype) !void
[src]
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).