On Fri, Feb 17, 2006 at 10:27:36PM +0100, Ton van Overbeek wrote: > On 2006-02-17, Jay Ts <[EMAIL PROTECTED]> wrote: > > Ton van Overbeek wrote: > >> You would also have to port MathLib to long double. > > > > I have looked into this issue too, and the limitation of > > MathLib to just floats > > MathLib is not using C floats (32 bit, single precision) but C double
Oops, I meant _double_ of course. (I have them typedef'd in my app, although that's not much excuse for the mixup!) > Also have a look at the cephes library (also available at netlib) > with support for various length precisions (including 128-bit). Thanks, I'm checking into that! > P.S. Curious why you need that kind of precision. As I said, it is questionable. Jay Ts -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
