info("defaultfloatformat")

The info(“defaultfloatformat”) function returns the default format for converting floating point numbers to text.


Description

This function returns the current default format for converting floating point numbers to text:

info("defaultfloatformat") ☞ %.15g

See setdefaultfloatformat to learn more about the floating point format and how to change it.


See Also


History

VersionStatusNotes
10.2NewNew in this version.