eisneg
if( eisinf(a) && eisinf(b) && ((eisneg (a) ^ eisneg (b)) == 0))
&& ((eisneg(a) ^ eisneg(b)) != 0) )
sign = eisneg(a) ^ eisneg(b);
sign = eisneg(a) ^ eisneg(b);
int ecmpm(), edivm(), emulm(), eisneg(), eisinf();