On 03/29/2001 at 11:47 AM Rich Pasco wrote: >My Pascal implementation of recursive floating-point algorithm fails, >but a line-by-line C translation of the same program works fine. Perhaps you need to increase the stack size to support the recursion? Jeff.