format

Type: External

Group: system

Syntax

format('type')

Description

changes the numerical format for numbers.

Notes

It only affects the display of numbers, the internal format of numbers is not affected at all.

Examples

format() format('long') format('short') format('long e') format('short e') format('long g') format('short g') format('long eng') format('short eng')

See Also

disp