Data-Specific Forms
Some forms are specific to formatting certain kinds of data, like numbers, strings, or matrices.
These are in contrast to the Forms like OutputForm or StandardForm, which are intended to work over all kinds of data.
- BaseForm — format numbers according to the given base
- MatrixForm — format as a matrix
- NumberForm — format expression to at most a number of digits of all approximate real numbers
- SequenceForm — format a string from a template and a list of parameters
- StringForm — format a string from a template and a list of parameters
- TableForm — format as a table