FmtReal

Declaration

FmtReal :: struct {
    trailing: s8;
    v: Any;
}

Description

Structure to hold information about custom real print formatting. Use fmt_real function to create formatted printable value.

Members

  • trailing Count of trailing zeros. When this value is less than zero, default (6) trailing will be used.

  • v Value.

Declared in: print.bl