Anders Carlsson wrote:- > + APFloat RHS(0.0), LHS(0.0); Why initialize like this? It's relatively expensive I think. It's probably worth creating a default constructor that makes them positive zeroes, or even getting your E objects to return one directly. Neil.