ECL 9.12.3 gives this: (/ #c(1d160 1)) -> FP overflow. There's no need to overflow in this case. The answer should be #c(1d-160 -9.99988867182683d-321). I suspect ecl is computing the reciprocal by computing the sum of squares. Ray