On Wednesday 18 June 2008 06:59:30 pm Gabriel Sechan wrote: > Does anyone have or know where to find the algorithm for floor(double)? I > have to implement this on a platform without a working implementation and > I'd rather not have to come up with it myself- working with mantissas and > exponents hurts my brain. > > Gabe
http://www.netlib.org/cephes/ I have used these libraries very successfully. floor.c is one of them -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
