patch: src/cpoly.lisp



* (cpoly-rl, rpoly-rl): use most-positive-double-float and least-positive-double-float
   rather than trying to convert most-positive-long-float and least-positive-long-float to
   double-floats which will overflow on CL implementations for which most-positive-long-float
   is larger than most-positive-double-float - such as Scieneer Common Lisp which has
   extended precision long-float support.

Attached file: cpoly.patch