| |
int col=0 | Number of columns.
The default depends on the data type:
10 for int and char,
5 for float,
3 for complex
|
string format= | Format for numbers (printf-style).
The default depends on the data type:
"%4d " for int and char,
"%13.4g" for float,
"%10.4g,%10.4gi" for complex
|
string header= | Optional header string to output before data
|
bool number=y [y/n] | If number the elements
|
string trailer= | Optional trailer string to output after data
|
|