Dec 6, 2013 at 6:32pm UTC
Write your question here.
Hi
I want to know is there any function available for error function(erf) in Visual C++?
thanks
Last edited on Dec 9, 2013 at 7:40pm UTC
Dec 6, 2013 at 6:35pm UTC
Not in the standard library, but you could look at the Boost.Math library which I believe has an implementation.
Dec 6, 2013 at 6:38pm UTC
thank you Zhouge,Can you tell more about that?
Appreciate
Dec 6, 2013 at 7:06pm UTC
Oh, you're absolutely right. Somehow I had convinced myself that it couldn't be in the standard library...
Dec 6, 2013 at 7:15pm UTC
thanks JLBorges
when I copy the code in Visual C++ ,the C program can not identify erf
Dec 6, 2013 at 7:18pm UTC
Could you should the small example you used that generates the error?
Dec 6, 2013 at 7:25pm UTC
It is part of big problem,At first,I need to find that is it possible to use function for erf .If it is not any function available ,I have to think about writing code for this special function.But it is really painful.