erf function

Hi every one

I want to know is there any function available for error function(erf) in Visual C++?


thanks
closed account (Dy7SLyTq)
what do you mean error function? its not that hard to implement your own. such as void Error(string ErrorMessage, string File, int Line, bool Fatal) that then prints something like this: error: FileName: Line: Message and if it is fatal exit. you can use a try catch block too
The error function is a mathematical function. In any case, TC has already posted the exact question in the Beginners section and received an answer.
Topic archived. No new replies allowed.