QMRITools`
QMRITools`
NumberTableForm
NumberTableForm[data]
makes a right aligned table of the numbers with 3 decimal percision.
NumberTableForm[data,n]
makes a right aligned table of the numbers with n decimal percision.
Details
- The following options can be given:
-
TableMethod NumberForm TableMethod is an option for NumberTableForm. It specifies which number form to uses. Values can be NumberForm, ScientificForm or EngineeringForm. TableAlignments Automatic TableAlignments is an option for TableForm and MatrixForm which specifies how entries in each dimension should be aligned. TableDepth Infinity TableDepth is an option for TableForm and MatrixForm that specifies the maximum number of levels to be printed in tabular or matrix format. TableDirections Column TableDirections is an option for TableForm and MatrixForm which specifies whether successive dimensions should be arranged as rows or columns. TableHeadings None TableHeadings is an option for TableForm and MatrixForm that gives the labels to be printed for entries in each dimension of a table or matrix. TableSpacing Automatic TableSpacing is an option for TableForm and MatrixForm that specifies how many spaces should be left between each successive row or column.