fmt_real

Declaration

fmt_real :: fn (v: Any, trailing: s8) FmtReal #inline

Description

Create formatted printable object for real number. Created FmtReal object is valid for direct printing.

Arguments

  • v Value to be formatted.

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

Result

Formatted real value.

Declared in: print.bl