LATEX OUTPUT
******************************************************************************
Primitive data type | VAX FORTRAN type | HDS type |
Integer | INTEGER | ‘_INTEGER’ |
Single floating point | REAL | ‘_REAL’ |
Double floating point | DOUBLE PRECISION | ‘_DOUBLE’ |
Logical | LOGICAL | ‘_LOGICAL’ |
Character | CHARACTER[*n] | ‘_CHAR[*n]’ |
LATEX OUTPUT
R.A. | DEC. | ||
Accuracy used | Window size | Accuracy used | Window size |
Hours only | 30 mins | Degrees Only | 4 Degs |
Hours & minutes | 10 mins | Degrees & minutes | 25 mins |
Hours, mins & secs | 30 Secs | Degrees, mins & secs | 1 min |
******************************************************************************
fac | Facility provides… |
VAL | Arithmetic, mathematical functions and type conversion on single (scalar) values. Handling of numerical errors and bad value propagation are incorporated. |
VEC | Arithmetic, mathematical functions and type conversion on vectorised arrays, allowing more efficient processing of large numbers of data. Handling of numerical errors and bad value propagation are incorporated. |