[CppAD] Error Function

Brad Bell bradbell at seanet.com
Sat Dec 20 08:31:17 EST 2014


I now see that the error function is part of the c++11 standard.
     http://www.cplusplus.com/reference/cmath/erf/
I will look into replacing the erf function by the compiler 
implementation in the case where the compile supports it. Would this 
work for you ?

On 12/20/2014 3:13 AM, Peter Caspers wrote:
> Hi,
>
> is there any chance to add an error function to CppAD which is more
> accurate than the existing one
>
> http://www.coin-or.org/CppAD/Doc/erf.xml
>
> In general, is it difficult to add functions to the library, i.e.
> could I do it myself ? Is there any documentation on how to do that ?
>
> Thanks a lot
> Peter
> _______________________________________________
> CppAD mailing list
> CppAD at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/cppad
>



More information about the CppAD mailing list