2 (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 See the copyright notice in the ACK home directory, in the file "Copyright".
9 SUBTRACT TWO FLOATS - DOUBLE Precision (SBF 8)
20 if (s2
.d
[0] == 0 && s2
.d
[1] == 0) {
23 extend(&s1
.d
[0],&e1
,sizeof(DOUBLE
));
24 extend(&s2
.d
[0],&e2
,sizeof(DOUBLE
));
26 compact(&e1
,&s1
.d
[0],sizeof(DOUBLE
));