cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
erf or error function
erf or error function
Dec 9, 2013 at 7:42pm UTC
MST
(9)
Write your question here.
Hi everyone
I want to know is there any function available for error function(erf) in Visual C++?
thanks
Dec 9, 2013 at 9:41pm UTC
yulingo
(233)
erf()
is implemented in
<cmath>
for C++11
http://www.cplusplus.com/reference/cmath/erf/.
Otherwise you should use boost:
http://www.boost.org/doc/libs/1_39_0/libs/math/doc/sf_and_dist/html/math_toolkit/special/sf_erf/error_function.html
Topic archived. No new replies allowed.