Hello everyone,

I have a problem with math functions. I have the MathLib.c, MathLib.h and 
MathLib.prc files in my project from the zip download. Below here is part of my 
code. 

It crashes in the exp() function.

Any help is appreciated.

Carlos


#include <PalmOS.h>
#include "AppResources.h"
#include "MathLib.h"

....

Boolean CalculateRisk()
{
        double  PI;
....
        PI += -1.236215274 - 2.598564382 - 2.119863737;
        PI = exp(PI);
....
        return handled;
}
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to