Jeff Wormsley wrote: > Perhaps you need to increase the stack size to support the recursion? I tried that. The floating point error always happens at the same depth (N=8) regardless of the stack size. But if I make the stack small enough, I get a stack overflow error (which is different). - Rich