I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Programming » C/C++ »

errors using cdf function

will\′s Photo
18 Oct 08, 5:48PM
errors using cdf function
This error occurs when you include a file twice!

I assume you're using the Normal CDF function. What does your main.cpp file look like. Make sure you don't include poly_eval.h and errorfn.h explicitly. You should only have:
#include <codecogs/stats/dists/continuous/normal/cdf.h>
Can you post your code here (or perhaps a cut down version that still exhibits this error)
Currently you need to be logged in to leave a message.