float_convert - reformat x, y & z tuplets of floating point numbers
float_convert [-b|-t|-c|-l] <infile >outfile
This program converts files of ascii floating point tuplets x, y, & z and rounds up to 3 decimal places. Note: that standard in/out are use to let the shell open and create file as necessary. messages are written to error output.
float_convert -t <test.dat
would produce labeled x, y, & z tuplets e.g., x1.575 y1.600 z-0.077
gcc -lm -o float_convert float_convert.c
Note: this program was tested only with the GNU compiler
float_mx_rc(1), sort(1)
Patrick V. Rafferty Bearfoot Computer Consulting, Inc.
<pvr@if.uidaho.edu>
Released under the GNU General Public License