Hi,

I'm trying to use erfc in my app.
I used it successfully in CodeBlocks using math.h, but it looks like neither math.h or cmath or QtCore/qmath.h have got erfc in Qt.

Is there a way to use this function on Qt or a way to use the math.h I have for CodeBlocks in Qt?


Thanks in advance.