comparison man/man1/btoa.1 @ 0:5242703e91d3 tip

Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author tomwalters
date Fri, 20 May 2011 15:19:45 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5242703e91d3
1 .TH BTOA 1 "7 September 1993"
2
3 .SH NAME
4 btoa \- binary to ascii conversion.
5
6 .SH SYNTAX
7 btoa [options] [file]
8
9 .SH DESCRIPTION
10 Read numbers of the given type from the input stream until eof.
11 Print each number on the stdout (one number per line) to the given precision.
12
13 .SH OPTIONS
14
15 1. type
16
17 The input data type, which may be one of the list: char, short, int, float,
18 double, ascii.
19
20 Silent options for short, int and float are retained for compatibility
21 with earlier versions. If used, these override the type option.
22
23 2. precision
24
25 The number of decimal places for ascii output. Setting precision=0 gives
26 (truncated) integer output.
27
28 .SH BUGS
29
30 When converting binary doubles or floats to ascii, and then back to binary,
31 there will be some difference between the binary files because the ascii
32 output is printed with limited precision.
33
34 .SH "SEE ALSO"
35 options atob ftos stof
36
37 .SH COPYRIGHT
38 .LP
39 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
40 .LP
41 Permission to use, copy, modify, and distribute this software without fee
42 is hereby granted for research purposes, provided that this copyright
43 notice appears in all copies and in all supporting documentation, and that
44 the software is not redistributed for any fee (except for a nominal
45 shipping charge). Anyone wanting to incorporate all or part of this
46 software in a commercial product must obtain a license from the Medical
47 Research Council.
48 .LP
49 The MRC makes no representations about the suitability of this
50 software for any purpose. It is provided "as is" without express or
51 implied warranty.
52 .LP
53 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
54 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
55 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
56 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
57 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
58 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
59 SOFTWARE.