(FILE* file, double* vector, int len,
int width, int prec, char* tab,
char* separator, char* ending)
Writes a double vector (without parenthesis) with given number of decimal places
Documentation
Writes a double vector (without parenthesis) with given number of decimal places
- Parameters:
- file - output file
vector - vector to write
len - dimension
width - format: total number of decimal places
prec - format: number of decimal places after the comma
tab - format: leading tabs
separator - format: separator for columns
ending - format: end of a row
Alphabetic index
This page was generated with the help of DOC++.